body

{
	position:absolute;
	top:15;
	left:15;
	width:850;
	height:100;
	background-color: #2E0854;
	font-family: arial;
}
h1
{
	font-size:36;
	font-stretch: extra-expanded;
	font-style: oblique;
	font-color:#ffffff;
}
h3
{
	font-size:11;
	font-stretch: extra-expanded;
	font-style: oblique;	
}
p
{
	color: #000000;
}
blockquote
{
	width: 300 px;
	float: left;
	border: 2px solid #2E0854;
	color: black;
}
.top
{
	position: absolute;
	top:10;
	left:15;
	width:850;
	height:100;
	background-color:#C1CDCD;
}

.menu
{
	position: absolute;
	top:125;
	left:15;
	width:850;
	height:50;
	background-color: #C1CDCD;
}
.middle
{
	position: absolute;
	top:215;
	left:15;
	width:850;
	height:350;
	background-color: #c9daeb;
}
.footer
{
	position: absolute;
	top:600;
	left:15;
	width:850;
	height:40;
	background-color: #c9daeb;
}
.form
{
	position: relative;
	top:450;
	left:300;
}
