﻿/* CSS layout */
#container {
	width: 750px;
	margin: auto;
	background-attachment:scroll;
}

#masthead {
	background-color: #F8BB78;
	height: 300px;
}

#top_nav {
	
	background-color: #FF8000;
	width: 750px;
}
#top_nav a {
	text-decoration: none;

}

#navigation {
	float:left;
	position: relative;
	width:150px;
	
}

#navigation a {
	text-decoration: none;
	display:block;
}
#navigation a:hover {
	background: #9AE182;
	color:#9A2929;
}
#content {
	border-left: none;
	float: right;
	width: 600px;
	height: auto;
	background-color: #F8BB78;
	border-top-color: #000000;
	border-top-style: solid;
	
}
#footer {
	float:right;
	background-color: #FF8000;
	width: 750px;
	border-top-style: solid;
}
#footer a {
	text-decoration:none;
}