html, body {
	height: 100%;
}
body {
	background-color: #1b7e4d;
	background-image:url(../images/bg-green.png);
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0;
}
a:link {
	text-decoration:underline;
	color:#0000cc;
}
a:visited {
	text-decoration:underline;
	color:#0000cc;
}
a:active {
	text-decoration:underline;
	color:#0000cc;
}
a:hover {
	text-decoration:none;
	color:#0000cc;
}

img#headertop {
	position:absolute;
	left:0px;
	top:0px;
}
img#menutop {
	position:absolute;
	left:0px;
	top:78px;
}
h2#events {
	position : relative;
	width: 148px;
	height : 30px;
	background : url(../images/header-events.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0
}
h2#community {
	position : relative;
	width: 148px;
	height : 30px;
	background : url(../images/header-community.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0
}
h2#chamber {
	position : relative;
	width: 338px;
	height : 30px;
	background : url(../images/header-chamber.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0
}
#homenews {
	color:#333;
	font-weight:bold;
	font-size:11px;
	list-style-image:url(../images/news-list.png);
}
#homenews ul {
	margin-left:2.5em;
	padding:0;
}
#homenews li {
	padding: 3px 0;
}
#contentright table {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: #999999;
	border-collapse: separate;
}
#contentright p {
	margin: 0 1em;
	padding: .25em 0
}
/* DIV */

div#container-shadow {
	position : relative;
	width : 784px;
	min-height:100%;
	margin : 0 auto;
	text-align : center;

	background:url(../images/bg-shadow.png) repeat;
	z-index:1;
}
div#container {
	position : relative;
	width : 756px;
	min-height:100%;
	margin : 0 auto;
	text-align : left;

	background:url(../images/bg-white.png) repeat;
	z-index:2;
}
div#header {
	position:relative;
	width:756px;
	height:448px;
	z-index:97;
}
div#headerrotation {
	position:absolute;
	left:0px;
	top:78px;
}
div#headerbottom {
	position:relative;
	top:348px;
	height:100px;
	width:100%;
	background-color:#933a4d;
	font: 14px Arial, Helvetica, sans-serif;
	color:white;
	z-index:4;
}
div#headerinterior {
	position:relative;
	width:100%;
	height:382px;
	z-index:199;
}

div#headerbottomsub {
	position:absolute;
	top:348px;
	height:36px;
	width:100%;
	z-index:1;
}

div#content {
	position:relative;
	width:100%;
	z-index:5;
}
div#contentvisiting {
	position:relative;
	width:100%;
	z-index:5;
	background-image:url(../images/orangefade.jpg);
	background-repeat:repeat-y;
}
div#contentliving {
	position:relative;
	width:100%;
	z-index:5;
	background-image:url(../images/greenfade.jpg);
	background-repeat:repeat-y;
}
div#contentrelocating {
	position:relative;
	width:100%;
	z-index:5;
	background-image:url(../images/purplefade.jpg);
	background-repeat:repeat-y;
}
div#contentworking {
	position:relative;
	width:100%;
	z-index:5;
	background-image:url(../images/bluefade.jpg);
	background-repeat:repeat-y;
}
div#contentleft {
	position:relative;
	width: 300px;
	height: 100%;
	float:left;
	margin:15px;
	overflow:auto;
	z-index:4;
}
div#contentright {
	position:relative;
	width: 387px;
	height: 100%;
	float:right;
	margin:15px;
	overflow:auto;
	z-index:4;
}
div#footer {
	position : relative;
	width : 100%;
	margin : 0 auto;
	text-align : left;
	font: 11px Arial, Helvetica, sans-serif;
	color:#676767;
	overflow:hidden;
	z-index:10;
}
