@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center; 

	
}

	 a:link 		{text-decoration: none; color: #FFFFFF;}
	a:visited 	{text-decoration: bold;  color: #FFFF00; }
	a:active	{text-decoration: none; color: #770000;}
	a:hover 	{ text-decoration: underline; color: #FF0000; }
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 #container {
	width: 900px; 
	height: auto;
	background: #000;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0 auto;
	margin-top: 20px;
	border: thin solid #f7e9b0;
	-moz-border-radius-topleft :5px; 
	-webkit-border-top-left-radius :5px;
    -moz-border-radius-topright :5px; 
	-webkit-border-top-right-radius :5px;
	
	
}

.title {
margin-top: 20px;
width: 400px;
float: left;
	
	
}
.search {
margin-top: 20px;
width: 400px;
float:right; 
	
	
}

#navlist li
{
display: inline;
list-style-type: none;
margin-right: 1em;
font-family:  Times, serif;
font-style:italic;
text-align: center;
padding: 3px;
}

.nav_div {
width: 900px;
height: 50px;
 font-size: 18px; 
 border-bottom: thin solid #f7e9b0; 
 border-top: thin solid #f7e9b0;
 background-color: #333333;
 color: #FFFFFF;
  -moz-opacity:.70;

}

.nav_div_2 {
width: 900px;
color: #FFFFFF;

}
.main_content {
width: 905px;
text-align: center;


padding-top: 2px;
}
.ad_banner {
width: 900px;
 height: 40px;
 font-size: 18px; 
 background-color: #333333;
 border-top: thin solid #f7e9b0; 
 border-bottom: thin solid #f7e9b0; 
 color: #FFFFFF;
  -moz-opacity:.70;
}
.sub_content {
width: 900px;
margin: auto;
padding-left: 15px;

}

.top_banner {
	margin: 0 auto;
width: 700px;
height: 0px;


}
.footer {
width: 900px;

text-align: center;
}

 .p1 {
font-family: Georgia, Times;
 font-size:15px ;
 color:  #f7e9b0;
 text-align: left;
  line-height: 125%;                 
		letter-spacing: 1px;

 }
 .p2 {
 font-family: Georgia, Times;
 font-size:12px ;
 color:  #f7e9b0;
 text-align: left;
  line-height: 125%;                 
		letter-spacing: 1px;
 
 }
 .p3 {
  font-family: Georgia, Times;
 font-size:16px ;
 color:  #f7e9b0;
 text-align: left;
 line-height: 125%;                 
		letter-spacing: 1px;

 
 
 }
 
.footer_content {
width: 700px;


}

