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: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #dc3c53;
}

h2 {
	font-family: "Trebuchet Ms";
	font-size: 20px;
	font-weight: normal;
	color: #ED2124;
}
h3 {
	font-family: "Trebuchet Ms";
	font-size: 14px;
	font-weight: black;
	color: #8c2a6c;
}
h4 {
	font-family: "Trebuchet Ms";
	font-size: 12px;
	font-weight: black;
	color: #1d89d4;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover {color: #333333; text-decoration: underline; }
a.nav:active {color: #333333; text-decoration: none; }

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

* html #container {
height: 100%;
}

#links {
	text-align: right;
	height: 126px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

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

#content {
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 5px 20px 5px 20px;
	}

#footer {
	background-image: url(images/bottom_bg.gif);
	background-position: top;
	height: 55px;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 0px;
	}
	
#madeby {
	text-align: right;
	font-size: 10px;
	height: 30px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	}
