/* CSS Document */

INPUT, SELECT, TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#6C2616; font-weight: normal; background-color: #F4E9D9;}


body {
	color:#6C2616;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background: url(images/bckgrd.jpg);
	background-color: #D7AC62;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: #6C2616 1px solid;
}
#pages {
	text-align: left;
	width: 400px;
	margin: 0 auto;
	background-color: #FFF;
	border: #6C2616 1px solid;
}
#header{
	height: 130px;
	background-color: #D3A75C;
	border-bottom: #6C2616 1px solid;
	text-align: center;
}
#masthead{
	height: 100px;
	background-color: #D3A75C;
	border-bottom: #6C2616 1px solid;
	text-align: center;
}
#left {
	float:left; 
	width: 150px;
	padding: 10px;
}
#right {
	float:right;
	width: 580px;
	border-left: 1px solid #D69C40;
	color: #6C2616;
	padding: 10px;
	text-align: justify;
}
#footer{
	clear:both;
	height:80px;
	text-align: center;
	border-top: 1px solid #D69C40;
	background: #F4E6CC url(images/footer.jpg);
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#6C2616;
}
p {
	font-size: 12px; 
	color: #6C2616;
}
#left p{
	font-size: 12px; 
	color: #6C2616;
	line-height: 1.2em;
}
#right p {
	font-size: 12px; 
	color: #6C2616;
	line-height:1.2em;
}
h1 {
	color: #6C2616;
	font-size: 12px; 
	border-bottom: 1px solid #D69C40;
}
h2 {
	font-size: 13px;
	color:#D69C40;
	margin: 5px;
}
.image {
	border: 1px solid #D79E41;
	margin: 10px;
}
.copyright {
	font-size: 10px;
	color: #6C2616;
}
a:link {
	color:#6C2616;}
a:visited {
	color:#D79E41;}
a:active {
	color:#6C2616;}
a:hover {color:#D79E41;
	 text-decoration:none
}	
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C2616;
}
.emphasislge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
.emphred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.border {
	border: 1px solid #D79E41;
}
.borderbrown {
	border: 1px solid #6C2616;
}
.alignright {
	text-align: right;
	}
td.product {
	border: 1px solid #D79E41;
	padding: 5px;
	width: 33%;
	vertical-align: top;
	empty-cells: hide;
	}
