html{
height:100%;
}
body{
	background-color:#e7dcbe;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #990033 ; text-decoration: underline }
a:active { color: #990033; text-decoration: underline }
a:visited { color: black; text-decoration: underline }
a:hover { color: #990033; text-decoration: underline }
.style1 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFFFFF;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
#wrapper {
	margin:0px auto -37px;
	width:100%;
	height: auto;
	clear:both;
}
#maincontainer {
	width: 950px;
	margin: auto;
	height: auto;
	clear:both;
}
#header {
	width: 950px;
	height: 107px;
	margin: auto;
}
#nav {
	width: 950px;
	margin: auto;
}
#sectionpicture {
	width: 950px;
	height: 317px;
	margin: auto;
}
#intro {
	width: 506px;
	float: left;
}
#content {
	width: 950px;
	min-height: 519px;
	margin: auto;
	clear:both;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#text {
	width: 723px;
	padding-right: 30px;
	padding-left: 30x;
	padding-top: 30px;
	padding-bottom: 15px;
	margin: auto;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#714101;
	width:100%;
	height:auto;
	margin: auto;
	padding-top:15px;
}
#push {
	height:37px;
}
