/* CSS Document */
p {
	margin:0;
}
body {
	margin:0;
	background:url(img/bg.jpg);
	background-position:center;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	width:914px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	background:url(img/headerbg.jpg);
	height:118px;
	clear:both;
}
#subheader {
	background:url(img/subheaderbg.jpg);
	height:113px;
	clear:both;
}
#body {
	color:#333333;
  margin:0px auto;
  padding:0;
	width:914px;
	overflow:hidden;
}
#left {
	float:left;
	width:198px;
	background:url(img/leftbg.jpg);
	padding:0px;
}
#left ul{
    list-style:none;
		margin:0px;
}
#left li{
		text-align:right;
    list-style:none;
    padding-left:20px;
		margin-right:10px;
		margin-left:0px;
    padding:6px;
}
#left li a{
		font-family:Century Gothic, Arial, Helvetica, sans-serif;
		font-size:13px;
    color:#575757;
    font-weight:bold;
    text-decoration:none;
		text-transform:uppercase;
}
#left li.parent{
}
#left a.parent{
	color:#8e0c3b;
}
#left li a:hover{
	color:#ffffcc;
	background:url(img/maroon.gif);
}
#left li:hover, #left li:hover a{
	color:#ffffcc;
	background:url(img/maroon.gif);
}
#right {
	float:right;
	width:686px;
	margin-left:10px;
	margin-right:20px;
	color:#f8ffbe;
	font-weight:normal;
	font-size:13px;
}
#right a {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#ffffcc;
}
#subfooter {
	clear:both;
	background:url(img/subfooterbg.jpg);
	padding:30px;
}
#subfooter p {
	color:#ffffcc;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center
}
#footer {
	background:url(img/footerbg.jpg);
	color:#ffffcc;
	padding:30px;
}
#footer a, #footer p {
	color:#ffffcc;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}