html, body {
    height: 100%;
	}

body {
	margin: 0px;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	background: none;
	}

#outercontainer {
	position: relative;
	height: 99%;
	top: 0px;
	left: 0px;
	width: 99%;
/*	border: 1px solid black;*/
}
	
#innercontainer {
    position: relative;
	/*padding: 4px;*/
	margin: 0;
	min-height: 800px;
	min-width: 880px;
	background-color: white;
/*	border: 1px solid black;*/
/*    overflow: hidden;*/
	}
	
#header {
    position: absolute;
/*	border: solid 5px blue;*/
    top: 0;
	padding: 0px;
	background-color: white;
	width: 100%;
	z-index: 8;	
	}
	
#header>#logo {
/*	border: solid 1px blue;*/
	float: left;
	padding: 5px;
	z-index: 10;
	}
	
#header>#banner {
/*	border: solid 1px blue;*/
	float: right;
	padding: 0px 0px 0px 20px;
	z-index: 9;
	}

#image_banner {
	position: absolute;
	top: 89px;
	right: 0;
	padding: 0px;
	float: right;
	z-index: 4;
	/*height: 90px;
	width: 90px;
	border: solid 2px blue;
	background-color: green;*/
	}
		
#content {
/*	border: solid 1px blue;*/
	position: relative;
	min-height: 700px;
	top: 93px;
	min-width: 597px;
	max-width: 630px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	margin-right: 210px;
	padding-right: 40px;
	z-index: 5;
	}
#img_left {
	border: none;
	border-width: 0px 4px 4px 0px;
	float: left;
	padding: 0px;
	margin: 0px 10px 5px 0px;
	z-index: 6;
	}
#img_right {
	border: none;
	border-width: 0px 4px 4px 0px;
	float: right;
	text-align: center;
	padding: 0px;
	margin: 0px 10px 5px 0px;
	z-index: 7;
	}

#pre_footer {
    position: relative;
/*	border: solid 1px blue;*/
	min-height: 100px;
    bottom: 0px;
	padding: 10px;
	padding-bottom: 100px;
	padding-top: 80px;
	min-width: 597px;
	text-align: center;
	z-index: 11;
	}
#pre_footer img {
	float: none;
	z-index: 12;
	}
#pre_footer a:link {
	color: black;
	text-decoration: none;
	font-size: 10px;
	}
#pre_footer a:active {
	color: black;
	text-decoration: none;
	font-size: 10px;
	}
#pre_footer a:visited {
	color: black;
	text-decoration: none;
	font-size: 10px;
	}
#pre_footer a:hover {
	color: black;
	text-decoration: none;
	font-size: 10px;
	}
#pre_footer a:focus {
	color: red;
	text-decoration: underline;
	font-size: 10px;
	}
		
#footer {
    position: absolute;
/*	border: solid 5px yellow;*/
    bottom: 0;
	padding: 10px;
	background-color: #a02013;
	width: 100%;
	text-align: center;
	z-index: 17;
	}
	
#visitorguide {
	display: none;
/*	border: solid 1px yellow;*/
	position: absolute;
	right: 10px;
	padding-right: 25px;
	z-index: 18;
	}

#footer>p {
	color: white;
	}
	
#header h1 {
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	}
	
#header, #footer h1 {
	color: #fff;
	padding-bottom: 0;
	}
	
h1, h2, h3, p {
	margin: 0;
	}

h1 {
	font-size: 13.5pt;
	line-height: 1.5em;
	color: #a02013;
	font-weight: bold;
	}

h2 {
	font-size: 10.5pt;
	color: #a02013;
	line-height: 1.5em;
	}
	
h3 {
	font-size: 10pt;
	color: #a02013;
	line-height: 1.5em;
	}
	
p {
	font-size: 10pt;
	padding-bottom: 1em;
	}

a img {
	border: none;
	}
	
#menu {
	display: none;
	}
