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: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-color: #4A180F;
	background-repeat: no-repeat;
	height: auto;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFF99;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8EC940;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFF99;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF99;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFF99;
	text-decoration: underline;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 800px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#header {
	text-align: left;
	height: 195px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#links{
	text-align: left;
	height: 55px;
	background-image: url(images/links_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#content {
	text-align: center;
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding: 1px 20px 1px 15px;
	}

#content_mini {
	text-align: left;
	padding: 1px 0px 1px 10px;
	}

#footer {
	text-align:right;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 25px;
	}
	
#bottom {
	text-align:right;
	color: white;
	padding: 0px 20px 0px 0px;
	}
