/* Design CSS */
/* #160E01   #2C1403  #362713  #6B421F     */
body{
	padding:0px;
	margin:0px;
	background-color: #2C1403;
}
#container{
	background-image: url(/site/images/background.jpg);
	background-repeat:repeat;
	max-width: 1111px;
	min-width:965px; 
	margin: 0 auto;
	margin-bottom:20px;
	background-color:#333333;
}
#header{
	background-image: url(/site/images/Header.png);
	width: 957px;
	height: 127px; 
	color:#2C1403;
	font-family: helvetica,arial,serif;
}
#bgheader{
	background-image: url(/site/images/enctop.png);
	background-repeat:no-repeat;
	max-width: 1111px;
	min-width:965px; 
	 margin: 0 auto;
}
#logo{
	background-image: url(/site/images/Logo.png);
	display:block;
	margin:5px 0px 0px 0px;
	height:0px;
	width:640px;
	position:absolute;
	padding-top:122px;
	overflow:hidden; 
	z-index:999999;
	background-repeat:no-repeat;
}
#linkbar{
	background-image: url(/site/images/MenuBar1.png);
	width: 1111px; 
	height: 107px;
	position:absolute;
	top:166px; 
	z-index:999; 
}
#centerme{
	width:888px;
	height:85px;
	margin: 0 auto;
	z-index:99999;
}
.innercontainer{
	margin: 0 auto;
	width:941px;
}
#content{
	background-image: url(/site/images/ContentBox.png);
	background-repeat:repeat-y;
	width: 892px;
	padding: 25px 40px 5px 25px; 
	height:auto;
	position:relative;
	overflow:hidden;
	color: #2C1403;
	font-family: helvetica,arial,serif;
	text-align:justify;
}
#leftcontent{
	width:590px;  
}
#rightcontent{
	float:right;
	color: #2C1403;
	width:290px;
/*	background-color:#161616;  */
	opacity: .85;
	padding:5px;
	text-align:left;
	
	
}
#rightcontact{
	float:right;
	color:#2C1403;
/*	background-color:#161616;  */
	padding:5px;
	text-align:left;
	width:290px;
}
#homepic{
	float:right;
	height:365px; 
	width:510px;   
	background-image: url(/site/images/PicFrame.png); 
	background-repeat:no-repeat;
	padding:25px 0px 0px 29px;
	margin: 0 0 20px 20px;
}
#footer{
	background-image: url(/site/images/Footer.png);
	width: 957px;
	height: 45px;
	
}
#benchmarklink{
	background-color:#b2a45c;
	height:35px;
}
#footlink{
	background-image: url(/site/images/benchmarkcreative.png);
	float:right;
	height:0px;
	padding:32px 0px 0px 0px;;
	margin: 0px 30px 0px 0px;; 
	width:162px;
	overflow:hidden;
	display:block;
}
#spacer{
	height:40px; 
}
#crumb{
	width:870px;
	margin-left:50px
} 
#weather{
	height:100px;
	float:right;
	margin-top:21px;
	margin-right:30px;
	text-align:center;
	font-size:14px;
}
#weather center, #weather img{
	padding:0px;
	margin:0px;
	
}
a:link, a:visited{
	color:#362713;
}
a:hover{
	color:#6B421F;
}
#datediv{
	float:right;
	text-align:right;
	padding-right:15px;
	font-size:14px;
	font-weight:400;
	margin-top:75px;
}
#weath{
	width:400px;
	height:103px;
	float:right;
	padding-top:13px;
}









