/* CSS Document */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#nav{
	display: none;
}

#content{
	width: 85%;
	height: auto;
}

#footer_nav{
	display: none;
}

