﻿body
{
	background-color: #D0DEE3;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
}

#wrapper
{
	margin: auto;
	width: 1008px;
}

#banner
{
	background-image: url(images/banner.jpg);
	height: 107px;
	width: 1008px;
}

#leftWrapper
{
	float: left;
}

#navHP
{
	background-image: url(images/flag.jpg);
	height: 150px;
	width: 211px;
}

#navHP a, #navHP a:visited
{
	color: White;
	display: block;	
	padding: 5px 18px;
	padding-top: 9px;
	text-align: right;
	text-decoration: none;
}

#commPhoto
{
	background-image: url(images/commPhoto.jpg);
	height: 151px;
	width: 211px;
}

#searchBtn
{
	background-image: url(images/searchBtn.jpg);
	height: 78px;
	width: 211px;
}

#leftBtm
{
	background-image: url(images/leftBtm.jpg);
	height: 280px;
	width: 211px;
}

#rightWrapper
{
	margin-left: 211px;
}

#imgBlock
{
	background-image: url(images/imgBlock.jpg);
	height: 152px;
	width: 797px;
}

#content
{
	background-color: #D8ECD8;	
	width: 797px;
}

#content #text
{
	float: left;
	height: 297px;
	padding: 10px;
	width: 579px;
}

#buildingBtm
{
	background-image: url(images/buildingBtm.jpg);
	height: 317px;
	margin-left: 599px;
	width: 198px;
}

#btmRtImg
{
	background: url(images/horse.jpg);
	height: 190px;
	width: 797px;
}
.footer
{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 100%;
}

.copyright
{
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

/* Secondary Pages */
#bannerSec
{
	background-image: url(images/bannerSec.jpg);
	height: 105px;
	width: 1008px;
}

#contentSec
{	
	background-image: url(images/secBG.jpg);	
	background-position: right top;
	background-repeat: repeat-y;	
}

#navSec
{
	background-image: url(images/navSec.jpg);
	float: left;
	height: 381px;
	width: 211px;
}

#navSec a, #navSec a:visited
{
	color: White;
	display: block;	
	padding: 5px 18px;
	padding-top: 7px;
	text-align: right;
	text-decoration: none;
}

#contentSec #text
{
	background-image: url(images/contentGradiant.jpg);			
	background-repeat: no-repeat;
	margin-left: 211px;		
	min-height: 500px;
	padding: 15px;
	width: 767px;	
}