/* THREE COLUMN LAYOUT */
* {
	padding: 0;
	margin: 0;
}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	margin: 0px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}
	
#main_wrapper {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	height: 100px;
	background-image: url(images/header1.jpg);
	clear: both;
}
#nav_top {
	width: 800px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
	height: 24px;
}
#home_pic {
	width: 800px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
}
#content1 {
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#content1_inner {
	padding-right: 1px;
	padding-left: 1px;
	background-color: #C9853A;
	height: 380px;
}

}
.image_content1 {
	float: left;
	width: 250px;
	text-decoration: none;
}
.image_content2 {
	width: 250px;
}
.image_content3 {
	clear: both;
	width: 250px;
}
#main_wrapper #content3 #content3_inner h3 {
	text-transform: uppercase;
	color: #FFF;
	background-color: #75200B;
	margin-left: 0px;
	margin-right: 1px;
	float: left;
	width: 250px;
}
#main_wrapper #content1 #content1_inner p {
	text-align: left;
	padding-left: 2px;
}
#main_wrapper #content2 #content2_inner p {
	text-align: left;
	padding-left: 2px;
}
#main_wrapper #content3 #content3_inner p {
	text-align: left;
	padding-left: 2px;
}



#content2 {
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#content2_inner {
	padding-right: 1px;
	padding-left: 3px;
	background-color: #E2814E;
	height: 380px;
}
#content3 {
	width: 260px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
#content3_inner {
	padding-right: 1px;
	padding-left: 5px;
	background-color: #E4A256;
	height: 380px;
}
#main_wrapper #content1 #content1_inner h3 {
	background-color: #75200B;
	color: #FFF;
	text-transform: uppercase;
	width: 250px;
	text-align: center;
	float: left;
	margin-left: 4px;
}
#main_wrapper #content2 #content2_inner h3 {
	text-transform: uppercase;
	color: #FFF;
	background-color: #A24631;
	width: 250px;
	margin-right: 1px;
	margin-left: 0px;
}


#nav_top_inner {
	float: left;
	width: 100%;
}
#footer {
	clear: both;
	height: 80px;
	width: 100%;
	background-color: #75200B;
	color: #FFF;
	font-size: 0.75em;
	text-decoration: none;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #960;
}
#footer a:hover {
	text-decoration: none;
	color: #360;
}

