@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #b8b7b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
}
.twoColFixLtHdr #container { 
	width: 1110px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/backer.jpg)
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background-image:url(images/header.jpg);
	height: 246px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
display: none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin-left: 66px;
	padding: 0px;
	background-image: url(images/sideback.jpg);
}

.twoColFixLtHdr #sidebar1 #menuHolder{
width:210px;
margin-left:auto;
margin-right:auto;
}

.twoColFixLtHdr #sidebar1 #menuHolder li{
list-style-image:none;
list-style-type:none;
padding-left:20px;
padding-top:12px;
margin-left:-40px;
background-image:url(images/menubutton.jpg);
height:25px;
width:190px;
}

.twoColFixLtHdr #sidebar1 #menuHolder li a{
color:#9d4e51;
text-decoration: none;
font-weight: bold;
}

.twoColFixLtHdr #sidebar1 #menuHolder li a:hover{
color:#212121;
}

a{
color:#9d4e51;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#212121;
text-decoration: none;
font-weight: bold;
}

h3{
color:#212121;}

.twoColFixLtHdr #sidebottom{
height:13px;
background-image:url(images/sidebottom.jpg);
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0;
	padding-right: 95px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #595959;
	background-image:url(images/footer.jpg);
	height:96px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 31px;
	padding-left: 40px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 60px;
	margin-top: 31px;
}

.twoColFixLtHdr #footer span{
margin-right: 60px;}

.twoColFixLtHdr #footer a{
color:#212121;
text-decoration: none;
}

.twoColFixLtHdr #footer a:hover{
color:#9d4e51;
text-decoration: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#outerDiv {
height:70px;
background-color: #dcdcdc;}


#outerDiv2 {
height:70px;
background-color: #e7e6e6;}

#proHolder {
margin-left: 30px;}

.oneColFixCtrHdr #footer #designby{
position: relative;
float:right;
margin-right: 20px;
margin-top: -26px;
}
