* {
	margin:0;
	padding:0;
}
body  {
	font-family:Geneva, Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size:12px;
	background: #000000 url(images/great-dark-pink-abstract-background-1680x1050.jpg) no-repeat center top;
	color:#FFFFFF;
}
h1 {
	font-size:25px;
	color:#000000;
	font-face:Jokerman;
}
a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#f94eaf;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#f94eaf;
	font-size:60px;
	font-face:Jokerman;
	text-align:right;
	
}
.author {
	text-align:right;
	padding-right:185px;
}
.icons {
	float:right;
	padding:35px 0 0 0;
}
.icons ul {
}
.icons li {
	list-style:none;
	display:inline;
}
.icons li img {
	border:0;
}
#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:26px;
}
.contentBottom {
	background:url(images/contentBottom.png) no-repeat left top;
	height:31px;
}
.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 {
	text-align:center;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 40px;
	height: 5px;
	width: auto;
}
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:2px 0 0 0;
	font-size:18px;
	color:#fbaed5;
}
#navlist a:link, #navlist a:visited {
	color: #fbaed5;
	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:#0066CC;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#slideshow {position:relative; height:122px;}
#slideshow DIV {position:absolute;top:0; left:0; z-index:8;opacity:0.0;height:122px;background-color: #FFF;}
#slideshow DIV.active {z-index:10;opacity:1.0;}
#slideshow DIV.last-active {z-index:9;}
#slideshow DIV IMG {height: 419px;display: block;border: 0;margin-bottom: 10px;}
