
body{
	position: relative;
	background-color:#F1F1F1;
	max-width: 800px;
	margin: 14px auto;
}

div{
	position: relative;
}

a {
	text-decoration: none;
	color: black;
}

#content {
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	background-color: white;
	box-shadow: 0px 0px 7px 7px gray;
}

.center {
	text-align: center;
}

#logo{
	padding-top: 10px;
	height: 250px;
	width: auto;
}

#logo-text{
	position: absolute;
	top: 55px;
	width: 290px;
	margin: auto auto;
	font-size: 28px;
	font-weight: bold;

	color: #95c11f;
    text-shadow: 1px 1px 2px #95c11f, 1px 1px 1px black;
}

#menubar{
	margin: 0px auto;
	width: 100%;
	height: 23px;
	background-color: lightgray;
	border-top: 1px dotted gray;
	text-align: center;
}

.menuitem{
	padding: 0px 5px;
	color:black;
	font-variant: small-caps;
	text-decoration: none;
}

.menuitem:hover{
	text-decoration: underline;
}




#header{
	vertical-align: middle;
	padding: 0px 0px; 
	
}

.light{
	color: white;
	font-style: italic;
    text-shadow: 1px 1px 0px black, 1px 1px 2px #95c11f, 0 0 5px #95c11f, 0 0 10px #95c11f, 0 0 15px #95c11f;
    padding-bottom: 10px;
}

.maintext{
	font-weight: bold;
}


#footer{
	width: 100%;
	font-variant: small-caps;
	font-size: 14px;
	overflow: auto;
	padding: 15px 0px;
	background-color: #F0F0F0;
	border-top: 1px dotted #AAAAAA;
}

.footer{
	text-align: center;
	float:left;
	width:37%;
	vertical-align: bottom;
}

#footer_left{
	text-align: right;
}

#footer_center{
	width:26%;
}

#footer_right{
	text-align: left;
}