* {
	margin: 0;
	padding: 0;
}
html, body{
	background: #fdf5e6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	height: 100%;
	width: 100%;
}
a{
	color: #000;
}
img{
	border: 0;
	display: block;
	margin: 0 auto;
}
.headline, h1{
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #ff7e00;
	text-align: left;
}
h1{
	margin: 60px 0 0 50px;
}
#container{
	width: 800px;
	min-height: 100%;
	height: auto !important; /*explorer-hack, since min-height doesn't work*/
	height: 100%;
	margin-bottom: -50px; /*same size as FOOTER, to allow space for it*/
	background-image: url("images/contentbgbottom.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#banner{
	width: 100%;
	height: 140px;
	background: url("images/banner.jpg");
}
/*-----------------MENU------------------------------------------*/
.menu{
	width: 100%;
	height: 30px;
	background: url("images/menubg.gif");
	font-size: 10pt;
	font-weight: bolder;
    line-height: 30px;
}
.menu ul{
	list-style-type: none;
	color: red;
}
.menu ul li{
	display: inline;
}
.menu ul li a {
    display: inline-block;
	color: #cc6600;
	padding: 0 0 0 35px;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #ff9933;
}
/*----------------------------------------------------------------*/
#contentContainer{
	width: 100%;
	height: 300px;
	background: url("images/contentbg.jpg");
	background-repeat: no-repeat;
}
#leftPane{
	width: 600px;
	float: left;
}
#leftPane p{
	padding: 60px 50px 60px 50px;
	text-align: justify;
}
#rightPane{
	width: 200px;
	float: left;
}
#rightPane p{
	padding: 60px 50px 60px 0;
}
.clear{
	height: 1px;
	clear: both;
}
#footer{
	width: 800px;
	height: 50px;
	background: #007236;
	color: #ff7e00;
	text-align: center;
}
#footer p{
	padding: 10px;
}
#push{
	height: 50px;
}
/*------------------------------------------ADMIN---prefix "admin"---------*/
#adminContainer{
	width: 1000px;
	height: 100%;
	margin: 50px;
}
.adminGreyBg{
	background-color: #cccccc;
	padding: 10px 30px 10px 30px;
	width: 800px;
}
.adminLightBg{
	background-color: #ffcc99;
	padding: 10px 30px 10px 30px;
	width: 740px;
}
.adminLightBg ul li{
	padding: 5px 0 0 0;
}
/*---------------------------------------------------------------------------*/
