@charset "utf-8";
/* Allgeyer.org CSS Document - Layout & Menus */
/* Created by: Dominic Businaro | http://dominicbusinaro.com */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	width: 100%;
}
#also {
	float: right;
}
#menu {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 7px;
}
#menu ul {
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu ul li {
	margin:0px;
	padding:0px;
	display:inline;
}
#menu ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	width:110px;
	height:30px;
	text-align:center;
	text-decoration:none;
	background-image: url(../img/btn/menu2.png);
	background-repeat: no-repeat;
	float:left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li a:hover, 
#menu ul li a.active, 
#menu ul li a.active:hover {
	background-image: url(../img/btn/menu2-over.png);
	background-repeat: no-repeat;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e5e5e5;
}
#page_top {
	background-image: url(../img/page_top.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 800px;
}
#page_cont {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
#page_bot {
	background-image: url(../img/page_bot.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 800px;
}
#tagline {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 280px;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
