@charset "UTF-8";
body {
	font: 82% Arial, Verdana, Helvetica, sans-serif  ;
	
	background: #524b3a;
	
	margin: 0; 
	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: #000000;
}
.oneColFixCtr #container {
	width: 841px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/bbd_bg.gif);
	background-repeat:no-repeat;
	height:750px;
	margin-top: 20px;
	line-height: 140%;
	vertical-align:top;

}

.oneColFixCtr #containerindex {
	width: 841px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/bbd_bg_home.gif);
	background-repeat:no-repeat;
	height:750px;
	margin-top: 20px;
	line-height: 140%;
	vertical-align:top;

}

.oneColFixCtr #mainContent {
	color: #EBE2CF;
	padding: 35px 110px 0 50px;
	height: 440px;
		
	
	
}

#logo {
	 padding: 21px 0 0 90px; 
	 float: left;
	 vertical-align:top;
}

#navigation {
	 padding: 132px 100px 0 0; 
	 text-align: right;
	 
}

#contact{
	 padding-left:48px;
	 color:#aaa048;
	 color:#b0af98	 
}

#contact a:link, a:visited {
	color: #b0af98;
	text-decoration: none;
}

#contact a:hover {
	color: #aaa048;
	text-decoration: underline;
}

a:link, a:visited {
	color: #bbb154;
	text-decoration: none;
}

a:hover {
	color: #b0af98;
	text-decoration: underline;
}