﻿
body
{
	background: #000 url(/images/layout/backdrop.jpg) repeat;
}

.container {
	width: 772px;
	background-color: #ffffff;
}
#header {
	width: 772px;
	height: 92px;
}
#logo {
	float: left;
	width: 223px;
}
#contactContainer {
	float: left;
	width: 549px;
}
#contactInfo {
	padding: 5px;
	text-align: right;
}

#topNav {
	width: 762px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #ded3bf;
	padding: 5px;
	border-top: 2px #beb596 solid;
}
#topNav ul {
	padding: 0;
	float: left;
	margin-left: 2em;
}
#topNav ul li {
  display: inline;
  list-style: none;
}
#topNav ul li a  {
	text-decoration: none;
  color: #666666;
}
#topNav ul li a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #beb596;
}


#topNavDiv {
	width: 772px;
	height: 10px;
	background: #beb596;
}


#menuContainer {
	float: left;
	width: 223px;
	height: 660px;
	background: #eeebe2;
	padding-top: 10px;
}
.menuItem {
	width: 183px;
	height: 22px;
	background: #ded3bf url(/images/layout/arrow.gif) no-repeat;
	background-position: 15px 11px;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}


#contentContainer {
	float: left;
	width: 549px;
	text-align: left;
	overflow: hidden;
	min-height: 650px;
}
#topPicDiv {
 	float: right;
	width: 548px;
	height: 10px;
	margin-top: 1px;
	background: #beb496;
}

#content {
	padding: 20px;
}

#contactDetails {
    font-size: larger;
    text-align: center;
    background: #beb496;
    color: #000000;
    padding: 4px;
}

#subFooter {
	border-top: 1px #dddddd solid;
	padding: 15px;
}
#footer {
	width: 772px;
	height: 10px;
	background: #beb496;
}