* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #000000 url(images/pageBackground.jpg) no-repeat right top;
	color: #bec6ef;
}
a {
	color:#bc30b4;
	font-size:14px;
	text-decoration:underline;
}
a:hover {
	color:#bc30b4;
	font-size:14px;
	text-decoration:none;
}
.logo {
	color:#bc30b4;
	font-size:60px;
	font-style:italic;
}
.author {
}
h1 {
	color:#bc30b4;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color:#bec6ef;
	font-size:36px;
	padding:100px 0 0 100px;
}
h3 {
	color:#fff;
	font-size:20px;
	padding:0 0 100px 150px;
}
#container { 
	width: 800px;  
	margin: 0 auto;
	min-height:668px; 
} 
#header { 
}
.mainContent {
	background:url(images/contentBackground.png) repeat-y;
	padding:40px;
	margin:30px 0 0 0;
}
.leftSidebar {
	float:left;
	width:180px;
	padding:50px 0 0 0;
}
.rightSidebar {
	float:right;
	width:180px;
	padding:50px 0 0 0;
}
.centerSidebar {
	margin:0 200px;
	padding:50px 0 0 0;
}
#footer {
	padding:20px 0;
	text-align:center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 70px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:51px;
}
#navcontainer ul li { 
	display: inline;
	color:#5f9608;
}
#navcontainer ul li a {
	padding:12px 31px 0 30px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #260a24;
	text-decoration: none;
	float: left;
	font-size:18px;
}
#navcontainer ul li a:hover {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}
#navcontainer #active a {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}