*{ margin:0; padding:0; }
body{
	background:#E0DCBF url(../images/bg.jpg) repeat-x left top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	border:#4C0000 1px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#container{
	width:800px;
	height:inherit;
}
#header{
	width:800px;
	height:150px;
}
#headerImg{
	float:left;
	margin-top:30px;
}
#headerBottom{
	width:800px;
	height:60px;
	clear:both;
}
#headerBottom h1{
	font-size:21px;
	font-weight:bold;
	line-height:150%;
	color:#f4f4f4;
}
#menu{
	width:400px;
	height:60px;
	background:url(../images/Menubg.png) repeat-x left top;
	margin-top:20px;
	float:right;
}
#menu ul{
	width:350px;
	text-transform:capitalize;
}
#menu li{
	list-style-type:none;
	float:left;
}
#menu a{
	margin-top:1px;
	height:59px;
	display:block;
	margin-right:10px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	line-height:300%;
}
#menu a:hover{
	margin-top:2px;
	border-top:#993300 3px solid;
	display:block;
	height:58px;
	color:#993300;
}
#content{
	clear:both;
	width:800px;
	height:inherit;
	border-top:#E9EDD4 1px solid;
	border-bottom:#E9EDD4 1px solid;
	background-color:#E0DCBF;
	text-align:left;
}
#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:10px 20px;
	color:#4C0000;
}
#content p{
	line-height:150%;
	padding:10px 20px;
	color:#993300;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	color:#993300;
}
#footer{
	width:100%;
	height:100px;
}
#footer p{
	padding:10px 0;
	color:#993300;
}
#footer a{
	color:#993300;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}