@charset "utf-8";
/* CSS Document */
body { background:#fff; font-family:Verdana, Geneva, sans-serif; line-height:150%; font-size:12px;}
a:link,a:visited { color:#575757; text-decoration:none;}
a:hover { color:#f00; text-decoration:underline;}
#container { width:980px; margin:0 auto;}
#header { background:url(../images/header_bg.jpg) no-repeat; height:129px;}
#header2 { background:url(../images/header_bg2.jpg) no-repeat; height:120px;}
.links { width:300px; height:26px; left:50%; position:absolute; margin:0 0 0 160px; color:#fff;}
.link_a:link, .link_a:visited { color:#fff; text-decoration:none; margin:0 6px 0 6px;}
.link_a:hover { color:#FF0; text-decoration:none; margin:0 6px 0 6px;}

#nav { background:url(../images/nav_bg.jpg) no-repeat; height:58px;}
#nav ul li { float:left;}
#main { background:url(../images/main_bg.jpg) repeat-y;}
 .mainContent { width:820px; margin:0 auto; color:#575757; clear:left; padding:16px;}
 .mainContent img { padding:8px;}
.clear { clear:left;}
#footer { background:url(../images/footer_bg.jpg) 50% 0 no-repeat; height:149px; float:left; clear:left; width:100%;}
#footer2 { background:url(../images/footer_bg2.jpg) 50% 0 no-repeat; height:154px; width:100%; float:left;}
.redcolor { color:#f00;}