body {
	background: url(images/bg-top.jpg) repeat-x #FFFFFF;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

p#contact {
	color: #000000;
	font-variant: small-caps;
	position: absolute;
	top: 125px;
	left: 150px;
	z-index: 1;
}

body a {
	color: #3F6388;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

#links {
	width: 900px;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.maincontent {
    font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	position: absolute;
	top: 200px;
	left: 30px;
	right: 30px;
	z-index: 2;
}

.footer {
	width: auto;
	border-top: 9px solid #666666;
	text-align: left;
	background-color: #FFDD78;
	position:relative;
	margin: 0;
	z-index: 3;

}

