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

#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 600px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #64504F;
}

#nav {
	width: 241px;
	float: left;
}

#content {
	width: 735px;
	float: left;
}
#clear {
	clear: both;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
