
 
/********************************************************************************
 * Div Tags
 ********************************************************************************/
 

/* CSS Document */

	
#site {
	width:1000px;
	margin: auto;
	border-style: solid;
	border-width: 0px;
	}

#header {
	width: 1000px;
}

#logo {	
	padding-top: 15px;
	width: 190px;
	height: 135px;
	text-align:center;
	background-color: #b19793;
	float: left;
}

#images_header {
	width: 810px;
	height: 150px;
	float: left;
}

#sponsorline {
	height: 85px;
	background-color: #ffffff;
	text-align: center;
}


#content {	
	float:left;
	width: 1000px;
	background-color: #f7f4f4;
}

#info_content{	
	float:left;
	width: 710px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#navigation{	
	float:left;
	width: 180px;
	margin-bottom: 40px;
}

.navigation_item {
	width: 180px;
	margin-bottom: 4px;
    margin-left: 10px;
}

.newsletterbox{
	  background-color: #633028;
	  color: #ffffff;
	  width: 170px;
	  margin-left: 10px;
	  padding-left: 10px;
	  padding-top:10px;
	  padding-bottom: 10px;
	  margin-top: 20px;
	}
