@charset "utf-8";
/* CSS Document */


.clear {
	clear: both;
	
}


body {
	background: #916435;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	/*background-image: url(background2.gif);*/
	background:#FFE4AE /*#fde8a9*/;
	width: 950px;
	/*height: 1100px;*/
	border: 2px solid white;
	margin: 0px auto;
	
}


/*#container {
    padding: 0px 0px 40px 0px;
}*/



/* header*/
.mainlogo {
	height: 170px;
	width: 950px;
	background: #462300 url(../images/logo-plain2.png) no-repeat center;
	
}


.header {
    
	background: #462300 url(../images/header.gif) no-repeat;
	
	width: 700px;
	position: relative;
	left: 125px;
	
}

.header ul {
	display: inline;
	float: left;
}
	
	

	
	
	.header li {
		float: left;
		list-style-type: none;
		padding: 0px;
		margin: 0px 28px 0px 20px;
		text-align: center;
		font-family: arial, "myriad pro", verdana;
		color: #FFF;
		font-size: 14px;
		}
		
		
		
		.header a {
			text-decoration: none;
			color: #FFF;
		}
		
		
		
		.header a:hover {
			color:#000;
		}
		
		.header a:active {
			font-size: 16px;
		}
		
			#page a {
				color: #000;
			}
			
			
/* top images*/

#images {
	width: 200px;
	float: right;
	/*border: 5px solid red;*/
	padding: 60px 20px 70px 30px;
}

.image1 {
/*background: url(photo2.png) no-repeat ;*/
float: right;
border: 4px solid white;
margin: 20px;
}
	
	


.image2 {
/*background: url(photo2.png) no-repeat ;*/
float: right;
border: 4px solid white;
margin: 20px;
}
	

.image3 {
/*background: url(photo2.png) no-repeat ;*/
float: right;
border: 4px solid white;
margin: 20px;
}
	

/*maincontent*/

#paragraph {
	width: 550px;
	
	float: left;
	padding: 54px 30px 10px 70px;;
}


#paragraph h1 {
	color: #462300;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#paragraph ul {
	list-style-type: disc;
	line-height: 1.8;
	color: #462300;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
	#paragraph li {
		color: #916435;
	}


#paragraph p {
	font-family: Arial, Helvetica, sans-serif;
	color: #462300;
	width: 840px;
}

	
	#paragraph .p2 {
		text-align: center;
	}
		
		
		
		
		
	/*.call {
		color: #462300;
		text-align: center;
		
		font-family: arial black, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 25px;
	}


.call h2 {
	text-decoration: blink;
}

.call p {
	font-family: arial black, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 20px;
		position: relative;
		top: -16px;
}
*/


.contact {
	
}
/*-----footer-----*/

#footer {
	clear: both;
	background: #c3986f url(../images/footer.png) no-repeat center;
	padding: 20px;
	border-top: 3px solid #462300;
	color: #c3986f;
	

}

