div#bottom {	
	background-image: url(images/bottom.jpg);
	height: 30px;
	width: 739px;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-left: -18px;
	position: absolute; 
}
div#logo {
	position: absolute;
	top: 19px;
	left: 22px;
	background-image: url(images/logo.jpg);
	z-index: +1;
	background-repeat: no-repeat;
	width: 377px;
	height: 137px;
}
html {
	position: relative;
	height: 100%;
}
body, html {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	background-color: black;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: .75em;
}
div#top {
	border-left: 1px #7B91A6 solid;
	padding-left: 35px;
	margin-left: -35px;
	background-image: url(images/top.jpg);
	height: 10px;
	width: 739px;
	background-repeat: no-repeat;
	background-position: 29px 0px;
	position: absolute;
	top: 186px;
	left: 241px;
}
div#mainmenu {
	width: 210px;
	text-align: right;
	position: absolute;
	top: 186px;
	left: 0;
	padding-right: 10px;
	z-index: 1;
}
div#mainmenu ul {
	list-style-type: none;
	margin: 0;
}
div#mainmenu ul li {
	padding-right: 17px;
	margin-bottom: .5em;
}
div#mainmenu ul a {
	width: 100%;
	display: block;
	color: #8090a3;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 7px;
	padding-right: 10px;
}
div#mainmenu ul a:hover {
	border-right: 7px #C42D2E solid;
	margin-right: 0;
}
div#contactinfo {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: .9em;
	text-align: right;
	position: fixed;
	width: 200px;
	margin-left: -13px;
	bottom: 20px;
	padding-right: 17px;
left: 5px; }
div#contactinfo a {
	color: #C42D2E;
	background-image: url(images/icon_email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 20px;
	padding-right: 0;
	height: 30px;
}
div#contactinfo span.contactLabel {
	color: #8090a3;
}
div#contentContainer {
	z-index: 0;
	position: absolute;
	top: 196px;
	left: 241px;
	border-left: 1px solid #7B91A6;
	padding-left: 35px;
	margin-left: -35px;
	background-image: url(images/body.jpg);
	background-position: 29px 0px;
	background-repeat: repeat-y;
	width: 739px;
	padding-top: 9px;
}
div#content {
	padding: 12px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 1em;
	padding-left: 12px;
}
div#content h1 {
	font-size: 2.5em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: lowercase;
	color: #002244;
}
    div#content h1 a { color: white; text-decoration: none; }