html {
	margin:0px;
	padding:0px;
	}

body {
	margin:0px;
	padding:0px;
	background-color:#c5d2e3;
	}




/* MAIN CONTAINER OF WHOLE LAYOUT */

.mainContainer {
	position: absolute;
	top: 0px;
	left: 10%;
	width:770px;
	}




/* THIS IS WHERE THE LOGO IMAGE IS */

.logoContainer {
	position: absolute;
	top:-15px;
	left:0px;
	width:265px;
	height:72px;
	}






/* THIS IS WHERE THE BLUE COLOR LINE IS */

.barContainer{
	position: absolute;
	top:482px;
	left:2px;
	width:767px;
	height:2px;
	border-top: solid #ffffff 4px;
	z-index:2;
	}





/* THE BIG TILE HOLDING THE PICTURE ON THE LANDING PAGE & FEATURE PAGE */

.featuredContainer {
	position: absolute;
	top: 90px;
	left: 0px;
	width:770px;
	height:575px;
	border: solid #514e86 1px;
	background-color:#ffffff;
	z-index:1;
	}





/* FOOTER THAT CONTAINS COPYRIGHT TEXT AND WEBSITE CREATOR */

.footerContainer{
	position: absolute;
	top:601px;
	width:386px;
	height:60px;
	background-color:#514e86;
	z-index:3;
	}

#leftColumn{
	position: absolute;
	left:6px;
	z-index:4;
	}

#rightColumn{
	position: absolute;
	left:380px;
	z-index:4;
	}





/* FONTS */


p {
	font-family: "Helvetica", "Arial", "Tahoma", "sans-serif";
	font-size:12px;
	padding:0px;
	margin: 0;
	text-decoration:none;
	}

p.footer {
	font-family: "Helvetica", "Arial", "Tahoma", "sans-serif";
	font-size:9px;
	color:#c5d2e3;
	padding-top:18px;
	padding-left:40px;
	padding-right:40px;
	margin: 0;
	}





/* IMAGES */

img {
	border:0px none;
	padding:0px;
	}

img.withPadding {
	border:0px none;
	padding:5px;
	}





/* LINKS */

p.footer a:link, p.footer a:visited {
	text-decoration:none;
	color:#c5d2e3;
}

p.footer a:hover, p.footer a:active {
	text-decoration:none;
	color:#ffffff;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}