html { padding: 0; margin: 0; }

body {
	margin-top: 0px;
	margin: 0 auto;
	font: 76% arial,sans-serif;
	background: url(images/bgstrip.jpg) repeat-y center;
}
#container { 
	margin: 0 auto;
	width: 800px;
	position: relative;
}
#header {
	width: 761px;
	height: 112px;
	margin: 0 auto;
	background: url(images/header.jpg);
}
#Content {
	margin: 0 auto;
	width: 761px;
	background: url(images/contentbg.jpg);
	height: 421px;
}
#side {
	float: left;
	width: 191px
	}
#maincontent {
	width: 470px;
	height: 330px;
	float: right;
	overflow-y: auto;
	padding-right: 10px;
	font: 90% arial, san-serif;
	color: #FFFFFF;
}
#footer {
	width: 761px;
	margin:0 auto;
	background: transparent;
	position: relative;
	clear: both;
	font: 72% arial,san-serif;
	color: #85877a;
}
#navigation {
	margin: 0 auto;
	width: 761px;
	height:18px;
	position: relative;
	background: #a28645 url(images/1.jpg) no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 0px;
	}

#nav-bar {
	height: 15px;
	width: 550px;
	background: url(images/menuoff1.jpg) no-repeat;
	margin-left: 191px;
	padding-top: 3px;
	padding-left: 18px;
	border-right: thin solid #876913;
}
#nav-bar ul {
	width: 550px;
}
#nav-bar li {
	float: left;
	margin-bottom: 0px;
	display: block;
	margin: 0px 15px;
	text-align: center;
}

#nav-bar ul li a {
	color: #FFF;
	text-decoration: none;
}

#nav-bar ul li a:hover { color: #630; }
#nav-bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:link { 
	text-decoration: underline; 
	color : #ffffff;
}
a:visited { 
	text-decoration: underline; 
	color : #ffffff;
}
a:hover	{ 
	text-decoration: underline; 
	color : #000000;
}
a.footer:link { 
	text-decoration: underline; 
	color : #85877a;
}
a.footer:visited { 
	text-decoration: underline; 
	color : #85877a;
}
a.footer:hover { 
	text-decoration: none; 
	color : #000000;
}
li.main {
	list-style: disc;
	line-height: 12px;
}
li.second {
	list-style: circle;
	line-height: 12px;
}
ul {line-height: 12px;}
