* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	color: #4e4e4e;
}
a {
	color:#fda016;
	text-decoration:underline;
}
a:hover {
	color:#fda016;
	text-decoration:none;
}
#container { 
	width: 800px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	width:800px;
	height:398px;
	background:url(images/headerBackground.jpg) no-repeat left top;
} 
.logoContainer {
	height:54px;	
}
.logo {
	float:left;
	width:800px;
	text-align:center;
}
.author {
	float:right;
	margin-top:30px;
}
h1 {
	color:#fda016;
	font-size:48px;
}
h2 {
	font-size:36px;
	color:#ababab;
}
.logo span {
	color:#abca33;
}
.sloganContainer {
	height:270px;
	width:800px;
}




.floatLeft {
	float:left;
	margin:0 20px 20px 0;
}

h3 {
	font-size:14px;
	margin:0 10px;
}

#footer { 
	
	margin-bottom:10px;
} 
#footer p {
	text-align:center;
	margin:2px 20px;
	font-size:24px;
}
.footerBottom {
	vertical-align:bottom;
}
.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;
}



#navcontainer {
	padding-left: 0;
	margin-left: 0;
	color: #ababab;
	float: left;
	width: 800px;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	font-size:24px;
	border-bottom: 1px solid #ababab;
}
#navcontainer p{
	color: #ababab;
	text-decoration: none;
	font-size:24px;

	
}
