body {
	background: #422e16;
	text-align: center;
	color: #422e16;
	margin: 0;
	font-variant: small-caps;
	white-space: nowrap;
	font-family: "Lithos Pro Regular", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;	
}

#container {
	width: 100%;
	background: #fcf4d2;
	text-align: left;
	height: 489px;
}

#header {
	background:repeat-x;
	background-image: url(../brownwebsite/images/header.png);
	height: 180px;
	padding-left: 35px;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#centerheader {
	text-align: center;
	width: auto;
	height: 170px;
	min-width: 1020px;
}	
#headercontent {
	width: auto;
	max-width: 1024px;
	text-align: left;
	min-height: 170px;
	max-height: 170px;
	height: 170px;
	padding-right: 10px;
	margin: auto;
}

#logo {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-right: 10px;
}
#navigation {
	margin-top:145px;
	float: right;
	width: 700px;
	height: 30px;
	padding-top: 5px;
	text-align: left;
}


#center {
	text-align: center;
	width: auto;
	background-color: #fcf4d2;
	height: 430px;
	overflow: auto;
	min-width: 1020px;
	z-index: -1;
}

img {
	max-width: 980px;
	border: 0;
}

a {
	border: 0;
	color:#721728;
}

#mainContent {
	background: #fcf4d2;
	width: auto;
	max-width: 1024px;
	text-align: left;
	min-height: 430px;
	max-height: 430px;
	height: 430px;
	padding-right: 10px;
	overflow: auto;
	margin: auto;
}

#mainContent p {
	white-space: normal;
}

h2, h3, h4, h5, h6 {
	color: #587c26;
}

#footer {
	background:repeat-x;
	background-image: url(../brownwebsite/images/footer.png);
	height: 140px;
	color: #fcf4d2;
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
}

h1 {
	color:#721728;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

img {
	padding-left: 20px;
}

.button {
	display:inline;
	vertical-align: top;
}
