* {
	margin:0;
	padding:0;
	font-family:verdana, helvetica, arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000;
	background:transparent;
	border:none;
	text-decoration:none;
	list-style-type:none;
	outline:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:"Goudy Old Style", Georgia, "Times New Roman", serif;
	font-weight:bold;
	font-style:normal;
	}
	

body {
	background: #cc6b41;
	z-index:1;
	}
	
p {
	padding-bottom:10px;
	font-size:13px;
	line-height:17px;
	}
	
strong {
	font-weight:bold;
	}
	
#container {
	position:relative;
	top:0;
	width:800px;
	background:#fbfbd9;
	margin:auto;
	z-index:1;
	}
	
#sidebar {
	position:relative;
	top:0px;
	width:200px;
	margin-left:20px;
	background:url(../images/drop-shadow.png);
	background-repeat:no-repeat;
	z-index:100;
	}	
	
	
#sidebar h2 {
	text-align:center;
	padding-top:20px;
	}

#sidebarcontent p {
	width:140px;
	margin:auto;
	font-size:11px;
	text-align:center;
	}	
	
#sidebarcontent {
	margin:auto;
	}

#banner {
	position:absolute;
	top:5px;
	width:800px;
	margin:2px auto;
	z-index:1;
	}
	
#banner img {
	width:100%;
	z-index:1;
	}

#main {
	position:relative;
	top:-280px;
	right:-240px;
	width:500px;
	padding:30px 20px 10px 20px;
	margin-bottom:-200px;
	background:transparent;
	z-index:50;
	}
	
#main ul {
	font-family:verdana, helvetica, arial, sans-serif;
	padding-left:10px;
	}

#footer {
	position:relative;
	top:0px;
	clear:both;
	width:800px;
	height:45px;
	margin:auto;
	background:#cc6b41;
	}
	
#footer p {
	font-family:arial, sans-serif;
	font-size:11px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	}	
	
#footer a:link, #footer a:visited, #footer a:active {
	font-size:11px;
	color:#000;
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	}
	
	
#menu {
	background:transparent;
	text-align:center;
	border-top:1px solid #cc6b41;
	width:150px;
	margin:auto;
	}
	
#menu li a:link, #menu li a:visited, #menu li a:active{
	font: bold 14px arial;
	text-align:center;
	line-height:27px;
	text-decoration: none;
	color:#cc6b41;
	}

#menu li a:hover{
	font: bold 14px arial;
	text-align:center;
	line-height:27px;
	text-decoration: underline;
	color:#16311b;
	}
	
h1 {
	font-size:16px;
	line-height:20px;
	color:#cc6b41;
	}
	
h2 {
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	color:#cc6b41;
	padding-top:10px;
	}
	
h3 {
	font-size:14px;
	line-height:24px;
	color:#cc6b41;
	padding-top:10px;
	}
			
a:link, a:visited, a:active{
	color:#cc6b41;
	text-decoration:underline;
	}

a:hover{
	text-decoration: none;
	color:#cc6b41;
	}
	
form {
	font-family:verdana, arial, sans-serif !important;
	font-size:13px;
	line-height:20px;
	background:#fbfbd9;
	padding:10px;
	}
	
input {
	background:#ecebe6;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	border:2px ridge #fff;
	}	