*{ margin:0; padding:0; }
body{
	background-color:#181818;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}
strong{
	color:#E2BD20;
}
strong.phone{
	font-size:24px;
}
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#headerCont{
	width:100%;
	height:266px;
	background:url(../images/header.jpg) repeat-x left top;
}
#header{
	width:1098px;
	height:266px;
	background:url(../images/header1.png) no-repeat center top;
}
#menu{
	width:500px;
	height:50px;
	float:right;
	clear:right;
}
#menu p{
	font-size:18px;
	text-align:center;
}
#menu a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#424242;
	margin:0 2px;
	height:37px;
	display:block;
	float:left;
	text-transform:uppercase;
}
#menu a:hover{
	text-decoration:none;
	color:#FFF;
}
#content{
	width:800px;
	height:inherit;
	background-color:#040404;
	margin-top:20px;
	text-align:left;
	border:#313131 1px solid;
}
#content h1{
	font-size:26px;
	font-weight:bold;
	color:#E2BD20;
	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/footer.jpg) repeat-x left top;
	margin-top:20px;
}
#footer p{
	padding:10px 0;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#E2BD20;
	text-decoration:underline;
}
