/* CSS Document */

body {
	background-image: url(images/design/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d69f4d;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

#wrapper2 {
	background-color: #28241B;
	width: 775px;
	margin-left: 5px;
	border-left: 10px #000000 solid;
	border-right: 0px #000000 solid !important;
	border-right: 0px;
	border-bottom: #000000 10px solid;
}

#header {
	background: url(images/design/header.jpg) no-repeat;
	width: 800px;
	height: 245px;
}

#leftcol {
	float: left;
	width: 175px;
	background-image: url(images/design/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #28241B;
	color: #FFFFFF;
}

#leftcol p {
	padding-left: 10px;
}

#more {
	text-align: right;
	
}

#more a {
	color: #009245;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

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

ul#nav  {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

ul#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 35px;
	border-bottom: #666666 1px solid;
	padding-left: 10px;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 35px;
}

ul#nav li a:hover {
	color: #33cc33;
}

#rightcol {
	float: left;
	width: 550px !important;
	width: 550px;
	background-color: #FFFFFF;
	border-right: #000000 10px solid;
	border-top: #33cc33 1px solid;
	padding-top: 10px;
	padding-left: 40px;
}
#rightcol a,#rightcol a:link,#rightcol a:visited {
	color: #009245;
	text-decoration: none;
}

#featured {
	float: right;
	width: 170px;
	border-left: #cc9966 1px solid;
	margin-right: 20px !important;
	margin-right: 8px;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: -5px;
}

#featured p {
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	background: url(images/design/footer_bg.jpg) repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

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

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

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#duster {
	position: relative;
	top:-117px;
	margin-bottom: -117px;
	float: left;
}
