body {
	background-color: #333;
}

#container {
	width: 670px;
	margin: 0 auto;
	color: #fff;
}

#menu {
	float:left;
	width: 80px;
	background-color: #4aa0e0;
	padding: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float:left;
	width: 80px;
}

#menu ul li a {
	display: block;
	padding: 0 .5em;
	line-height: 25px;
	text-decoration: none;
	font-family: Franklin Gothic Medium;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
}

#menu ul li a:hover {
	color: #121212;
}


#header {
	height: 130px;
	width: 670px;
	background-color: #fff;
}


#main-container {
	width: 670px;
	/*float: right; */
	background-color: #4aa0e0;
	height: 502px;
}


.clearance {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0px;
	line-height: 0px;
}

#header_space {
	height: 20px;
	width: 670px;
	background-color: #333;
}

#flashcontent {
	float:right;
}

#menu-horiz {
	width: 670px;
	margin: 0 auto;
	height: 80px;
	padding: 5px;
	text-align: center;
}

#menu-horiz a:active, #menu-horiz a:link, #menu-horiz a:visited {
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	font-family: Franklin Gothic Medium;
	font-weight: bold;
	font-size: 12pt;
}

#menu-horiz a:hover {
	color: #121212;
}

