﻿body {
	margin: 0;
	background-color: #8BF75E;
}

img, a img {
	border: 0;
}

p {
	margin: 16px 0px;
}


.top {
	width: 100%;
	height: 225px;
	background: #34C7E0 url('images/grad-turq225.jpg') repeat-x top left;
	position: relative;
}

.content {
	margin: 0px auto;
	padding: 4px 20px;
	width: 750px;
	font-family: Tahoma, Verdana, Geneva;
	background: #FFFFFF url('images/content-bottom.jpg') no-repeat bottom left;
}

.content img {
	margin-right: 20px;
}

.logo {
	margin: 0px auto;
	width: 950px;
	height: 135px;
	text-align: right;
	position: relative;
	top: 40px;
}

.nav {
	margin: 0px auto;
	width: 750px;
	height: 23px;
	text-align: center;
	position: relative;
	top: 67px;
}
.nav a {
	margin: 0px 10px;
}

.foot1 {
	text-align: center;
	font-family: Tahoma, Verdana, Geneva;
	color: #134A97;
	margin: 1em auto;
	font-size: 85%;
}

.foot2 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #86A9DA;
	font-size: xx-small;
	margin: 1em auto;
}