html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
html{
	background: url(../images/contentbg.png) repeat top center;
	height:100%
}

body{
	background: url(../images/topbg.png) repeat-x top center;
	height:100%;
}
* html #maincontent{
	height:100%;
}
#nav{
	padding:17px 0 0 26px;
}
h1{
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size:18px;
	margin-bottom:10px;
}
h2{
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size:18px;
	margin-bottom:10px;
}
h2 a{
	text-decoration:none;
	color:#333333;
}
p{
	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	margin-bottom:10px;
}
p a{
	text-decoration:none;
	color:#990000;
	border-bottom:1px dotted #990000;
	}
p a:hover{
	text-decoration:none;
	color:#CC0000;
	border-bottom:1px solid #fff;
	}
#footer{
	text-align:center;
	padding-top:15px;
	margin-top:20px;
	height:60px;
	width:100%;
	position:relative;
	background-color:#311914;
}
#footer li{
	color:#b3c3d3;
	display:inline;
}
#footer a{color:#b3c3d3; text-decoration:none}
#footer a:hover{text-decoration:underline}