@charset "UTF-8";
/* CSS Document */



*{padding: 0px; margin: 0px; }

a:link {
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}



#container {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	position: relative;
	height: 1800px;
	background-color: #FFFFFF;
}

#container2{
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	position: relative;
	height: 5500px;
	background-color: #FFFFFF;
}


#container3{
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	position: relative;
	height: 9000px;
	background-color: #FFFFFF;
}





#container4{
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	position: relative;
	height: 10200px;
	background-color: #FFFFFF;
}



#header {
	margin-top: 0px;
	width: 900px;
	position: relative;
	background-image: url(../images/top-banner.jpg);
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#topadsie{
	width:750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	z-index: 2;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left{
	float: left;
	background-color: #FFFFFF;
	width: 200px;
}


#menu{
	list-style-type: none;
}


#center{
	margin-top: 0px;
	width: 500px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	line-height: 12px;
	color: #666666;
}



#thumbholder{
	clear: both;
	margin: 0px;
}

#middleadsie{
	position: relative;
	margin-right:auto;
	margin-left:auto;
	height:260px;
	width:300px;
}


#right{
	background-color: #FFFFFF;
	text-align: justify;
	padding-right: 10px;
	float: right;
	color: #666666;
	margin-top: 10px;
	width: 150px;
	clear: right;
	margin-right: 10px;
	background-image: url(../images/somerset.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
}
#footer{
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	clear: none;
	color: #831217;
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
