﻿body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;	
	background: beige;
	/*background: #fff url(../images/bg_lines.gif) repeat-x 0px 90px;*/
	font-family: Tahoma, Sans-Serif;
	
}
div#wrapper
{
	margin: 0 auto;
	position: relative;
	width: 700px;
	padding: 0px;
	text-align: left;
	
}
div#content
{
	/* background: #fff; specifying bg color causes disappearing content bug in ID */
	background: #fff;
}
div#header
{
	height: 100px;	
	background: #603913;
}
#header img
{
	padding: 0 20px 0 0;
}
div#copy, #bkg
{
	font-family: Georgia, Sans-Serif;
	padding: 40px 20px 20px 20px;
	line-height: 26px;
	font-size: 16px;
}
#copy h3, #bkg h3
{
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	color: #754c24;
}
#copy h4, #bkg h4
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #754c24;
}
#copy h5, #bkg h5
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #754c24;
}

#bkg
{
	
	background-color: Transparent;
}
/*======== UNIVERSAL ==============*/
body, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style: none;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
}
a
{
	color: #603913; /* #94a52f;  #7da7d8 [light blue] #990000 [dark red] #6498d9 [darker blue for anchor] */
}
div
{
	margin: 0px;
	padding: 0px;
}
div.spacer
{
	clear: both;
	margin: 1px 0 0 0;
	line-height: 1px;
	overflow: hidden;
}
/*======== MENU =============*/
div#menu
{
	background: #b9d739;
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	border-bottom: solid 1px brown;
}
#menu ul, #footer ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu li, #footer li
{
	display: inline;
	padding: 0 15px 0 0;
}
#menu a
{
	text-decoration: none;
	color: #603913;
}
#menu a:hover
{
	color: #fff;
}
/*======== NEWS ==============*/
div.news
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
}
/*======== FOOTER ==============*/
#footer
{
	background: #c78f50;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	height: 16px;
}
