@charset "utf-8";
#main_contain #content_text div strong {
	text-align: center;
}
a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: #000000;
}
a:active {
COLOR: #000000;
}

body {
	background-image:url(images/bgrepeat-x.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}
#main_contain {
	background-image:url(images/main2.jpg);
	width:1000px;
	height:820px;
	margin:0 auto;
}

/*NAVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/
#nav_contain {
	width:950px;
	height:60px;
	padding-top:192px;
	margin:0 auto;
}
#nav_contain ul {
	display:block;
	list-style:none;
	margin-left:20px;
}
#nav_contain ul li a {
	font-family:Papyrus, "Myriad Pro", "MS Sans Serif";
	color:#7d5a39;
	line-height:66px;
	text-align:center;
	font-size:37.5px;
	width:168px;
	height:66px;
} 	
#nav_contain ul li a.about {
	background-image:url(images/nav_normal_about.jpg);
	width:168px;
	height:66px;
	padding-left:20px;
	padding-right:34px;
	text-decoration:none;
	margin-top:-65px; 
	margin-right:10px;
	text-align:center;
}
#nav_contain ul li a:hover.about {
	background-image:url(images/nav_hover_about.jpg);
	color:#ad7e40;
}
#nav_contain ul li a.home {
	background-image:url(images/nav_normal.jpg);
	width:168px;
	height:66px;
	padding-left:20px;
	padding-right:43px;
	text-decoration:none;
	margin-top:-65px; 
	margin-right:10px;
	text-align:center;
}
#nav_contain ul li a:hover.home {
	background-image:url(images/nav_hover_home.jpg);
	color:#ad7e40;
}
#nav_contain ul li a.services {
	background-image:url(images/nav_normal_services.jpg);
	width:168px;
	height:66px;
	padding-left:20px;
	padding-right:16px;
	text-decoration:none;
	margin-top:-65px; 
	margin-right:10px;
	text-align:center;
}
#nav_contain ul li a:hover.services {
	background-image:url(images/nav_hover_services.jpg);
	color:#ad7e40;
}
#nav_contain ul li a.contact {
	background-image:url(images/nav_normal_contact.jpg);
	width:168px;
	height:66px;
	padding-left:13px;
	padding-right:10px;
	text-decoration:none;
	margin-top:-65px; 
	margin-right:10px;
	text-align:center;
}
#nav_contain ul li a:hover.contact {
	background-image:url(images/nav_hover_contact.jpg);
	color:#ad7e40;
}
/*CONTEEEEEEEEEEEEEEENTTT*/
#content_contain {
	width:800px;
	height:480px;
	margin:0 auto;
	margin-top:40px;
	margin-right:10px;
}
#content_text {
	width:800px;
	height:480px;
	margin:0 auto;
	margin-top:40px;
	text-align:center;
}

/*FOOOOOOOOOOOOOOTTTTTTTTTTTTTEEEEEEERRRRR*/
#footer_contain {
	width:100%;
	height:20px;
	line-height:20px;
	color:#ffffff;
	margin-top:-40px;
}
#footer_contain p {
	text-align:center;
	font-size:18px;
}