@charset "utf-8";
/* CSS Document */

html,body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.jpg);
	background-color:#663300;
}
#container{
    width:980px;
	margin:0 auto;
	background-color:#ffffff;
}
#header {
    background:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:430px;
}
#AdWithUs {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}
#AdWithUs a{
	color:#FFF;
	text-decoration:none;
}
#AdWithUs a:hover {
	color:#F90;
	text-decoration:underline;
}
#weblogo {
	margin-left:20px;
	margin-top:20px;
	background-repeat:no-repeat;
	height: 37px;
	width: 200px;
	position: absolute;
}
.boxYellow {
    width:900px;
	height:220px;
	background-color:#FC3;
}
.bgM{
    width:900px;
	height:15px;
	background-image:url(../images/bgM.jpg);
}
.topicBar{
    background-color:#F90;
	vertical-align:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#630;
}
.detail {
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#300;
}
.detail a{
	color:#300;
	text-decoration:none;
}
.detail a:hover{
	color:#f60;
	text-decoration:none;
}
.h1{
    font-weight:bold;
	font-size:120%;
}
.h1 a{
    text-decoration:none;
    color:#300;
}
.h1 a:hover{
    text-decoration:underline;
}
.sc{
    color:#c00;
}
.nc{
    color:#03c;
}
#footer{
    background-color:#330000;
    font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#fff;
	text-align:center;}
#footer a{
    text-decoration:none;
	color:#fff
}
#footer a:hover{
    text-decoration:underline;
	color:#fc3
}