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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 18px;
}

.container {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-top: -8px;
	margin-left: -450px;
}

.topnav {
	width: 900px;
	height: 92px;
}

.lefttab {
	width: 205px;
	height: 92px;
	margin-left: 37px;
	float: left;
}

.links {
	width: 300px;
	height: 24px;
	margin-top: 34px;
	margin-left: 322px;
	word-spacing: 36px;
	float: left;
}

a {
	font-size: 18px;
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #4D4D4D;
}

.flashcontent {
	width: 750px;
	height: 436px;
	margin-left: 75px;
	margin-top: 40px;
}