@charset "utf-8";
body {
	background-color: #2277AB;
}
#page {
	width: 750px;
	margin-left: 12%;
	background-color: #FFFFFF;
}
#page #header {
	background-position: top;
	height: 180px;
	width: 750px;
	background-image: url(images/MontanaMadeRun_header.jpg);
}
#page #header2 {
	background-position: top;
	height: 180px;
	width: 750px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

#page #content {
	background-color: #FFFFFF;
	height: auto;
	width: 750px;
}

#page #content2 {
	background-color: #FFFFFF;
	height: 1350px;
	width: 750px;
}

#page #content3 {
	background-color: #FFFFFF;
	height: 1700px;
	width: 750px;
}

#page #footer {
	background-image: url(images/footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	width: 750px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.menusub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

