@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fefffd;
	font-family: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #918f47;
	text-decoration: none;
}
a:active {
	color: #918f47;
	text-decoration: none;
}
a:visited {
	color: #918f47;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.logo
{
	position:absolute;
	height: auto;
	width: auto;
	top: 0;
	left: 0;
	margin-left: 80px;
	
}

.header
{
	height: 170px;
	top: 0;
	width: auto;

}

.container
{
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-bottom: 50px;
	height: auto;

}

.menu
{
	text-align:right;
	color:#FFFFFF;
	padding:0;
}

.content{

	color:#361B1B;
}

.contentsubpages
{
	color:#361B1B;
	margin-top: 30px;
	height: auto;
	width: auto;
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
	
}

.missonstatement
{
	color:#361B1B;
	margin-top: 30px;
	height: auto;
	width: auto;
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
}


.media
{
	padding-top: 30px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

#buttons
{
	padding-top: 30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}

.footer
{

	height: 50px;
	background-color:#3C1E1E;

}

#footercontent
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	width:900px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

