*{
	margin: 0;
	padding: 0;
	border: 0;
}

.main{
	height: 700px;
	width: 100%;
	margin: auto;
}

.header{
	height: 150px;
	width: 100%;
	background-color: #333333;
}

#header{
	padding-top: 50px;
	color: #ffffff;
	text-align: center;
	text-decoration: bold;
	font-size: 35px;
}

#subheader{
	color: #777777;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

.logo{
	margin-left: 5px;
	width: 150px;
	height: 150px;
	float: right;
}

.spacer {
	background-color: #F0F0F0;	
	height: 50px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.menu{
	background-color: #B9C1C5;
	height: 1300px;
	width: 22%;
	float: left;
}

#menu{
	text-align: center;
	font-size: 1.8em;
}

.content{
	padding-left: 3%;
	background-color: #B6B6B7;
	width: 75%;
	height: 1300px;
	float: right;
}

h1#content{
	padding: 10px;
	font-size: 40px;
	text-align: center;
}

ul{
	list-style-type: none;
	padding: 10px;
	padding-bottom: 50px;
}

a:focus{
	color: black;
	}

a:link{
	color: white;
}

a:visited{
	color: gray;
}

a:hover{
	color: gray; 
	text-decoration:none;
}

a:active{
	color: gray;
}