@charset "UTF-8";
/* CSS Document */

#container {
	width: 800px;
	background: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

#banner {
	background-image: url(headerrrr.jpg);
	height: 70px; 
	width: 900px;
	margin-bottom: 100px;
}
#center_column {
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
}
body {
	font-family: "Futura Medium Italic";
	font-size: 3em;
	color:#000;
}
a:link { 
	color: #333333;
	}
a:visited { 
	color: #008000;
	}
a:hover { 
	color: #33FF00;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #000GGG;
	}
