@charset "utf-8";
body {
	font:normal 16px Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #8f3916;
	background-image:url('images/background_oakpark.jpg');
	background-repeat:repeat-x;
	background-color:#a7ae79;
}

h1 {
	line-height: 100%;
}

.headline {
	font:35px Georgia, serif;
	color: #6f1d11;
	text-align: center;
	margin:30px;
}
.subhead {
	font:20px Georgia, serif;
	color: #6f1d11;
	text-align: center;
	margin-top:30px;
}
.coming-soon {
	font: bold 35px Helvetica, serif;
	color: #ffffff;
	text-align: center;
	letter-spacing:5px;
	margin-top:30px;
}
a {
	text-decoration: none;
	color: #6f1d11;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #6f1d11;
}

a:visited {
	text-decoration: none;
	color: #6f1d11;
}

a:hover {
	text-decoration: underline;
	color: #6f1d11;
}

a img {
	border: none;
}

#content {
	background-color: #ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	border:1px #f26522 solid;
	margin-right:auto;
	margin-left:auto;
	width: 980px;
}

#clear {
	clear: both;
}

img {
	border: none;
	margin-right:auto;
	margin-left:auto;
	display:block;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 16px;	
	text-align: center;
	color: #8f3916;
}

#sidebar {
	width:450px;
	padding:5px;
	border: 1px #999999 solid;
	float:right;
}	


