body {
    background-image: url(../theme_images/pageBackground.png);
    background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#header {
	padding: 0;
}

#site_content {
    padding: 11px;
    background-color: #fff;
    margin-top: 38px;
    border: 1px solid #eceae6;
    width: 938px;
}


#logo_header {  
    margin-left: 10px;
    float: left;
}

#main_menu {
	margin: 0 0 20px 0 !important;
}

h2#home_intro {
    font-size: 3em;
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", "American Typewriter", serif;
    color: #89826d;
    padding: 15px 11px;
    border-top: 1px solid #eceae6;
    border-bottom: 1px solid #eceae6;
}

h2#home_intro .green {
    color: #7aaa1b;
}

h2#home_intro .orange {
    color: #ea9263;
}

#home_images {
	border-bottom: 1px solid #eceae6;
	padding-bottom: 16px;
}

#home_images .advert {
	display: inline;
    margin-right: 6px;
}

#headerimages_3 {
	margin-right: 0;
}

#main_body, #footer {
	width: auto;
}

#main_content {
    width: 620px;
    padding: 16px 5px; 
    font-size: 1.1em;
    color: #5f605b;
    float: left;
}

#main_content h1 {
	color: #7aaa1b;
	font-size: 1.5em;
}

#contact_box {
    width: 293px;
    float: right;
    margin: 16px 6px;
    font-size: 1.2em;
   	color: #5f605b;
}

#contact_box .head {
    background: #f4f3ef url(../theme_images/contactBoxTop.png) no-repeat;
	height: 7px;
}

#contact_box h3 {
	color: #ea9263;
}

#contact_box .content {
	background: #f4f3ef;
	border-width: 0 1px;
	border-color: #edebe7;
	border-style: solid;
	padding: 7px;
}

#contact_box .footer {
    background: #f4f3ef url(../theme_images/contactBoxBottom.png) no-repeat;
	height: 7px;
}

#contact_box strong {
	text-transform: uppercase;
}

#footer {
	border-top: 1px solid #eceae6;
	background: transparent;
	line-height: 2;
}

#footer_menu {
	float: left;
}

#footer_menu li {
	border-left: 1px solid #62635e !important;
}

#footer_menu li.mainnavlist1top {
	border-left: 0 !important;
	margin-left: 0 !important;
}

#footer_menu a {
	text-decoration: none;
	color: #62635e;
}

.credit {
	float: right;
}

p.disclaimer {
    margin: 0 auto;
    color: #89826d;
    text-align: center;
}
	
