body {
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #5e3704;
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	font-color: #333;
}

#header {
	width: 890px;
	height: 188px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;	
}

#header-content {
	width: 200px;
	color: white;
	padding-left: 10px;
	font-size: 12px;
	text-align: center;	
	padding-top: 80px;
}

#container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#side-bar {
	width: 205px;
	height: 400px;
	background-color: #e6c275;
	float: left;
	padding: 10px;
	color: #3e3e3e;
}

#side-bar ul {
	list-style: none;
	padding-left: 0px;
	padding-bottom: 10px;	
}

#side-bar ul li {
	padding-top: 2px;
	padding-bottom: 6px;	
}

#side-bar a {
	text-decoration: none;
	color: #2e2e2e;	
	text-transform: uppercase;
}

#side-bar a:hover {
	text-decoration: underline;	
}

#main-content {
	width: 645px;
	margin-left: 225px;
	background-color: white;
	min-height: 600px;
	padding: 10px;
	line-height: 160%;
	color: #2e2e2e;
	text-align: justify;
}

h1 { 
	padding-top: 6px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 26px;
	font-family: Arial;
}

#footer {
	width: 645px;
	margin-left: 225px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #aa9977;
}