html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #020608;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

body
{
	text-align: center;
}

#page
{
	text-align: left;
	width: 1000px;
	margin: 0px auto;
}

#header
{
	background: url(../images/header.png) 50% 0% no-repeat;
	width: 1000px;
	height: 128px;
	position: relative;
}

#header #navMain
{
	display: block;
	width: 1000px;
	height: 128px;
	overflow: hidden;
}

#header #navMain img
{
	width: 1000px;
	height: 128px;
	vertical-align: top;
}

#main
{
	background: url(../images/stripes.png) #020608;
	position: relative;
}

.padder
{
	padding: 8px 16px;
}

.ruler
{
	background: url(../images/ruler.png) 50% 50% no-repeat;
	height: 28px;
	clear: both;
}

#footer
{
	clear: both;
}

#footer p
{
	font-family: Times, Times New Roman, serif;
	text-align: center;
	color: #1a3f4c;
}

a
{
	color: #444;
	text-decoration: none;
}

.alignright
{
	float: right;
}

.topimage
{
	margin-top: -64px;
}

.imageEntry
{
	margin-top: 8px;
	margin-bottom: 8px;
}

h2.avatar
{
	padding-left: 120px;
	background: 0% 50% no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}

a img
{
	border: none;
}
