*{ margin:0; padding:0; }

body{
	background:#181818 url(../images/bg.png) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#F4F4F4;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	border:#D1B099 1px solid;
	position:relative;
	float:left;
	margin:5px 10px 0 0;
	padding:2px;
}
img.floatRight{
	border:#C0D43F 1px solid;
	position:relative;
	float:right;
	margin:5px 0 0 10px;
	padding:2px;
}
strong{
	color:#CBD097;
}
.phone{
	font-size:24px;
	color:#CBD097;
	font-weight:bold;
}
#menu{
	width:800px;
	height:25px;
}
#menu p{
	float:right;
	color:#fff;
	letter-spacing:2px;
}
#menu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
#menu a:hover{
	text-decoration:underline;
	color:#000;
}
#header{
	width:800px;
	height:200px;
}
#logo{
	width:300px;
	height:200px;
	float:left;
}
#badge{
	width:200px;
	height:200px;
	float:right;
}
#middle{
	width:300px;
	height:200px;
	float:left;
}
#middle h1{
	font-size:24px;
	font-weight:bold;
	padding:5px;
}
#content{
	width:800px;
	height:inherit;
	background-color:#2E2E2E;
	text-align:left;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content h1{
	padding:10px 20px;
	color:#CBD097;
	font-size:24px;
	font-weight:bold;
}
#content ul{
	padding:10px 10px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/arrow.gif);
}
#footer{
	width:100%;
	height:inherit;
	background-color:#828561;
}
#footer p{
	padding:10px 0;
	color:#2E2E2E;
}
#footer a{
	color:#2E2E2E;
	text-decoration:none;
}
#footer a:hover{
	color:#D1B099;
	text-decoration:underline;
}