html, body {
	height: 100%;
	width: 100%;
	border: 0px;
	border-width: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: left top;
}
a {
	text-decoration: none;
	color: #AF8515;
	outline: none;
}
object {
	/*remove outline in Firefox (SWFObject, links)*/
	outline: none;
	-moz-outline-style: none;
	/*remove space under SWFObject in Firefox*/
	font-size: 0px;
	line-height: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td , th {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	display: inline;
}
ul#navigation {
	margin: 0;
	padding-top: 133px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#navigation li {
	list-style: none;
	float: left;
	position: relative;
	text-align: left;
	height: 180px;
	margin: 0;
	padding: 0;
}
ul#navigation li#active {
 	padding-top: 30px;
}
div#header {
	width: 960px;
	height: 320px;
	margin: 0 0 0 -101px;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 2;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
div#header img {
	/*fix for Internet Explorer 5.5 and 6.0 PNG alpha*/
	behavior: url(iepngfix/iepngfix.htc);
}
div#content {
	width: 760px;
	height: auto;
	top: 270px;
	position: relative;
	overflow: hidden;
	left: 10%;
	margin: 0 0 0 -48px;
	padding: 0 53px 160px 48px;
	z-index: 1;
	background-color: #FFFFFF;
}
div#content div {
	width: 49%;
	min-height: 220px;
	margin: 1px 1% 20px 0;
	position: relative;
	float: left;
	overflow: hidden;
}
div#content div img {
	width: auto;
	height: 110%;
	position: absolute;
	z-index: 10;
}
div#content div span {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0 0 1% 0;
	z-index: 100;
	font-size: 75%;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
}
div#footer {
	width: 80%;
	height: auto;
	padding: 10px 10% 10px 10%;
	font-size: 75%;
	line-height: 150%;
	text-transform:uppercase;
	text-align: left;
	z-index: 2;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #DED1B1;
}
div#footer div {
	width: 31%;
	max-width: 240px;
	height: auto;
	margin: 0 2% 0 0;
	position: relative;
	float: left;
}
