html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #515151;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #535353;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: black;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: black;
	color: #020202;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover {
	color: #8DA824;
	text-decoration: underline;
}
a.nav:active {color: #333333; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 800px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#header {
	text-align: left;
	height: 140px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#links {
	text-align: left;
	height: 62px;
	}

#content {
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 5px 0px 10px 0px;
	width: 800px;
	}

#footer {
	background-image: url(images/footer_bg.gif);
	background-position: top;
	height: 150px;
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	}
	
