
body {
	background-color: gray;	
}

#container {
	width: 800px;
	margin: 0 auto;
}

#banner {
	width: 800px;
}

#bannerleft {
}

#bannerpaper {
	position: absolute;
	z-index: 2;
}

#bannercenter {
	position: relative;
	left: 350px;
	z-index: 1;
	width: 314px;
}

#bannerpicture {
	width: 270px;
}

#bannerpapertwo {
	position: relative;
	float: right;
	width: 432px;
	z-index: 0;
	margin: none;
}

html>body #bannerpapertwo {

} 

#bannertext {
	z-index: 2;
}

#logocontainer {
	position: absolute;
	width: 300px;
	z-index: 3;
}
	
#bannerlogo {
	position: relative;
	top: 7px;
	left: 110px;
	margin: none;
	z-index: 3;
	width: 195px;
}


html>body #bannerlogo {
	/*top: 17px;*/
}

#main {
	background: url(images/background.png);
	position: relative;
	/*top: 14em;*/	
	width: 800px;
	border : 1px solid black;
}

html>body #main {
	z-index: 3;
}

#heading {
 	padding: 0px;
	/*background-color: #ddd;*/
	height: 45px;
	width: 798px;
	background: url(images/bar.png);
	border-bottom: 1px solid gray;
}

#heading h1{
	padding: 0;
	margin: 0;
	padding-left: 50px;
}

#content {
	padding: .5em;
	margin-left: 210px;
	margin-right: 200px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 12pt;
}

html>body #content {

}

#content p {
	font-size: 12pt;
	line-height: 150%;
}

#preloader {
	position: absolute;
	left: -10000px;	
	background: #333333 url(images/menubackhover.png);
}

#menubox {
	position: relative;
	float: left;
	width: 194px;
	background-color: #5E5E5E;
	border : 1px solid black;
	padding: 5px;
	margin: 0;
	z-index: 4;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 14pt;
}

#menu li {
	margin: 2px 0 0;
}

#menu a {
	display: block;
	width: 180px;
	height: 25px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: url(images/menuback.png);
	text-decoration: none;
	text-align: center;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #000000;
}

#menu a:hover {
	border: 1px solid #000000;
	background: #333333 url(images/menubackhover.png);
	color: #ffffff;
}

#rightbar {
	position: relative;
	float: right;
	width: 194px;
	/*background-color: #5E5E5E;*/
	background: url(images/rightmid.png);
	background-repeat: repeat-y; 	
	margin: 0;
	z-index: 4;

}

#righttop {

}

#rightbar p {
	font-size: 14pt;
	padding: 6px;
	font-size: 12pt;
}

#rightbar h3 {
	padding: 6px;
}

#rightbottom {
	height: 30px;
	position: relative;
	bottom: -5px;
	overflow: hidden;
}

.cleardiv {	
	clear: both;
	height: 1em;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 10pt;
	text-align: center;
}

#footer img {
	border: none;
}

.centered {
	text-align: center;
}

.popupHeader {
	text-align: center;
}

.popupText {
	text-align: center;
	font-size: 8pt;	
}

.popupCategory {
	text-decoration: underline;	
	font-size: 10pt;
}