@charset "UTF-8";
/* CSS Document */

body {
	background: #957d61 url(../images/bkg_page.jpg) repeat-x;
	text-align: center;
	padding: 0;
	margin: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

p {
	line-height: 1.8em;
	font-size: 100%;
	color: #4c2222;
}	

h1 {
	font-size: 200%;
	color: #300000;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0; 
	color: #300000;
	
}


a {
	color: #371b04;
}



p.italic {
	line-height: 1.5em;
	font-style: italic;
	color: #666666;
	padding: 0;
	margin: 0;
	font-size: 90%;
}

#wrapper {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkg_page_bkg.jpg) repeat-y;
}

#header {
	background: url(../images/bkg_page_header.jpg) no-repeat;
	height: 26px;
	
}
#branding {
	background: url(../images/logo_branding.jpg) no-repeat;
	height: 115px;
	margin: 0 0 0 5px;
	clear: both;
}
#content {
	margin: 20px 5px 0 5px;
	clear: both;
	
}



#main-content {
	margin: 0 90px 0 155px;
}
#main-content img.img {
	padding: 0 0 30px 10px;
	display: inline;
}
#main-contact {
	margin: 0 90px 0 195px;
}



#nav {
	width: 130px;
	float: left;
	text-align: left;
	
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	
}
#nav ul li a {
	padding: 5px 0 5px 25px;
	display: block;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	text-decoration: none;	
} 
#nav ul li a:hover, #nav .current {
	border-top: 1px solid #f2f1df;
	border-right: 1px solid #f2f1df;
	border-bottom: 1px solid #f2f1df;	
	background: #fbfaf0 url(../images/bullet_bean.gif) no-repeat 10px 50%;
		
}

#rightColumn {
	float: right;
	width: 240px;
	display: inline;
}





#prices {
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #fbfaf0;
	border: 1px solid #f2f1df;
}
#prices li {
	padding: 5px 0 5px 20px;
	color: #371b04;
	background: url(../images/bullet_bean.gif) no-repeat 5px 50%;
}



#footer {
	background: url(../images/bkg_page_footer.jpg) no-repeat;
	height: 94px;
	clear: both;

}
