@charset "UTF-8";
/* CSS Document */
<style type="text/css">

.thumbnail	{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20x;
	padding-left: 20px;
	}
	
.bigfont {
	font-size: 48px;
	}
	
p {font-family:ITC Franklin Gothic Book, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.2em;
	color:#595959;
	}
	
body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #242934;
	}

#header {
		margin: 20px 0 0 0;
	}
	
#navigation
	{
	}
	
#footer
	{
		position: absolute;
		margin: 630px auto;
	}

#content
{
	width: 900px;
}	

#container
{
width: 900px;
margin: 0 auto;
height: 95%;
}

#col1 {
	position: absolute;
	width: 225;
	margin-left: 0;
	background-color: #242934;
	}
#col2 {
	position: absolute;
	width: 225;
	margin-left: 225px;
	background-color: #242934;
	}
#col3 {
	position: absolute;
	width: 225;
	margin-left: 450px;
	background-color: #242934;
	}
#col4 {
	position: absolute;
	width: 225;
	margin-left: 675px;
	background-color: #242934;
	}	
</style>

