@charset "utf-8";
#header {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 250px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #left {
	float: left;
	width: 210px;
}
#container #Content {
	margin-left: 210px;
}
#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#bottme {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header a:link {
	color: #000066;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #000066;
}
#header a:hover {
	text-decoration: underline;
	color: #003399;
}
#header a:active {
	text-decoration: none;
	color: #000066;
}

.style2 {
	font-size: 24px;
	color: #000066;
	font-weight: bold;
}
