@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #535c60;
}
#container {
	float: left;
	height: 900px;
	width: 900px;
}
#header {
	float: left;
	height: 110px;
	width: 900px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6DBE5;
	float: left;
	height: 75px;
	width: 900px;
}
#content {
	float: right;
	height: 500px;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	clip: rect(26px,auto,auto,30px);
	color: #C6DBE5;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
a {
	color: #6195AD;
	text-decoration: none;
	font-style: italic;
}
