body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #069;
}
* {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#top {
	width: 990px;
	height: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: right;
	background-image: url(assets/logoJohn.png);
	background-repeat: no-repeat;
}
#page #content h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #069;
}
#content a {
	color: #069;
	text-decoration: none;
}
#page #content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

#nav {
	height: 40px;
	width: 1000px;
}
#logo {
	height: 300px;
	width: 1000px;
}
#left {
	padding: 0px;
	float: left;
	width: 1px;
}
#content {
	padding: 10px;
	float: right;
	width: 979px;
}
#bottom {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #EFEFEF;
}
#bottom h2 {
	font-weight: lighter;
}
#bottom a {
	color: #06C;
	text-decoration: none;
}
input, textarea, submit {
	color: #069;
	background-color: #FFF;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #06C;
}
textarea {
	overflow: hidden;
}

#break {
	clear: both;
}
#footer {
	padding: 10px;
	width: 980px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	background-color: #069;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
