*{ margin:0; padding:0; }
body{
	background:url(../images/bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#f4f4f4;
}
strong{
	color:#B07937;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#headerBg{
	width:100%;
	height:110px;
	background:url(../images/headerBg.png) repeat-x;
}
#header{
	width:800px;
	height:110px;
}
#header img.logo{
	float:left;
	margin-top:10px;
}
#header img.right{
	float:right;
	clear:left;
	padding-top:5px;
}
#header h1{
	float:right;
	font-size:24px;
	color:#E4E4E4;
	font-style:italic;
	padding-right:10px;
}
#menu{
	width:400px;
	height:45px;
	float:left;
}
#menu p{
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	line-height:180%;
}
#menu a{
	text-decoration:none;
	color:#6486B4;
	padding:0 10px;
}
#menu a:hover{
	text-decoration:none;
	color:#B07937;
}
#contentCont{
	width:820px;
	height:auto;
	margin:20px 0;
}
#content{
	width:820px;
	height:inherit;
	background:url(../images/contBg.png) repeat-y;
	clear:both;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:5px 30px;
	color:#B07937;
}
#content p{
	padding:5px 30px;
	line-height:150%;
}
#content ul{
	padding:5px 30px 5px 70px;
}
#content li{
	line-height:150%;
}
img.bg{
	margin:0;
	padding:0;
	border:none;
	float:left;
}
#footer{
	width:100%;
	height:120px;
	background:url(../images/footerBg.png) repeat-x left bottom;
}
#footer p{
	padding:5px 0;
}
#footer a{
	text-decoration:underline;
	color:#f4f4f4;
}
#footer a:hover{
	text-decoration:none;
	color:#6486B4;
}

