@charset "utf-8";
#leftnav {
	font-family: "Tekton Pro";
	font-size: 3em;
	color: #FFB500;
	width: 950px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#left {
	width: 450px;
	margin-top: 0px;
	float: right;
	background-color: #003399;
}
#right {
	width: 500px;
	float: right;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#right p {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3582A;
}
#left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFFFFF;
}
#bottompage {
	width: 950px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
