html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #61492f url("gui_02.jpg") top center repeat-x;
	font-family: Arial; 
	font-size: 9pt; 
	color: #5D5D5D; 
}

.gcaption{
	font-family: Arial; 
	font-size: 8pt; 
	color: #74BD14;
}

#wrapper {
	width:700px;
	background:#efeae0 url("gui_08.jpg") top left repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -59px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	position:relative;
	margin: 0px;
	height:200px;
	background: url("gui_04.jpg") top left no-repeat;
	border-bottom:8px solid #61492f;
}
	#homelink {
		width:265px;
		height:85px;
		position:absolute;
		top:89px;
		left:20px;
	}
#nav{	
	margin: 0px;
	padding:15px 0px 45px 0px;
	position:relative;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	#nav_bar {
		background-color:#61492f;	
		height:24px;
		width:700px;
		position:absolute;
		z-index:2;
		top:19px;
		left:0px;
	}
	#nav ul {
		position:relative;
		z-index:3;
		margin:0px;
		padding:0px;
		margin-left:21px;
	}
	#nav ul li {
		position:relative;
		z-index:4;
		background-color:#61492f;
		border:4px solid #9ad848;
		border-left:none;
		border-right:none;
		float:left;
		list-style:none;
		margin:0px 5px;
		padding:4px;
	}
	#nav ul li a {
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		margin:0px;
		padding:0px;
	}

#center {
}
	#content {
		padding:5px 40px;
		margin-left:135px;
	}
	
	#content h1 {
		font-size: 12pt; 
		color: #61492F;
	}
	#content h2 {
		font-size: 10pt; 
		color: #74BD14;
	}
	
	#content a{
		color: #74BD14; 
		text-decoration: none;
	}
	
	#content a:hover {
		color: #61492F; 
		text-decoration: underline;
	}
	
	#backtotop {
		padding-top:45px;
		padding-bottom:20px;
	}
	
	
	#footer, #push {
		height: 59px; /* .push must be the same height as .footer */
	}
		
	#footer {
		margin: 0px auto;
		width:700px;
	}
	
	#footer_content {
		padding:15px 40px;
		border-top:1px solid #5d5d5d;
		margin-left:137px;
		background-color:#ffffff;	
		font-weight:bold;
	}
	
	#footer a {
		color:#5D5D5D;
		text-decoration:none;
	}
