

body {
	font-family: verdana, sans-serif;
	color: #000000;
	background-color: #FFF;
	align: center;
}



	
div#wrapper {
	width: 950px;
	border: 5px solid #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
	padding: 1px;
	position: center;
}



div#header {
	background: #710B20;
	height: 105px;
	width: auto;
	padding: 1px;
	background-image: url('images/our_logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
}


div#holder {
	width: auto;
	border: 2px solid #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	text-align: left;
}




div#headbox {
	color: #000000;
	padding: 5px;
	background-color: #710B20;
	text-align: center;
	width:auto;
		
}


a {
	text-decoration: none;font-size: 120%;
}

div#menu a:hover {
	color: #F07800;
	font-size: 110%; 
}

div#menu {background-color: #FFF;}




h1 { font-size: 200%; color: FFF; }
h2 { font-size: 110%; color: FFF;}
h3 { font-size: 100%; color: FFF;}



div#content  {
	line-height: 120%;
	padding: 1px;
	font-size: 100%;
	width: 460px;
	margin-left:auto;
	float:left;
	background-color: #FFF;
		}

div#content2 {
	line-height: 120%;
	padding: 1px;
	font-size: 100%;
	width: 460px;
	margin-right:auto;
	float:right;
	background-color: #FFF;
		}


div#img div#img2  div#img3 div#img4 { 
	text-align: center;
	padding: 5px;
	width: 450px;
	background-color: #C0C0C0;
	
	}


div#cleardiv {
	
	clear: both;
}

div#clearfix {
		
	width: 5px;
	height:auto;
	display: block;
	clear: both;
	
}

div#clearfix2 {
		
	width: 5px;
	height:auto;
	display: block;
	clear: both;
	
}


div#footer {
	padding: 10px;
	background-color: #710B20;
	text-align: right;
	font-color: #FFF;}
		

	
		
		