* {
	font-family: verdana, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	text-align: center;
	background-color: #ddd;
}

body {
	width: 800px;
	border: 5px #fff solid;
	background-color: #fff;
	color: #000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
}

h1,h2,h3,h4,h5 {
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.25em;
	margin-left: 25px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.25em;
	text-align: justify;
}

ul {
	list-style-type: none;
}

li {
	margin: .5em 0 .5em 0;
}

img {
	padding: 5px;
	border: 1px #969 solid;
	margin-bottom: 25px;
}

img.left {
	margin-right: 25px;
	float: left;
}

img.right {
	margin-left: 25px;
	float: right;
}

.bold {
	font-weight: bold;
}

#main {
	padding: 0 25px 0 25px;
}

#nav {
	margin-top: 5px;
	text-align: center;
	background-color: #969;
}

#nav a {
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
	background-color: #969;
	color: #fff;
	padding: 5px 1em 5px 1em;
	border-right: 1px #fff solid;
}

#nav a.first {
	border-left: 1px #fff solid;
}

#nav a:visited {
	;
}

#nav a:hover {
	background-color: #fff;
	color: #969;
}

#nav a:active {
	;
}

#header a {
	background: #fff url('header2.png') no-repeat;
	width: 800px;
	height: 100px;
	display: block;
}

#header a span {
	visibility: hidden;
	text-decoration: none;
}

.bigspace {
	width: 100px;
}

#footer {
	margin-top: 25px;
	background-color: #969;
	color: #fff;
	clear: both;
}

#footer p {
	text-align: center;
	padding: 5px 0 5px 0;
}

form {
	text-align: center;
}

form p {
	text-align: center;
}