body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;	
}

div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 83px;
	overflow: hidden;
}

div#nav {
	position: absolute;
	left: 0px;
	top: 83px;
	width: 100%;
	height: 33px;
	overflow: hidden;
}

div#content {
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
	top: 150px;
	width: 80%;
	height: 70%;
	overflow: visible;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005b8a;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005b8a;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005b8a;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005b8a;
	text-decoration: none;	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005b8a;
	text-decoration: underline;	
}

img {
	border-color: #005b8a;
	border-width: 4px;
}