/************* Overall styles **************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B09123;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

h2 {
	font-size: 24px;
	color: #003300;
}

.Large {
	font-size: 18px;
	font-weight: bold;
}

/************* Layout Divs **************/
#wrapper{
	width: 800px;
	margin: 0px auto;
	border: 1px solid #000000;
	text-align: left;
    background-color: #46463C;
}

#header{
	padding: 0px;
	width: 800px;
}

#menubar{
	padding: 0px;
	width: 800px;
}

#homepic{
	padding: 0px;
	width: 800px;
}

#content{
	padding: 0;
	width: 800px;
}

#leftnav{
	float: left;
	width:160px;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#rightcontent{
	float: right;
	width:580px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
	background-color: #FFFFFF;
}

#leftnavHome{
	float: left;
	width:200px;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

#rightcontentHome{
	float: right;
	width:540px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
}

#rightcontent a:link, a:visited {
	color: #CC9900;
	text-decoration: none;
}

#rightcontent a:hover {
	text-decoration: underline;
}

#footer{
	width: 785px;
	height: 25px;
	padding-right: 15px;
	background-color: #898974;
	font-size: 10px;
	line-height: 25px;
	color: #000000;
	text-align: right;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}
#small {font-size: 11px}
/*********** #sidenav styles ***********/
#leftnav a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}