body {
	//background: rgb(45,75,155);
	background: #000033;
	color: rgb(235,219,208);
	font-family: Verdana;
	font-color: white;
}
div#banner {
	background-image: url('img/gifs/banner.gif');
	position: fixed;
	width: 648px;
	height: 114px;
	left: 40px;
}
div#content {
	background: #000033;
	border: 0px solid white;
	position: fixed;
	width: 684px;
	padding: 0;
	height: 400px;
	top: 150px;
	left: 22px;
}
div#content p {
	text-align: justify;
	color: rgb(255,255,255);
	font: 0.95em Verdana;
	margin: 1em 5em 0 1.2em;
}
/*img {
	border: 1px solid black;
	margin: 0 10px 26px 0;
	float: left;
}*/
div#coordinator {
	//border: 2px solid white;
	background: black;
	font: 0.7em Verdana;
	font-style: italic;
	position: absolute;
	top: 197px;
	left: 29px;
	width: 106px;
	padding-left: 10px;
	padding-bottom: 3px;
}
div#footer {
	border: 1px solid black;
	background: url(img/jpgs/footer.jpg);
	position: fixed;
	width: 684px;
	height: 50px;
	top: 556px;
	left: 22px;
}
