body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
	min-width:900px;
}
a{
	color:#fff;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
img{border:none;}
#main{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
#header{
	width:900px;
	background:url(../images/bg-header.jpg) no-repeat;
	height:247px;
	position:relative;
	z-index:10;
}
.logo{
	margin:52px 0 0 40px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:30;
}
.logo a{
	background:url(../images/logo.png) no-repeat;
	width:204px;
	height:194px;
	display:block;
	text-indent:-9999px;
}
#nav{
	position:absolute;
	top:208px;
	left:0;
	width:900px;
	height:39px;
}
ul.menu{
	background:url(../images/bg-nav.png) repeat-x;
	height:39px;
	width:633px;
	padding:0 0 0 264px;
	margin:0;
	list-style:none;
}
ul.menu li{
	float:left;
	margin:0 15px 0 0;
}
ul.menu li.last{
	margin:0;
}
ul.menu li a{
	float:left;
	font:14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	padding:11px 8px 12px 10px;
	height:16px;
}
ul.menu li.hover,
ul.menu li:hover {
	background:#000;
	position: relative;
}
ul.menu li.hover ul,
ul.menu li:hover ul{
	display: block;
}
ul.menu li ul{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	z-index:100;
	top:100%;
	width:196px;
	height:149px;
}
ul.menu ul:after,
ul.menu:after{
	content:"";
	clear:both;
	display:block;
}
ul.menu li ul li a{
	display:block;
	width:196px;
	height:12px;
	font-size:12px;
	border-bottom:1px solid #161616;
	background:#000;
	padding:10px 0 10px 11px;
}
ul.menu li ul li a:hover{
	text-decoration:underline;
}
#two-column{
	width:900px;
	overflow:hidden;
	background:#161616;
}
#sidebar{
	float:left;
	width:238px;
	padding:0 0 0 1px;
}
#content{
	width:579px;
	float:left;
	overflow:hidden;
	padding:27px 44px 20px 38px;
}
#content h1{
	margin:0;
	padding:0 0 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#content p{
	margin:0 0 22px;
	line-height:20px;
}
#footer{
	padding:8px 0 0;
	background:url(../images/bg-footer.png) no-repeat;
	width:900px;
	height:23px;
	text-align:center;
	overflow:hidden;
}
#footer a{
	font:10px Verdana, Arial, sans-serif;
	color:#a6a6a6;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
