body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	font-size: 10pt;
	text-align: center;
	color: black;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	}

h1 {
	font-family: "Tahoma";
	font-size: 20px;
	font-weight: black;
	color: #ef3f35;
}

h2 {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: normal;
	color: #ef3f35;	
}
h3 {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: black;
	color: #ef3f35;	
}
h4 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: black;
	color: #ef3f35;	
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.header:link {color: #666666; text-decoration: none; }
a.header:visited {color: #666666; text-decoration: none; }
a.header:hover {color: #666666; text-decoration: underline; }
a.header:active {color: #666666; text-decoration: none; }

a.content:link {color: black; text-decoration: none; }
a.content:visited {color: black; text-decoration: none; }
a.content:hover {color: black; text-decoration: underline; }
a.content:active {color: black; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 821px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#header {
	text-align: right;
	height: 115px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 11px;
	}

#banner {
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 171px;
	}

#links {
	text-align: center;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	height: 41px;
	}

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 1px 30px 10px 30px;
	}


#footer {
	text-align: center;
	height: 57px;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 0px !important;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	color: white;
	font-size: 9pt;
	}

#madeby {
	text-align: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	height: 15px;
	color: black;
	font-size: 8pt;
	}
