﻿@import url("layout.css");
body {
	font-family: "nexa_lightregular";
	font-size: 1.2em;
	color:#FFFFFF;
	background-color:#000000;
	}
#container {
	width: 1100px;
	height:400px;
	margin: 200px auto;
	border: 0px solid #431;
}
#masthead {
	font-family: "nexa_boldregular";	
	font-size: 1.2em;
	text-align: center;
	width: inherit;
	background-color: #000000;
	border: 0px solid #431;
}
#masthead_sub{
	font-size: 1em;
	text-align: center;
	width: inherit;
	background-color: #000000;
	border: 0px solid #431;
}

#content {
	width: inherit;
	background-color: #000000;
	border: 0px solid #431;
}

#footer {
	font-weight: bold;
	text-align: center;
	clear: both;
	width:  inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00000;

}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
	font-weight:bold;
}
