body {
	background-color: #fff;
	color: #444;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-bottom: 15%;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #06c;
	font-family: Times;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 25px 5px; 
	line-height: 1.6em;
	text-align: justify;
}
h1 {
	text-align: center;
	margin-bottom: 15px;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #f6c;
}
h2 {
	background-image: url('../images/marker-four.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 0 0 5px 5px;
	border-bottom: 1px solid #06c;
}
#content {
	width: 630px;
	margin: 40px 0 0 170px;
}
table#nav {
	position: absolute;
	top: 103px;
	left: 0;
}
table#header {
	width: 800px;
}