@charset "utf-8";
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #1a1717;
	color: #fff;
}

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000000;
}

#header{
	height: 270px;
	background: url(../images/header-bg1.jpg) no-repeat;
}

#menu{
	background-color: #000;
	line-height: 35px;
}

#menu a{
	color: #fff;
	text-decoration: none;
}

#menu a:hover{
	color: #99ccff;
}
#main{
}

#content{
	padding: 25px;
	width: 650px;
	float: left;	
	line-height: 18px;
}

#sidebanner{
	float: right;
	width: 270px;
}

#footer{
	text-align:center;
	line-height: 30px;
	font-size:11px;
	background-color:#333333;
}

#footer a{
	color: #ccc;
	font-weight: 600;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

h1{
	font-size: 18px;
	color: #99ccff;
}
a{
	text-decoration: none;
	color: #99ccff;
}

a:hover{
	text-decoration: underline;
}