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.gif);
	background-repeat: repeat-x;
	background-color: #720F0F;
	height: 100%;
	min-height: 100%;
	}

h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #FBFBFB;
}

h2 {
	font-family: "Trebuchet Ms";
	font-size: 20px;
	font-weight: normal;
	color: #EECD72;
}
h3 {
	font-family: "Trebuchet Ms";
	font-size: 16px;
	font-weight: normal;
	color: #EECD72;
}
h4 {
	font-family: "Trebuchet Ms";
	font-size: 14px;
	font-weight: normal;
	color: #EDCB6C;
}
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; }

a.made:link {color: #ffffff; text-decoration: none; }
a.made:visited {color: #ffffff; text-decoration: none; }
a.made:hover {color: #ffffff; text-decoration: underline; }
a.made:active {color: #ffffff; text-decoration: none; }

a.made2:link {color: #999999; text-decoration: none; }
a.made2:visited {color: #999999; text-decoration: none; }
a.made2:hover {color: #999999; text-decoration: underline; }
a.made2:active {color: #999999; text-decoration: none; }

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

* html #container {
height: 100%;
}

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

#banner{
	text-align: left;
	background-image: url(images/banner_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 215px;
	padding: 0px 0px 0px 14px;
	}

#link1 {
	text-align: left;
	height: 43px;
	background-image: url(images/links_bg.gif);
	}

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

#content_mini {
	text-align: left;
	margin-right: 325px;
	padding: 1px 25px 1px 25px;
	}
	
#content_right {
	position: absolute;
	background-image: url(images/link_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 20px;
	margin-left: 580px;
	left: 0px;
	width: 320px;
	}

#footer {
	font-size:11px;
	color:#FFFFFF;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	}
	
#madeby {
	color:#ffffff;
	text-align: right;
	font-size: 10px;
	background-repeat: no-repeat;
	}
