@charset "utf-8";

* {

padding: 0;
margin: 0;
}

img {
border: none !important;
}

a:link {
color:#422100;
text-decoration: underline;
}

a:visited {
color:#422100;
text-decoration: underline;
}

a:active {
color:#422100;
text-decoration: underline;
}

a:hover {
color:#422100;
text-decoration: none;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E8E8E8 url(images/background.jpg) repeat-x;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.stuff #container { 
	width: 780px;  
	margin: 0 auto; 
	background: white;
	text-align: left; 
} 
.stuff #header { 
	background: url(images/header.jpg) repeat-x;
	height: 114px; 
} 
.stuff #header .address {
	font-size: 11px;
	color:#F4F4F4;
}
.stuff #sidebar1 {
	float: left; 
	width: 220px;
	background: white; 
	padding: 20px 10px 15px 20px;
	display:inline;
}

.stuff #sidebar1 a {
	text-decoration: none !important;
}

.stuff #sidebar1 a:hover {
	text-decoration: underline !important;
}

.stuff #mainContent { 
	margin: 0 0 0 235px; 
	padding: 0 20px; 
	background: white;
} 

.stuff #mainContent h1 { 
	color: #35302C;
	font-size: 16px;
	border-bottom: solid 1px #FF9900;
	padding: 0 0 5px 0;
	} 
.stuff #footer { 
	border-top: 1px dashed #CCCCCC;
	background: white;
	margin: 0 60px 0 60px;

} 
.stuff #footer p {
	font-size: 10px;
	color:#333333;
	text-align: center; 
	margin: 0; 
	padding: 10px 0; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.mainnav {
	padding-left: 20px;
	padding-top: 3px;
}

.subnav {
	padding-left: 40px;
	padding-top: 3px;
}

.mainnav:hover {
	background:#F4EAE8;
}

.subnav:hover {
	background:#F4EAE8;
}

.contactustable {
	padding: 5px 0 5px 0 ;
	font-size: 11px;
		}
