body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img, div, span
{
	padding:0;
	margin:0;
}

body
{
	background-color: #765f38;
}

#wrapper
{
	width: 786px;
	margin: 0px auto;
	
}

#header
{
	margin-top: 15px;
	width: 786px;
	height: 163px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat
}

#logo
{
	padding-top: 20px;
	margin:0px;
	width: 750px;
	float: left;
}

#navigation
{
	padding-top: 20px;
	padding-right: 20px;
	color: #382612;
	font-family: Times;
	font-size: 16px;
	float: right;
	clear: right;
	width: 600px;
}

#navigation a
{
	color: #382612;
	text-decoration: none;
	font-family: times;
	font-size: 16px;
	font-weight: bold;
}
#navigation a:hover
{
	color: #ffef6b;
}
#inner-wrap
{
	background-repeat: no-repeat;
	width: 780px;
	float: left;
	background-color: #a28e69;
	background-image: url('images/sidebar.gif');
	background-repeat: repeat-y;
	background-position: right 50%;
}

#side-bar
{
	float: right;
	width: 214px;
	padding-top: 10px;
}
#side-bar a
{
	color: #FEEBC3;
	text-decoration: none;
	font-family: Times;
	padding:0px 10px 5px 20px;	
}
#side-bar ul
{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 2px;
	text-align: left;
}
#side-bar li a
{
	line-height: 1.5;
	font: bold 0.75em Arial, sans-serif;
	color: #FEEBC3;
	text-align: left;
	text-decoration: none;
}
#side-bar li a:hover
{
	color: #a28e69;
	text-decoration: underline;	
}
#side-bar h2
{
	font-weight: bold;
	color: #FEEBC3;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar h3
{
	font-weight: bold;
	color: #FEEBC3;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar p
{
	padding:0px 10px 20px 20px;
	font-family: Arial;
	font-size: 0.8em;
	color: #FEEBC3;
}
#main
{
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	margin-left:20px;
	float: left;
	width: 546px;
	text-align: left;
}

#footer
{
	width: 780px;
	height: 40px;
	background-color: #593c1b;
	clear: both;
	padding-top: 15px;
}
#footer p
{
	text-align: center;
	color: #cac0ae;
	font-size: .6em;
	
}
#footer a
{
	color: #cac0ae;
}
#footer a:hover
{
	color: white;
}

h1
{
	font-weight: bold;
	color: #252d05;
	margin-top: 20px;
	font-family: Times;
	
}

h2
{
	font-weight: bold;
	color: #5c4211;
	margin-top: 15px;
	font-family: Times;
}
h3
{
	font-weight: bold;
	color: #FEEBC3;
	margin-top: 15px;
	font-family: Times;
}
p
{
	color: #ffffff;
	font-family: Arial, Times;
	font-size: 0.9em;
}
a
{
	color: #ffffff;
	font-family: Arial, Times;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover
{
	color: #5c4211;

}