@charset "UTF-8";
/* CSS Document */

body {background-color: #F3F3F3;} 
	#wrapper {width:auto;}
	#header {width:auto; background-color: #e9e9e9; height:130px;}
	#banner {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #e9e9e9;
}
	#nav {margin-top:60px; width:900px; height:auto; margin-left:auto; margin-right:auto; font-family: Impact, "Arial Bold", "Georgia Bold"; clear:both;}
	#leftcolumn {
	width:280;
	float:left;
	background-color: #E9E9E9;
}
	#content {width:900px;   margin-left:auto; margin-right:auto;}
	hr {clear:both;}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00C444;
}
a:active {
	text-decoration: none;
	color: #000;
}

	#quote {width:550px; margin-top:30px; margin-right:50px; float:right; font-family:"Arial Black", Gadget, sans-serif; font-style:italic; text-align:center; font-size: 14px;}
	#left {float:left; width:65%;}
	#right hr {width:75%; margin-left:auto; margin-right:auto;}
	#right {float:right; width:30%;}
	
	.small_font {font-size:9px;}