body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	color: #514C39;
 	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.05%;
 	background: #fdfada url(/images/bg.jpg) repeat-x top left; 
}

h1 {
	padding: 5px;
	color: #770013;
	font-size: 24px;
	font-weight: bold;
}


#wrapper {
	
	margin: 0 auto;
	width:922px;
	background: #fdfada;
	
}

#top-left-col_ {

	width:75px;
	height:295px;
	float: left;
	background: url(/images/top_left_col.jpg);
	
}

#header_ {

	width:746px;
	height:295px;
	position: relative;
	float: left;
	vertical-align: bottom;
	background: url(/images/header.jpg);
	
}

.headerbox {
	position: absolute; bottom: 0;
	
}

#top-right-col_ {

	width:101px;
	height:295px;
	float: right;
	background: url(/images/top_right_col.jpg);
}

#bottom-left-col_ {

	width:75px;
	height:466px;
	float: left;
	background: url(/images/bottom_left_col.jpg);
}

#content_ {

	width:746px;
	/* height:466px; */
	height: auto;
	min-height: 466px;
	float: left;
	/* background: #dbd7bf; */
	background: #fdfada;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_ #content_area_ {
	
	margin: 0px 25px 0px 25px;
}

#bottom-right-col_ {

	width:101px;
	height:466px;
	float: right;
	background: url(/images/bottom_right_col.jpg);
}

#footer-left-col_ {

	width:75px;
	height:125px;
	clear: left;
	float: left;
}

#footer-right-col_ {

	width:101px;
	height:125px;
	float: right;
}



#footer {
	font-size: 11px;
	padding-top: 20px;
	float: left;
	margin: 0;
	width: 746px;
	height: 50px;
	background: #dbd7bf;
	text-align: center;
	
	
	
}

.heading_txt {
	padding: 5px;
	color: #770013;
	font-size: 24px;
	font-weight: bold;
}

.emphasis_txt {
	color: #770013;
	font-weight: bold;
}



.img_bullet {
	float: left;
	text-align: center
}
