HTML{
	top: 0px;
	bottom: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}
BODY{
	top: 0px;
	bottom: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


DIV.top{
	margin: 0;
	text-align: center;
	}
DIV.left{
	float: left;
	/*display: table;*/
	/*position: relative;*/
	top: 0px;
	/*bottom: 0px;*/
	left: 0px;
	width: 100px;
	/*background-color: silver;
	border-right: 2px outset silver;*/
	}
DIV.background{
	min-height: 100%;
	background-image: url("http://www.cityofpevely.org/images/navbackground.gif");
	background-repeat: repeat-y;
	background-position: left;
}
* HTML DIV.background{
	height: 100%;
}
DIV.menubar{
	float: left;
	/*position: relative;*/
	top: 50px;
	/*height: 90%*/
	/*background-color: silver;*/
	/*border: 1, solid;*/
	}
DIV.menuitem{
	/*background-color: silver;*/
	/*border-color: yellow;
	border-style: solid;*/
	margin: 5px;
	}
DIV.menuitemover{
	background-color: #B70A09;
	/*border-color: silver;
	border-style: solid;*/
	margin: 5px;
	}
DIV.wrapper{
	/*float: left;*/
	/*margin: 5px auto;*/
	}
DIV.image{
	float: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 40%;
	/*float: left;*/
	position: relative;
	top: 25px;
	left: 10px;
}
DIV.address{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	width: 40%;
	/*float: left;*/
}
DIV.foo{
	clear: both;
}
DIV.intro{
	clear: both;
	margin: 0px 15px;
	border: thin solid black;
	background: #DDDEBA;
	z-index: 5;
}
DIV.intro *{
	z-index: 5;
}
DIV.image img{
	position: relative;
	top: -50px;
}
A.menuitem{
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
	}
A.menuitemover{
	color: #F7F58F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
	}
DIV.bigwrapper{
	min-height: 100%
	float: left;
	position: relative;
}
* HTML DIV.bigwrapper{
	height: 90%;
}

DIV.right{
	/*float: left;*/
	/*position: relative;*/
	/*left: 20px;*/
	margin-left: 110px;
	/*width: 85%;*/

	}
DIV.bottom{
	/*position: absolute;*/
	clear: both;
	height: 30px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	z-index: 1;
	border-top: thin ridge black;
	background-color: #2E8113;
	color: silver;
	}
DIV.bottom *{
	position: absolute;
}
SPAN.bottom{
	vertical-align: middle;
	}
BODY{
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
H1.title{
	color: red;
	}