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




body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background:#CC0000 url(images/main_bg.png) center center repeat-y;
	margin: 0px;
	padding:0px;
}
a:link {
	color: #FFFF99 ;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99 ;
}
a:hover {
	text-decoration: none;
	color: #FFFAD0;
}
a:active {
	text-decoration: none;
	color: #FFFF99 ;
}

#main {
width:890px;
margin: 0 auto;
overflow:hidden;
margin-top: 10px;
	
}

#banner{
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	height:279px;
	width:890px;
	
}



.main_menu{
margin: 0;
padding: 0;
float: left;
font: 16px Times;
margin-top: 48px;

}

.main_menu li{
display: inline;


}

.main_menu li a{
float: left;
color:#333333;
padding: 9px 11px;
text-decoration: none;
width:102px;
background: url(images/yellow_bttn.png) center center no-repeat;
text-align:center;
font: 16px Times;


}

.main_menu li a:visited{
color: #333333;
font: 16px Times;
}

.main_menu li a:hover{
color: #333333;
font: 16px Times;
}

.main_menu li a:active{
color: #333333;
font: 16px Times;
}

#content{
	width:800px;
	margin:0 auto;
	overflow: hidden;
	 
}


#footer{
	
text-align:center	;
margin-top: 50px;
margin-bottom: 50px;

}


#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFF99 ;
	font-weight:bold;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

.author {
	float: right;
	width: 380px;
}

.authorimg {
	float:left
	
	
}


.yellowTitle{
	Font-size: 20px;
	color:#FFFF99 ;
}

.yellow{

	color:#FFFF99 ;
}


.left{float:left}

.right{float:right}

