* {
  padding: 0;
  margin: 0;
}

body {
	font-family: "Helvetica", "Arial", Sans-serif;
	margin: auto;
	width: 914px;
	font-size: 12px;
	background-color: #42363A;
	height: 100%;
	color: #666666;
}
#shadow {
	width: 914px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	background-image: url(../images/shadow.jpg);
}
#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/webbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: auto;
}
#header {
	height: 350px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 16px;
	color: #996633;
	clear: both;
	width: 880px;
	padding-left: 20px;
	background-color: #000000;
	height: 45px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	width: 120px;
	height: 50px;
}
#navigation a {
	display: block;
	border-right: none;
	text-decoration: none;
	color: #996633;
	float: left;
	margin: 10px;
	height: 22px;
} 
#navigation a:link {
	color: #996633;
	padding: 1px;
}
#navigation a:visited {
	color: #996633;
}
#navigation a:hover {
	color: #996633;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

#leftpane {
	background-color: #FFFFFF;
	width: 460px;
	float: left;
	height: 400px;
	padding: 0px;
	margin: 30px;
}
#leftpane a:link {
	text-decoration:none;
	color: #996633;
}
#leftpane a:visited {
	color: #996633;
	text-decoration: none;
}
#leftpane a:hover {
	color: #996633;
	text-decoration: none;
}
#formpane {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	height: 600px;
	padding: 0px;
	color: #996633;
	text-decoration:none;
	background-color: #FFFFFF;
}
#formpane a:visited {
	color: #996633;
	text-decoration: none;
}
#formpane a:hover {
	color: #996633;
	text-decoration: none;
}

#slideshow {
	clear:none;
	background-color: #FFFFFF;
	height: 200px;
	width: 300px;

}
#contents {
	clear:none;
	width: 400px;
	float:left;
	color: #333333;
	height: auto;
}

#rightpane {
	background-color: #FFFFFF;
	width: 320px;
	height: 400px;
	float: right;
	padding: 0px;
	margin: 30px;
}
#rightpane a:link {
	color: #996633;
	padding: 1px;
	text-decoration: none;
}
#rightpane a:visited {
	color: #996633;
}
#rightpane a:hover {
	color: #996633;
	}
#footer {
	clear: both;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	line-height: 1em;
	border-top: 0.1em solid #CC9966;
	border-right: 0 solid #CC9966;
	border-bottom: 0 solid #CC9966;
	border-left: 0 solid #CC9966;
	padding: 5px;
}
#footer a:link {
	color: #996633;
	padding: 1px;
	text-decoration: none;
}
#footer a:visited {
	color: #996633;
}
#footer a:hover {
	color: #996633;
}
h1 {
	color: #996633;
	font-family: "Trajan Pro";
	font-size: 48px;
	line-height: 1em;
	font-weight: lighter;
	margin-right: 10px;
}
h2 {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
}
h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}
h4 {
	color: #996633;
	font-family: "Trajan Pro";
	font-size: 12px;
	font-weight: lighter;
}

