*{ margin:0; padding:0; }
body{
	background:#181818 url(../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C0C0C0;
}
img, div { behavior: url(iepngfix.htc) }
strong{
	color:#399DFB;
}
img.floatLeft{
	border:#575757 1px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#headerContainer{
	width:100%;
	background:#181818 url(../images/bgHeader.jpg) repeat-x left top;
}
#header{
	width:800px;
	height:200px;
	background:url(../images/header.jpg) no-repeat left top;
}
#header img.left{
	float:left;
	margin:10px 0 0 10px;
}
#headerRight{
	width:348px;
	height:140px;
	float:right;
	text-align:right;
	clear:right;
}
#headerRight h1{
	font-size:21px;
	font-weight:bold;
	line-height:200%;
}
#menu{
	width:348px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	float:right;
}
#menu ul{
	width:348px;
	text-transform:capitalize;
}
#menu li{
	list-style-type:none;
	float:left;
}
#menu a{
	height:40px;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#969696;
	text-decoration:none;
	line-height:225%;
}
#menu a:hover{
	display:block;
	height:40px;
	color:#399DFB;
}
#content{
	width:800px;
	height:inherit;
	background:url(../images/bgContent.png) repeat-y center top;
	margin-top:20px;
	text-align:left;
}
#content h1{
	font-size:18px;
	font-weight:bold;
	color:#399DFB;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/bluebullet.gif);
}
#content .top{
	width:800px;
	height:20px;
	background:url(../images/bgContentTop.png) no-repeat center top;
}
#content .bottom{
	width:800px;
	height:20px;
	background:url(../images/bgContentBottom.png) no-repeat center top;
}
#footer{
	width:100%;
	height:inherit;
	background:url(../images/bgFooter.jpg) repeat-x left top;
	margin-top:20px;
}
#footer p{
	padding:10px 0;
	color:#969696;
}
#footer a{
	color:#969696;
	text-decoration:none;
}
#footer a:hover{
	color:#399DFB;
	text-decoration:underline;
}
