/* SITE FIXES */

	html 
	{
	overflow-y: scroll;
	}
	
	html, body
	{
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/site_bg_gd.png);
	background-repeat: repeat-x;
	}
	
	html, body, div
	{
	border: 0;
	margin: 0 auto;
	padding: 0;
	}

/* END SITE FIXES */

/* FONT STYLES */

div#content {
	font-family: Century Gothic, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
	color: #404143;
	font-weight: normal;
	}
	
/* END FONT STYLES */
