body 
{
	text-align: center;
	background-color: #D1AC78;
	background-image: url("images/background.jpg")
}
A:link 
{
	text-decoration: underline; 
	color: #704F2E;
}
A:visited 
{
	text-decoration: underline; 
	color: #704F2E;
}
A:active 
{
	text-decoration: underline; 
	color: #704F2E;
}
A:hover
{
	text-decoration: underline overline; 
	color: #886037;
}
hr 
{
	border-style:solid;
	border-color: #704F2E; 
	border-width:1px;
}
.dash 
{
	border-top:1px dashed #704F2E; 
}
#logo {
	background-color: #000000;
	width: 810px;
}
#navbar {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	background-color: #9E4824;
	background-image: url("images/navbar.png");
	line-height: 24px;
	width: 810px;
	height: 24px;
	border-top: 1px solid #904220;
	border-bottom: 1px solid #6b3118;
}
#adbar {
	margin-top: 10px;
	background-color: #DEBE94;
	width: 810px;
	text-align: center;
}
a.navlink:link {
	display:block;
	float: left;
	text-align: center;
	text-decoration:underline; color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
a.navlink:visited {
	display:block;
	float: left;
	text-align: center;
	text-decoration:underline; color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
a.navlink:hover {
	display:block;
	float: left;
	text-align: center;
	text-decoration:underline; color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat-x;
	background: url("images/navbarh.png");
}

a.bar:link {
	color: #000000;
	text-decoration: none;
}
a.bar:visited {
	color: #000000;
	text-decoration: none;
}
a.bar:hover {
	text-decoration: underline; 
	color: #000000;
}


#wrap {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 850px;
	clear: both;
}
#content {
	clear:both;
	width: 530px;
	margin-left: 5px;
	text-align: left;
}
#newsitm {
	background-color: #CBAE87;
	background: url("images/fill.png");
	font-weight: bold;
	line-height: 24px;
	height: 18px;
	width: 530px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container { 
	float: left;
	/*background: url(images/example-7.gif) bottom center no-repeat;*/
	background-color: #DEBE94;
	background-image: url("images/wood_seemless2.png");
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
#inner { 
	float: left; 
	overflow: hidden; 
}
#inner div { 
	float: left; 
	background-color: #DEBE94; 
	/*width: 250px; */
	margin-top: 10px;
	margin-right: 10px; 
	margin-bottom: -2000px;
       	padding-bottom: 2000px; 
}
#inner .col2 { 
	background-color: #DEBE94;
       	width: 550px;	
	margin-right: 0; 
}
.clear { 
	clear: both; 
	text-align: center;
}


