.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1062px;
}
#masthead {
	background-color: #F7F3D9;
	background-image: url(images/masthead_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	clear: both;
	height:30px;
}
#masthead p span {
	position: absolute;
	top: -10000px;
}
#content-wrapper {
	float: left;
	width: 1062px;
	margin-bottom: 20px;
	border: 1px solid b5b5b5;
	background-color:#fff;
	margin:0px;
}
#secondary-content {
	float: left;
	width: 250px;
	background-color: #FFF;
}
#main-content {
	float: left;
	width: 500px;
	padding-bottom: 20px;
	border-left-width: 0px;
	border-left-style: solid;
	background-color: #FFF;
	color: #5E523F;
}
#main-content h1 {
	font-size: 200%;
	font-weight: bold;
	color: #5E523F;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #5E523F;
	margin-top: 25px;
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;

}
p, td {
	padding-left:32px;
	padding-right:25px;
	padding-top:5px;
	line-height:1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color:#5E523F;
	}
a {
	line-height:1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color:#5E523F;
	}
body {

	/*background-image: url(images/content-bg.jpg);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#header {
	color: #FFF;
	background-image: url(images/header_bg.jpg);
	background-color: #AD3900;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:120%;
	height:127px;
}
#header ul {
	float: left;
	margin-top: 10px;
	list-style-type: none;
}
#header li {
	display: inline;
	margin-top: 0px;
	margin-right: .25em;
	margin-left: 0px;
}
#header a {
	font-size: 70%;
	color: #F4F3D7;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	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;
}
#header a:focus, #header a:hover {
	color: #fff;
}
#footer {
	color:#F7F3D9;
	background-color: #5E5341;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer-wrapper {
	background-color: #5E5341;
	/*background-image: url(images/footer_bg.png);*/
	background-repeat: repeat-y;
	width: 1062px;
	float: left;
	border: 0px solid #b5b5b5;
}
#footerText {
	color:#F7F3D9;	
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.column {
	width: 354px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer.container #footer-wrapper .column p {
	font-size: 10%;
}

/*fix for firefox*/
iframe {
overflow-x: hidden;
overflow-y: scroll;
}