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

.submenubar{
	width:780px;
	margin-left:10px;
	height:25px;
	position: relative;
}

.midarea{
	width:780px;
	height:345px;
	margin-left: 10px;
	position: relative;
	white-space: normal;
	text-align: justify;
	overflow: hidden;
}

.bottomlinks{
	width:780px;
	height:50px;
	margin-left: 10px;
	position: relative;
	background-image: url(../images/bottomback.png);
	background-repeat: no-repeat;
}

