body {
	background-color: #eee;
	margin:0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
}

#nav {
	clear: both;
	margin-top: 0px;
}

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

#nav li {
	padding-top: 5px;
}

#nav a {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	color: #ccc;
	display: block;
}

#nav a:hover {
	background-color: #333;
	color: #eee;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: x-large;
	color: #2852A6;
	margin-left: 10px;
}

h2 {
	font-size: medium;
	color: #777;
	padding-top: 10px;
	margin-bottom: -10px;
}

a {
	color: #2852A6;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 450px;
}

#footer {
	width: 100%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: small;
	color: #eee;
	background-color: #555;
}
