
<style type="text/css" media="screen">
	

a:link, a:visited{
text-decoration: none;
color: #ff8a00;
}

		body
		{
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
                        background-color: #000;
		}
		
		#header
		{       height: 382px;
			background-color: #000;
		}
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
			margin-left: -200;
			float: left;
			width: 20%;
			background-color: #000;
		}
		
		
		
		#col3
		{
			float: left;
			width: 68%;
			margin-left: 3%;
			background-color: #000;
		}
		
		#footer
		{
			clear: both;
			height: 50px;
			background-color: #000;
                        font-color: #fffe56;
                        color: #fffe56;
		}
		
		

	.hiddenPic {display:none;}
</style>