@charset "UTF-8";
#wrapper {
	margin: auto;
	width: 785px;
}
body {
	background-image: url(backround.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #182284;
}
#banner {
	width: 785px;
}
#menu {
	float: left;
	width: 120px;
	padding: 10px;
	text-align: left;
}
#mainContent {
	float: right;
	width: 620px;
}
#mainContent a:link {
	color: #182284;
	text-decoration: none;
}
#mainContent a:hover {
	color: #3333CC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #182284;
}
a:visited {
	text-decoration: none;
	color: #141871;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
