* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #121212 url(images/pageBackground.jpg) no-repeat right top;
	color: #ffffff;
}
h1 {
	font-size:18px;
	color:#bbe8ff;
}
a {
	color:#bbe8ff;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#bbe8ff;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#bbe8ff;
	font-size:60px;
	font-style:italic;
}
.author {
	padding-bottom:40px;
}
#container { 
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.contentTop {
	background:url(images/contentTop.png) no-repeat left top;
	height:32px;
}
.contentBottom {
	background:url(images/contentBottom.png) no-repeat left top;
	height:36px;
}
.contentBody {
	background:url(images/contentBody.png) repeat-y left top;
	padding:0 30px;
}
#footer { 
} 
#footer p {
	text-align:center;
	padding:20px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainMenu {
	padding:30px 0 290px 40px;
	text-align:center;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	margin:0 10px;
	padding:3px 0 0 0;
	font-size:18px;
	color:#fbaed5;
}
#navlist a:link, #navlist a:visited {
	color: #bbe8ff;
	background: url(images/button.png) no-repeat left top;
	text-decoration: none;
	width:127px;
	height:30px;
	float:left;
}
#navlist a:hover {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}