body {
	width: 780px;
	background-image: url(images/background.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	margin: 0;
	padding: 0;
}

div#content {
	background: #468 url(images/background-blue.jpg) 0 0 no-repeat fixed;
	position: absolute;
	top: 40px;
	left: 180px;
	height: 1000px;
	color: #eed;
	font: 13px Verdana, sans-serif;
	padding: 10px;
	border: solid #fb8;
}

div.mainNav {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 180px;
	text-align: center;
}

div.mainNav a {
	font: bold 1em sans-serif;
	margin: 0 0 2px;
	padding: 5px 10x;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #fb8;
	background: transparent url(images/background-link.jpg) 0 0 no-repeat fixed;
	display: block;
}

div.mainNav a:hover {
	color: #411;
}

a:link {
	color: #fb8;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #fda;
	text-decoration: underline;
}

a:visited {
	color: #fb8;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}
