* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	color: #949494;
	border-top:5px solid #d637ab;
}
a {
	color:#d637ab;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#d637ab;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#000000;
	font-size:48px;
	padding:0 0 0 20px;
}
.logo span {
	color:#fd8edf;	
}
.author {
	padding:0 0 20px 20px;
}
h1 {
	color:#fd8edf;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
h2 {
	color:#ffffff;
	font-size:48px;
	font-weight:bold;
	padding:20px 0 0 400px;
}
h3 {
	color:#fd8edf;
	font-size:48px;
	font-weight:bold;
	padding:0 0 0 450px;
}
h4 {
	color:#d637ab;
	font-size:48px;
	font-weight:bold;
	padding:0 0 0 500px;
}
.mainLogo {	
	float:left;
}
.icons {
	float:right;
	padding:20px 20px 0 0;
}
.icons img {
	border:0;
}
#container { 
	width: 800px;  
	margin: 0 auto;
} 
.mainContent {
	padding:20px 0;
}
.headerPic {
	height:493px;
	width:800px;
	background:url(images/headerBackground.png) no-repeat left top;
	color:#ffffff;
}
.headerPic p {
	padding:20px 20px 20px 500px;
}
.sidebarLeft {
	float:left;
	width:200px;
	background:#e3e3e3;
	padding:20px;
}
.sidebarLeft li {
	list-style:none;
	background:url(images/p.jpg) no-repeat left top;
	padding-left:20px;
	padding-bottom:5px;
	margin:5px 0;
	border-bottom:1px solid #ffffff;
}
.sidebarLeft li a {
	color:#535353;
	text-decoration:none;
}
.sidebarRight {
	margin-left:270px;
}
#footer {
	text-align:center;
	height:75px;
	background:url(images/footerBackground.jpg) repeat-x left top;
	color:#ffffff;
}
#footer p {
	padding:20px 0 0 0;
}
.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:0 0 80px 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:60px;
}
#navcontainer ul li { 
	display: inline;
	color:#d637ab;
}
#navcontainer ul li a {
	padding:18px 29px 0 30px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #d637ab;
	text-decoration: none;
	float: left;
	font-size:22px;
}
#navcontainer ul li a:hover {
	background: url(images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
#navcontainer #active a {
	background: url(images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
.menuSeparator {
	height:60px;
	width:2px;
	float:left;
}