html, body {
	background: url("/template_images/mvb/molokai/bg.jpg") no-repeat;
	background-position: top center;
	background-color: #436C1E;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: .9em;
	line-height: 1.6em;
	color: #4A4A4A;
}


a:link, a:active, a:visited   {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #663B09; 
}
	
a:hover {
	color: #5B6900; 
}
	
img {
	border: 0;
	margin: 0;
	padding: 0; }
	
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

#container {
	margin: 0 auto;
	width: 1112px;
	text-align: left;
	text-align: center;
}

	#header {
		width: 1112px;
		float: left;
		text-align: left;
		margin-bottom: -3px;
	}
	
	
	#content {
		width: 888px;
		margin: 0 auto;
		background-color: #FFF;
		padding: 12px 9px 38px 19px;
		text-align: left;
		clear: left;
		min-height: 600px;
	}
	
		h1, h2, h3 {
			font-family: Arial, Verdana, Helvetica, sans-serif;
			margin: 0px 0px 8px 0px;
			padding: 0;
		}
		
		h1 { color: #5B6900; font-size: 1.8em; height: 26px;  }

		h2 { color: #5B6900; font-size: 1.4em; height: 18px; }
		
		h3 { color: #5B6900; font-size: 1.4em; height: 15px; }
		
		h4 { 
			font-weight: bold; 
			font-family: Georgia, Times, "Times New Roman", Serif; 
			margin: 0; 
			padding: 0; 
		}
		
		p { margin: 0 0 15px 0; padding: 0px; }	
		
		table td {
			vertical-align: top;
		}
		

#footer {
	margin: 0 auto;
	width: 878px;
	background: url("/template_images/mvb/molokai/footer-bg.gif") no-repeat;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #fffccc;
	font-size: .9em;
	text-align: left;
	padding: 52px 19px 140px 19px;
}


	#footer a:link, #footer a:active, #footer a:visited   {
		color: #FFF; 
	}
			
		#footer a:hover {
			color: #99DFFF; 
		}
		
		#fcol1, #fcol2 {
			width: 200px;
			padding-left: 12px;
			padding-bottom: 16px;
			float: left;
			background: url("/template_images/mvb/molokai/fcol-bg.gif") no-repeat;
			background-position: top left;
		}
		
		#fcol3 {
			width: 212px;
			float: right;
		}



/********** ONE COLUMN **********/
.one_col {
	margin: 0;
	padding: 0;
}

	.one_col .content_block {
		width: 858px;
		padding: 0px 10px;
	}

/********** TWO COLUMN **********/

.two_col {
	float: left;
	width: 444px;
}

	.seperator {
		margin: 10px 0px;
	}
	
	.two_col .content_block {
		width: 424px;
		padding: 0px 10px;
	}

/********** THREE COLUMN **********/

.three_col {
	float: left;
	width: 636px;
}

	.three_col .content_block {
		width: 616px;
		padding: 0px 10px;
	}
  
/********** FOUR COLUMN **********/

.four_col {
	width: 212px;
	float: left;
	margin-right: 10px;
}

	.four_col .content_block {
		width: 192px;
		padding: 0px 10px;
	}