body{
	font-family:century gothic;
	font-size:14px;
	color:#DEDEDE;
	padding:0px;
	margin:0px;
	background:url(images/background.jpg) #000000;	
	background-repeat:repeat-x;
	}
	
a.body:link{
	color:#FFCC00;
	}
		
.greyBlock{
	padding:5px;

	background-repeat:repeat-x;
	text-align:jusity;
	}
	
.header{
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	}		
	
.projectLink{
	padding:2px;
	color:#FFFFFF;
	text-decoration:none;
	}

a.projectLink:hover{
	padding:2px;
	color:#F8CB58;
	}

.blueHeader{
	width:228px;
	height:26px;
	position:absolute;
	}
	
.blueContent{
	width:228px;
	position:absolute;
	margin-top:26px;
	background:url(images/blue_content.jpg);
	background-repeat:no-repeat;
	height:800px;
	overflow:visible;
	}	

.orangeHeader{
	width:572px;
	height:26px;
	position:absolute;
	margin-left:228px;
	}
	
.orangeContent{
	width:572px;
	position:absolute;
	margin-top:26px;
	margin-left:228px;
	background:url(images/orange_content.jpg);
	background-repeat:no-repeat;
	height:800px;
	overflow:visible;
	}

.purpleHeader{
	width:800px;
	height:26px;
	position:absolute;
	}
	
.purpleContent{
	width:800px;
	position:absolute;
	margin-top:26px;
	background:url(images/purple_content.jpg);
	background-repeat:no-repeat;
	height:800px;
	overflow:visible;
	}	

.purpleSubheader{	
	font-size:11px;
	color:#C4A6DC;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}