html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
}
.red{
	color:red;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	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: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #663701;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #663701;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: black;
	color: #8DA824;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: black;
	color: #8DA824;
}
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; }

a.email:link {
	color: #8DA824;
	text-decoration: none;
}
a.email:visited {
	color: #8DA824;
	text-decoration: none;
}
a.email:hover {
	color: #8DA824;
	text-decoration: underline;
}
a.email:active {
	color: #8DA824;
	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: 149px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#banner {
	text-align: left;
	height: 151px;
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#links {
	text-align: left;
	height: 41px;
	}

#content {
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 5px 0px 10px 7px;
	width: 800px;
	}

#footer {
	background-image: url(images/footer_bg.gif);
	background-position: top;
	height: 150px;
	background-repeat: no-repeat;
	margin-top: 20px; 
	padding: 20px 10px 0px 10px;
	}
	
