@charset "utf-8";
/* CSS Document */

@import "reset.css";
body {
	font-size: 12px;
	color: #9faec5;
	font-family: Arial;
	background-color: #0a0f15;
	line-height:140%;
}
#main {
	margin:0 auto;
	width:920px;
}
#billboard {
	width:920px;
	height:386px;
}
#menu {
	width:920px;
	height:35px;
	float:left;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-align:center;
	padding-top:12px;
}
#menu a {
	color:#A0AAC5;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#menu li {
	height:32px;
	width:auto;
	padding-left:16px;
	padding-right:16px;
	font-size:14px;
	color:#a0aac5;
	display:inline;
}
#left {
	border-right:1px solid #151B29;
	float:left;
	line-height:160%;
	padding-right:15px;
	text-align:justify;
	width:565px;
}
#left ul {
	margin-left:20px;
}
#left li {
	list-style:disc;
	margin-bottom:5px;
}
#left a {
	color:#A0AAC5;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
.clear {
	clear: both;
}
.title {
	border-bottom:1px solid #151B29;
	font-size:16px;
	line-height:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:left;
}
h2 {
	font-size:14px;
}
#right {
	width:335px;
	float:right;
	text-align:center;
}
#footer {
	width:920px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #151b29;
}
#footer h1 {
	font-size:8px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}

