body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:13px;
	color: #FFFFFF;
	background: #855D36 url(../images/bg_main.jpg) repeat-x scroll center top;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

body a:link, a:active, a:visited{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;

}

body a:hover{
	text-decoration:underline;
}


h1 {
	font-size: 15px;
	margin-top: 5px;
	color: #FFD800;
	line-height: 28px;
} 


h2 {
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	color: #FFF;
} 


h3 {
	
	font-size: 12px;
	font-weight: bold;
}

h4 {
	
	font-size: 16px;
	color: #2760B4;
	font-weight: bold;

} 


p{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


ul {
	list-style-type: disc;
	margin-left: 10;
}

ol {
	
	margin-left: 10;
}


li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 0px;
	margin-bottom: 5px;
}


/* content div's */

#background_center {
	margin: auto;
	width:998px;
	height: 884px;
	background:url(../images/bg_center.jpg) no-repeat scroll center top;
	position:relative;

	
}

#center_frame {
	margin: auto;
	width:874px;
	height: 100%;
	
}

#header {
	margin: auto;
	width:851px;
	position:relative;
	margin-bottom: 0px;
}

#right_column {
	width:375px;
	position:absolute;
	vertical-align: top;
	right: 0px;
	top:114px;
	left: 576px;
	z-index: auto;
}

#content_index {
	width:489px;
	position:relative;
	right: 0px;
	top:10px;
	vertical-align: top;
	left: 0px;
	z-index: auto;
	padding-bottom: 0px;
}

#content {
	width:489px;
	position:relative;
	right: 0px;
	top:10px;
	vertical-align: top;
	left: 12px;
	z-index: auto;
	padding: 0px;
	background-image: url(../images/content_bg.jpg);
}



#Footer {
	margin: auto;
	width:880px;
	position:relative;
}

.images_photos {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.righ_column_spacing {
	margin-bottom: 10px;

}

