body { 
	margin: 0;
	padding: 0;
	background: #e8e8e8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	color:#800000;
}

a:hover {
	color: #ffffff;
	background: #800000;
}

img {
	border:0;
}

h2 {
	color: #800000;
}
table {
	width:400px;
}
td {
	background-color:#eeeeee;
}
.bigtable {
	width:650px;
}
.nobg {
	background-color:transparent;
}
.float {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#page { 
	width: 980px;
	margin: 20px auto;
	background-image:url(../images/page.png);
	background-repeat:repeat-y;
	background-position:top;
	background-color: #fff;
} 		
#header {
	height: 87px;
	background-image:url(../images/header.png);
	margin:0;
}	
#header h2{
	font-size:1.8em;
	font-weight:normal;
	padding:44px 0 0 200px;
	color:#800000;
}
#logo {
	position:relative;
	top:-63px;
	left:33px;
}
#logo a:hover {
	background: none;
}
#help {
	position:relative;
	top:-93px;
	left:900px;
}
#navigation {
	position:relative;
	top:-70px;
	font-size:0.8em;
	line-height:1.6em;
	font-variant:small-caps;
	font-weight:bold;
	width:200px;
}
#content {
	margin: -210px 0 0 0;
	padding: 5px 205px;
	font-size:0.8em;
	line-height:1.6em;
	width:750px;
	text-align:justify;
}

#footer { 
	clear: both;
	width: 980px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border: none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	color: #888888;
	text-align: center;
	font-size:0.8em;
}
#footer a {
	color: #888888;
}
#footer a:hover {
	color: #ffffff;
	background: #888888;
}

*+html #content,* html #content {  /* only for IE, all versions */
	margin: -195px 0 0 0;
}
*+html h2,* html h2 {  /* only for IE, all versions */
	font-size:1.5em;
}