#wrap {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/siteimages/stars.jpg);
	background-repeat: repeat;
	color: #CCCCCC;
}

a {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#header {
	background-image: url(images/siteimages/nulmantitle.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	height: 50px;
}

#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	padding-bottom: 10px;
}

#content {
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contentimages {
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer {
	width: 800px;
	height: 25px;
}

table#images {
	width: 800px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#images td {

}

.imagecol {
	text-align: center;
	width: 140px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
}
