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

#main {
	position: relative;
}
#menu {
	background-color: #FFFFFF;
	width: 750px;
	left: 0px;
	top: 0px;
	right: 210px;
	position: absolute;
	height: 119px;
}
#links {
	position: absolute;
	margin-top: 18px;
	margin-left: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	font-variant: normal;
	color: #333333;
	font-style: normal;
}
#content {
	background-color: #FFFFFF;
	position: absolute;
	width: 520px;
	left: 210px;
	top: 119px;
	right: 750px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}
