/* THREE COLUMN LAYOUT */

* {margin:0; padding:0;
}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-color: #475C24;
	}
p {
	font-size: 0.85em;
	line-height: 17px;
	margin-bottom: 7px;
}
a {
	color: #99041F;
	text-decoration: none;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #99041F;
	margin-bottom: 5px;
}
h3 {
	text-transform: uppercase;
	color: 99041F;
	font-size: .9em;
	padding-top: 10px;
	padding-bottom: 3px;
}
#promo_inner h1 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 0px;
}
h2 {
	font-size: 15px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#content_inner ul li {
	list-style-type: disc;
	font-size: .85em;
}
#main_wrapper {
	width:842px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-color: #C9D975;
	}
#header {
	}
#nav {
	width:190px;
	float:left;
	}
#nav img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width:446px;
	float:left;
	}
#promo_inner p {
	font-weight: normal;
	line-height: 17px;
	font-size: .75em;
	margin-bottom: 10px;
}
#promo {
	width:194px;
	float:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #99041F;
	}
#footer {
	width:100%;
	clear:both;
	background-color: #657D26;
	height: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#footer inner p {
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .7em;
}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:1em 2em;
	}
#content_inner {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 25px;
	}
#content_inner img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#promo_inner {
	margin:1em 1.2em;
	}
#footer_inner {
	text-align:center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
a:link {
color:99041F;
}
a:hover {
color:#FFFFFF;
}
.creditsInFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999999;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
