/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0px;
    background-color: #50392F;
	background-image: url("images/side2.jpg");
	background-position: top;
	background-repeat: repeat-x;
    color: #56596a;
	font-family: Palatino, Times, serif;
	font-size: 16px;
	line-height: 140%;}

img{border:none;}
	
a:link    {color: #af9853; font-size: 16px; }
a:active  {color: #666600; font-size: 16px; }
a:hover   {color: #CC9900; font-size: 16px; }
a:visited {color: #af9853; font-size: 16px; }
a:visited:hover {color: #CC9900; font-size: 16px; }

/*IDS*/	

#containercream {
	width: 750px;
	margin: 0 auto;
	background-image: url("images/bg2.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f8f3ee;
	}
	
#header {
	width: 750px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top:0px;}

#hometextbox {
	width: 750px; 
	height: 100%;
	margin-top: 15px;}
	
	
#hometextbox p {
	width: 600px;
	margin-left: 65px;
	text-align: left;
	padding-left: 15px;
	 }
	 
#hometextbox2 {
	width: 750px; 
	height: 100%;
	margin-top: 15px;}
	
	
#hometextbox2 p {
	width: 600px;
	margin-left: 65px;
	text-align: left;
	padding-left: 15px;
	 }
	 	
#contactbox {
	width: 750px; 
	height: 100%;
	margin: 25px auto 40px 45px;}	
	


/*Footer Boxes and Footer*/
		
#footer {
	background-image: url(images/footer.jpg);
	background-position:left;
	height: 45px;
	width: 750px;
	text-align: center; 
	padding: 15px 0px;
	margin: 0px 0px 0px 0px;
	clear: left; }	
	
#footere {
	background-image: url(images/footere.jpg);
	background-position:left;
	height: 45px;
	width: 750px;
	text-align: center;
	color: black; 
	padding: 15px 0px;
	margin: 0px 0px 0px 0px;
	clear: left; }	
	
/*Classes*/

li.topnav a {
	text-decoration: none;
	margin: 0px 35px 0px 35px; }	
	
p.feet {color: #af9853;
	font-size: 12px; 
	padding: 15px; }
	
p.feete {color: black;
	font-size: 12px; 
	padding: 15px; }
	
.centercaptext {
	font-size: 16px;
	text-align: center;
	font-weight: 100; }
	
.centercaptitle {
	font-size: 20px;
	text-align: center;
	font-weight: 300; }

.centercaptextlight {
	color: #CC9933;
	font-size: 16px;
	text-align: center;
	font-weight: 100; }
	
.centercaptitlelight {
	color: #CC9933;
	font-size: 20px;
	text-align: center;
	font-weight: 300; }
	
	
	
	
/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:650px; 
	height:300px; 
	margin:20px auto 0px; 
	border:0px; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:650px ; 
	height:300px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}

	
