﻿/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#000000; color:#FFFFFF}
a:link,a:visited {font-size:12px;text-decoration: none; color:#FFFFFF}
a:hover{ color:#FFCC00}
.thin_line{border-bottom:1px dashed #333333; height:1px; width:98%; margin:0 auto; clear:both}

/*页面层容器*/
#container {width:778px;height:600px;margin:0 auto}

/*页面头部*/
#header {background:url(head_bg.gif) no-repeat #000000; height:113px; margin:0 auto}
#menu {padding:75px 0px 0 90px; margin:10px 0 0 30px}
#menu ul {float:left;list-style:none;margin-left:0px;}
#menu ul li {float:left;display:block;line-height:20px;margin:0 10px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#800000; font-size:16px}
#menu ul li a:hover{color: #FFCC00}
.menuDiv {width:1px;height:20px;background:#333333}
#banner { background:red;width:780px;margin:auto;height: auto!important; height:240px; min-height:240px;border-bottom:5px solid #EFEFEF;clear:both}

/*页面主体*/
#pagebody { background:#000000;width:778px;margin:0 auto;height:auto!important; height:400px; min-height:400px; clear:both}
#pagebody_left {width:178px; height: auto!important; height:400px; min-height:400px; float:left;margin:0px auto; clear:left; background: #000000; word-break:break-all}
#pagebody_right {width:580px; height: auto!important; height:400px; min-height:400px; float:right;margin:0px auto;clear:right; background:#000000; overflow:hidden; word-break:break-all; color:#FFFFFF; text-align:left}

/*页面底部*/
#footer {width:778px;margin:0 auto;height:50px; line-height:50px; color:#FFFFFF; background:#000000; clear:both}

.frame { border:2px solid #808080; padding:8px; background:#FFF; margin:10px}
.bold_red {font-weight:bold; color:#FF6600}
