﻿body {
	background-color: #333333;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	width: 900px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
}
#navigation {
	width: 900px;
	position: relative;
}
#content {
	padding-top: 10px;
	position: relative;
	width: 900px;
	float: left;
}
#footer {
	padding-top: 10px;
	clear: both;
	width: 900px;
}
p {
	font-family: Verdana;
	font-size: small;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
a:link  {
	color: #0171B9;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0271BA; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #808080; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #4BADFC; 
	text-decoration: none; 
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: medium;
	color: #7B2524;
}

