		body
		{
			padding: 0px;
			margin: 0px;
			background-image: url('../images/backgroundimage.png');
			background-repeat: repeat-x;
			background-color: #89b350;
			color: #444444;
			
			font-family: helvetica, arial, sans-serif;
		}
		
		a,a:hover,a:active,a:visited
		{
			color: #89b350;
			font-weight: bold;
		}
		
		div#container
		{
			margin: auto;
			width: 900px;
			padding: 0px;
			
		}
		
		div#headstrip
		{
			padding: 0px;
			margin: 0px;
			height: 43px;
		}
		
		div#splash
		{
			padding: 0px;
			margin: 0px;
			position: relative;
		}
		
		div#tabs
		{
			padding: 0;
			margin 0;
			width: 390px;
			height: 23px;
			position: absolute;
			right: 0px;
			top: 0px;
			
		}
		
		div#tabs img
		{
			margin: 0px;
			border: 0px;
		}
		
		div#splashtext
		{
			position: absolute;
			top: 40px;
			right: 0px;
			width: 390px;
		}
		
		div#splashtext h1
		{
			font-size: 18pt;
			color: #89b350;
		}
		
		div#brandingtext
		{
			position: absolute;
		}
		
		div#splashtext p
		{
			font-size: 10pt;
			
			
		}
		
	
		div#contentwrap
		{
			display:block;
			margin-top: 35px;
			margin-bottom: 55px;
			overflow:hidden;
			padding: 20px;
			padding-top: 10px;
			padding-bottom: 25px;
			width: 900;
			z-index:0;
			background-color: #FFFFFF;
			
		}

		div.featureblock
		{
			float:left;
			height:312px;
			left:2px;
			padding: 10px;
			position:relative;
			top:0;
			width:227px;
			/*background-image: url('../images/featureblock.png');*/
			background-color: #FFFFFF;
			
			font-size: 9pt;
		}
		
		div.featureblock img
		{
			border: 0px;
		}
		
		div.featureblock h3
		{
			font-size: 10pt;
		}
		
		div#featureleft
		{
			margin-right: 28px;
			padding-right: 38px;
			border-right: 2px solid #D9F3A0;
		}
		
		div#featurecent
		{
			
		}
		
		div#featureright
		{
			margin-left: 28px;
			padding-left: 38px;
			border-left: 2px solid #D9F3A0;
		}
		
		div#fakery
		{
			/* thanks to niftycube :) */
			
			height: 342px;
		}
		
		div.featurehead
		{
			color: #89b350;
			font-size: 16pt;
			font-weight: bold;
			margin-left: auto;
			margin-right: auto;
		}
		
		div.example
		{
			font-size: 10pt;
			height: 194px;
			
			
		}
		
		div.example h1
		{
			padding-top: 15px;
			font-size: 14pt;
			font-weight: bold;
			color: #89b350;
		}
		
		div.example img
		{
			float: left;
			margin-right: 25px;
		}

	
		div.dropshadow
		{
			float: left;
			margin-right: 25px;
			background-image: url('../images/dropshadow.png');
			background-repeat: none;
			height: 194px;
			width: 253px;
		}
		
		div.dropshadow img
		{
			margin: 15px;
			margin-bottom: 14px;
			display: block;
			border: 0;
		}
	