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

body {
	background-color: #a38563;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000;
	background-color: #FFF;
}

#banner {
	width: 920px;
	height: 75px; 
	background-image: url(images/banner_920.gif);
	margin-top: 20px;
}

#image {
	width: 920px;
	height: 340px;
	padding-left: 10px;
	padding-right:9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#navigation{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
	padding: 0px;
	background-color: #000;
}




#maincontent {
	width: 920px;
	height: auto;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

#footer {
	width: 920px;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	text-align: center;
}

#navigation ul {
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#navigation li{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #000;
}

#navigation a:link {
	text-decoration: none;
	color:#CCC;
}

#navigation a:visited {
	text-decoration: none;
	color:#999;
	
}

#image img {
	padding: 0px;
	margin: 0px;
}

#maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #417378;	
	padding-left: 25px;
	padding-right: 25px;
}

#maincontent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
	
}

#maincontent ul {
	padding-left: 75px;	
}

.floatleft {
	float: left;
}

.clearthefloats {
	clear: both;	
}

.nomarnopad {
	margin: 0px;
	padding: 0px;
	
}

.padleft {
	margin-left: 260px;	
	padding-left: 300px;
	
	
	
}