body {
	font-family:Georgia, serif;
	color:#878787;
	font-size:12px;
	padding:34px 0px 0px 0px;
	margin:0px;
	background:#f3f3f3 url(../images/background.jpg) top center no-repeat;	
}

.clearFloat { clear:both; height:1px; margin:0px; padding:0px; line-height:1px; font-size:1px; overflow:hidden; }

img { display:block; }
a img { border:none; }
a, a:visited { color:#b37f39; }
a:hover { color:#795321; }

hr {
	border:solid #e1e1e1;
	border-width:1px 0px 0px 0px;
	margin:20px 0px 20px 0px;
	height:1px;
}

h1 {
	margin:0px;
	font-size:22px;
	color:#01559b;	
}

h2, h3 {
	margin:0px;
	font-size:18px;
	color:#da9b46;
}

h3 {
	margin:30px 0px 0px 0px;
}

#pageContainer {
	margin:0px auto;
	width:972px;
}

#pageHeader {
	height:194px;
	background:url(../images/header.png) top left no-repeat;
	position:relative;
}

#mainMenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:27px;
	right:26px;
}

#homepageLink {
	height:90px;
	width:90px;
	position:absolute;
	top:0px;
	left:30px;
}

#mainMenu li {
	display:inline;
	font-size:16px;
	color:#c0c0c0;
	text-transform:uppercase;
}

#mainMenu a, #mainMenu a:visited {
	color:#666666;
	text-decoration:none;
}

#mainMenu a:hover {
	color:#333333;
}

#mainPanel {
	background:url(../images/content.png) top left repeat-y;
	min-height:900px;
	padding-bottom:100px;
}

#menuContainer {
	float:left;
	width:280px;
	padding:20px 20px 10px 30px;

}

#contentContainer {
	float:left;
	width:585px;
	padding:20px 20px 10px 30px;
}