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: #020101;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #020101;
	height: auto;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000033;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: black;
	color: #000033;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: black;
	color: #000033;
}
a.nav:link {color: #000000; text-decoration: none; }
a.nav:visited {color: #000000; text-decoration: none; }
a.nav:hover {color: #222222; text-decoration: underline;}
a.nav:active {color: #222222; text-decoration: none;}

#container {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 899px;
	text-align: center;
	background-image: url(images/content_lower.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #ffffff;
	}

* html #container {
height: 100%;
}

#header {
	text-align: left;
	height: 236px;
	background-image:url(images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	}
	
#flash{
	position:absolute;
	top:0;
	left:372px;
}


#links {
	height: 180px;
	text-align: left;
	background-image:url(images/links_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}
	
#spacer {
	height:2px;
	text-align: left;
	}

#banner {
	text-align: left;
	height: 190px;
	}

#banner_flash {
	position: absolute;
	top: 414px;
	left: 88px;
}
	
#content {
	text-align: left;
	padding: 1px;
	}

#content_mini {
	padding: 1px;
	width: 650px;
	text-align: left;
	font-size: 8pt;
	left: 0px;
	}

#m_content {
	margin-top: 10px;
	margin-left: 30px;
	width: 640px;
	font-size: 10pt;
}
	
#content_right {
	position: absolute;
	top: 604px;
	right: 9px;
	width: 200px;
	}
	
#r_content {
	text-align: left;
	margin-left: 4px;
	color: white;
	width:190px;
}
