body {
	background-color: #000000;
	
	color: #ffffff;
	
	padding-top: 5px;
}

h1 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h1.mainHeader {
	margin-top: 0;
	margin-bottom: 2px;
/*	display: inline-block;*/
}

.siteContent {
	width: 90%;
	margin: 10px auto;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

img.mainImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.mainSection {
}

ul {
	padding-left: 0;
	list-style-type: none;
}

li {
	margin-bottom: 10px;
}

a:link {
	color: #cccccc;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #999999;
}

.clearDiv {
	clear: both;
}
