body{
  background-color:#ffffff;
}

body,div,p{
 font-family:arial, helvetica, sans-serif;
 font-size:10px;
 color:#ffffff;

}
img{
  border:0;
}
/*
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
li {
  float: left;
  position: relative;
  width: 10em;
  height: 25px;
  }
li ul {
  display: none;
  position: absolute; 
  top: 0;
  left: 0;
background-color:#A32431;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;

  }
li ul li{
  text-align:center;
}
li ul li a:link{
  font-family: 
Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 20px;

}
li ul li a:visited{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 20px;
}
li ul li a:hover{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 20px;
}
li > ul {
	top: auto;
	left: auto;
	}*/
/*li:hover ul { display: block; }*/
#container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 800px;
}
#header{
  background-color: #000000;
  height: 50px;
  width: 800px;
  border-bottom: 1px solid #ffffff;
}
#navigation{
  height: 25px;
  width: 800px;
  border-bottom: 1px solid #ffffff;
}
#content_area{
  height: 503px;
  width: 800px;
}
#footer{
  background-color: #000000;
  height: 20px;
  text-align:center;
  width: 800px;
  line-height:20px;
  border-top: 1px solid #ffffff;
}
Content Head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}
Paragraph  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-indent: 5px;
	left: 5px;
	right: 5px;
}
#left_box {
  padding: 8px 8px 0px 8px;
}
.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.point{
  cursor:pointer;
}
