body{
	background-color: #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
}

a{
	text-decoration: none;
	color: steelblue;
}

h1, h2, h3{
	margin: 0;
}

#container{
	background-color: rgba(255,255,255,0.95);
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-color: steelblue;
	color: white;
	text-align: center;
	padding: 10px;
}

#nav{
	width: 172px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 32px;
}

#nav ul{
	list-style-type: none;
	padding: 0px;
}

#main{
	width: 820px;
	float: right;
	text-align: center;
}

#maincontent{
	width: 780px;
	text-align: left;
	padding: 0px 32px 0px 0px;
	float: right;
}

#image{
	float: left;
	width: 299px;
	padding: 0px 0px 0px 32px;
}

#footer{
	clear: both;
	padding: 10px;
	background-color: #999999;
	color: white;
	text-align: right;
}