#container {
	width: 960px;
	height: 100%;
	padding: 0;
	margin: 0;
}

#navigation {
	float: left;
	height: 100px;
	width: 300px;
}

#content {
	height: 100%;
	margin-left: 310px;
	
}

ul#menu {
	float: right;
	list-style: none;
}

ul#menu li {
	display: block;
	margin-left:  10px;
	float: left;
}

p.space {
	text-align: justify;
	font: 12px/1.4em Corbel, Arial, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	line-height: 200%;
	margin: 10px 0 20px 0;
}

p.regular {
	text-align: justify;
	font: 12px/1.4em Corbel, Arial, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	line-height: 150%;
	margin: 10px 0 20px 0;
}

h2 {
	padding: 5px 0;
	text-align: justify;
	color: #000;
	font: 24px Corbel, Arial, Trebuchet MS, sans-serif;
	text-transform: uppercase;
}

h3 {
 font: 25px Corbel, Arial, Trebuchet MS, sans-serif;
 text-transform: uppercase;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 12px;
	font-weight: none;
	color: #2c505b;
}
a:hover {
	text-decoration: none; 
	color: #eeeeee;
}



