* {
	padding:0;
	border:0;
	margin:0;
	outline:0;
}

html, body {
	background:#063F2C;
	color:#EEEE55;
}

p {
	padding:10px;
	padding-bottom:0;
}

a {
	color:#8C0B05;
}

ul, li {
		padding:2px 0 2px 5px;
}

#container {
	width:750px;
	margin:0 auto;
	background:#EEEE55;
}

#header {
	width:100%;
	height:130px;
	border-top:5px solid #063F2C;
	overflow:hidden;
	background:#063F2C;
}

#header a {
	background:#EEEE55;
	padding:5px;
	border-bottom:2px solid #303030;
}

#contact {
	width:500px;
	height:60px;
	float:right;
}

#hours {
	width:500px;
	height:33px;
	float:right;
}

#links {
	height:37px;
	width:375px;
	float:right;
	text-align:center;
}

#content {
	clear:both;
	width:100%;
	color:#063F2C;
	overflow:visible;
	min-height:250px;
}

#content a {
	color:#8C0B05;
}

#footer {
	clear:both;
	width:100%;
	font-size:.8em;
	background:#063F2C;
}