#container {
	height: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#container #logo {
	float: left;
	height: 227px;
	width: 394px;
}
#container #rbanner {
	float: left;
	height: 227px;
	width: 606px;
	background-image: url(images/rbanner.jpg);
}
#container #navi {
	background-image: url(images/navi.jpg);
	float: left;
	height: 773px;
	width: 299px;
}
#container #maintextarea {
	float: left;
	height: 773px;
	width: 701px;
}
.copyright {
	font-size: 12px;
}
#newsletter #Email {
	border: thin solid #5D664B;
	width: 150px;
	margin-top: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
}
#newsletter label #submit {
	border: thin solid #5D664B;
	background-color: #CCC;
	font-size: 12px;
}
.bluetext {
	color: #0D78C0;
}
.underline {
	text-decoration: underline;
}
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}

