*{ margin:0; padding:0; }
body{
	background:#000 url(../images/bg.jpg) no-repeat center top;
	font-family:Geneva, Helvetica, sans-serif;
	font-size:14px;
	color:#ebebeb;
}
img, div { behavior: url(iepngfix.htc) }
strong{ color:#3D65AF; }
.phone{
	font-size:24px;
	font-weight:bold;
	color:#3D65AF;
}
img.floatLeft{
	float:left;
	margin:5px 10px 0 0;
	border:#3D65AF 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#ECC96C 3px solid;
}
#menu{
	width:100%;
	height:46px;
	background:url(../images/patterBg.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul{
	width:465px;
	height:46px;
}
#menu li{
	float:left;
	list-style-type:none;
	padding-right:5px;
}
#menu a{
	width:150px;
	height:46px;
	background:url(../images/button.gif) no-repeat center top;
	display:block;
	font-weight:bold;
	color:#FAFAFA;
	text-decoration:none;
	line-height:300%;
}
#menu a:hover{
	width:150px;
	height:46px;
	background:url(../images/buttonHover.gif) no-repeat center top;
	display:block;
	font-weight:bold;
	color:#FAFAFA;
	line-height:290%;
}
#middle{
	width:800px;
	height:100px;
	margin-top:50px;
}
#middle h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}
#logo{
	width:500px;
	height:100%;
	float:left;
}
#content{
	background:url(../images/contentBg.png) repeat-y left top;
	width:800px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#BE9118;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 0 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/blueAndPointy.gif);
}
#footer{
	width:100%;
	height:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer p{
	padding:10px 0;
	color:#3D65AF;
}
#footer a{
	color:#3D65AF;
	text-decoration:none;
}
#footer a:hover{
	color:#BE9118;
	text-decoration:underline;
}
