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;
	}
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;}