@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}
body{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#424242; background:#fff url(../images/footer_bg.gif) repeat-x bottom; }
a{color:#369/*#424242*/; text-decoration:none;}
a:hover{color:#f30; text-decoration:underline}
img{border:none}
ul{list-style:none}
.input{height:20px; line-height:20px; border:1px solid #ccc; padding:1px; color:#666}
.btn{height:24px; line-height:22px; width:68px; border:none; background:url(../images/btn.gif) no-repeat; cursor:pointer}
.clear{clear:both}


#header{width:100%; height:104px; background:url(../images/head_bg.jpg) repeat-x}
#header_wrap{width:950px; margin:0 auto}
#logo{float:left; width:240px; height:70px; background:url(../images/logo.gif) no-repeat; text-indent:-999em}
#logo a{display:block; width:240px; height:70px;}
#search{float:right; width:400px; height:24px; line-height:24px; text-align:right; margin-top:26px; margin-right:20px}
#nav{clear:both; height:34px; line-height:34px; padding-left:20px; background:url(../images/nav_bg.gif) no-repeat}
#nav li{float:left; margin:0 16px; text-align:center; font-weight:bold}
#nav li a{color:#fff}
#nav li a:hover{text-decoration:none; color:#d3d3d3}

#main{width:948px; margin:0 auto; border:1px solid #ccc; border-bottom:none}
.nodata{height:32px; line-height:32px; background:#ffc; margin:6px; text-align:center}

#footer{clear:both; width:950px; margin:0 auto; height:50px; line-height:50px; background:url(../images/main_bottom.gif) no-repeat top}
#footer a{color:#666}
.rights{float:right; margin-right:6px}
.links{margin-left:6px}

.msg{width:450px; margin:120px 30%; border:1px solid #a5cf3d; background:#f2fddb}
.msg h3{height:30px; line-height:30px; font-size:14px; text-align:center; background:#cc3; color:#fff}
.msgTxt{margin:6px; line-height:22px; padding:10px}
p.msgT{font-weight:bold}
