* {
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
	color: #ffffff;
}

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

a:hover {
	text-decoration: underline;
}

p {
	padding: 4px;
}

h3 {
	padding-top: 7px;
}

h4 {
	color: #8f8f8f;
	padding: 20px;
	font-style: italic;
	font-size: 24px;
}

h5 {
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
	padding-top: 12px;
}

blockquote {
	padding-left: 15px;
}

.header {
	width: 1000px;
	height: 52px;
	background: url(images/topheader.jpg) no-repeat top left;
}

.spacer {
	width: 1000px;
	height: 20px;
	margin-top: 4px;
	color: #ffffff;
	background: #000000;
}

.spacer ul {
	list-style-type: none;
}

.spacer li {
	margin-left: 46px;
	display: inline;
}

.spacer a.current {
	color: #90b1bb;
}

.spacer a {
	color: #ffffff;
}

.contentWrapper {
	width: 1000px;
	height: 550px;
	background: url(images/content.jpg) no-repeat top left;
}

.content {
	width: 700px;
	height: 500px;
	color: #000000;
	margin-left: 60px;
	overflow: auto;
}

.footer {
	width: 1000px;
	height: 29px;
	color: #ffffff;
	margin-left: 42px;
	background: #000000;
}

.gallery {
	float: left;
	margin: 5px;
	width: 140px; 
	font-size: smaller;
}

.gallery img {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.subtext{
	margin-left: 50px;
	font-size: small;
	font-style: italic;
}

.twitter {
	float: right;
	width: 200px;
	font-size: small;
}

.twitter ul {
	margin-left: 4px;
	list-style-type: none;
}

.twitter li {
	padding: 4px;
}