body {
	background-color: #FFFFFF;
	margin: 0px;
}
.address {
	position: absolute;
	top: 31px;
	left: 620px;
	width: 138px;
	height: 101px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.container {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 850px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 224px;
	top: 232px;
	width: 527px;
	height: 396px;
	text-align: justify;
	overflow: auto;
	padding: 3px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 47px;
	top: 232px;
	width: 132px;
	height: 230px;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 49px;
	top: 685px;
	width: 700px;
	height: 118px;
}
.editable {
	background-color: #00FF99;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	left: 85px;
	top: 190px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center;
}

.menu a:link{
text-decoration: none;
color: #FFFFFF;
}

.menu a:visited {
	text-decoration: none;	
	color: #FFFFFF;
}
.menu a:hover {
background-color: #333333;
color: #C1D0DF;

}
.developer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	left: 49px;
	top: 825px;
	width: 700px;
	height: 20px;
	color: #333333;
}
.developer a:link{
color: #333333;
}

.developer a:visited {
	color: #333333;
}
.developer a:hover {
color: #C1D0DF;

}
