a:link {
	color: #666666;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
html, body{
	height:100%;
}
html,body {
	margin:0px;
	padding:0px;
}
* html #outer{
	height:100%;
	width:780px;
}
body {
	text-align:center;
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outer {
	font-size: 12px;
	min-height:100%;
	height:auto;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	background-color: #ffffff;
	color: #333333;
}
#header {
	height: 120px;
	width: 100%;
}
.menu{
	height: 25px;
	margin:0 -181px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}
.menu li{
display: inline;
}
.menu li a{
	height: 15px;
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}
.menu li a:visited{
	color: white;
}
.menu li a:hover, .menu li .current{
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}
#content {
	height: auto;
	width: auto;
}
#content-text {
	margin: 20px;
	font-size: 11px;
}
.h1 {
	font-size: 22px;
	font-weight: bold;
}
.h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
}
.h4 {
	font-size: 12px;
}
#clearfooter {
	clear:both;
	height:20px;
	width:100%;
}
#footer {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	line-height: normal;
	text-transform: none;
	color: #999999;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
}
#footer a:hover {
	color: #000000;
}

