body {
	background: #5D6C14;
	margin: 0;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #ad4a38;	
}

#container {
	width: 794px;
	margin: 20px auto 10px auto;
	padding: 0;
	left: 50%;
	background: transparent url(img/container_back.jpg) top left repeat-y;
	overflow: auto;
	
}

#pagebody {
	width: 644px;
	margin: 20px 20px 0 24px;
	padding: 10px 50px 0 50px;
	background: #E3A364 url(img/main_back.jpg) top left repeat-x;
	color: #672900;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	min-height: 600px;
	line-height: 20px;
}

#pagebody_long {
	width: 644px;
	margin: 20px 20px 0 24px;
	padding: 10px 50px 0 50px;
	background: #E3A364 url(img/main_back.jpg) top left repeat-x;
	color: #672900;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	min-height: 1225px;
	line-height: 20px;
}

#pagebody_middle {
	width: 644px;
	margin: 20px 20px 0 24px;
	padding: 10px 50px 0 50px;
	background: #E3A364 url(img/main_back.jpg) top left repeat-x;
	color: #672900;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	min-height: 820px;
	line-height: 20px;
}

#header {
	height: 172px;
	background: transparent url(img/header.jpg) top left no-repeat;
}

#footer {
	height: 43px;
	background: transparent url(img/footer.jpg) top left no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	color: #642c02;
	font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#col1 {
	width: 200px;
	float: left;
	text-align: center;
}

#col2 {
	float: right;
	width:  380px;
}

#col3 {
	float: right;
	width:  580px;
}

#pagebody a {
	color: #cc6009;
	border-bottom: 1px dashed #b35133;
	text-decoration: none;
}

#pagebody a:hover {
	color: #0a5f22;
	border-bottom: 1px dashed #b36a47;
}

#navbar {
	height: 33px;
	/* background: transparent url(../img/menu_back.jpg) top left repeat-x; */
	padding: 132px 94px 0 0px;
	text-align: right;
	clear: both;
	color: #552200;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#navbar a {
	text-decoration: none;
	color: #cc6009;
	border-bottom: 1px dashed #dbb58c;
}

#navbar a:hover {
	color: #0a5f22;
}
