body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
}
#outer {height: 100%; overflow: visible; position: relative; width: 100%;}
#outer[id] {display: table; position: relative;}
	
#middle {position: absolute; top: 5%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: relative;}
	

#inner {width: 800px; margin-left: auto; margin-right: auto; height: 600px; border: 1px solid black; background: url(../images/bg_serenity.jpg);} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
	
#header {
	width: 100%;
	height: 60px;
    background: #CC9900;
	text-align: center;
    }
#picture {
	width: 100%;
	height: 149px;
    background: url("../images/picture_bg.gif");
	border-top: solid 1px black;
    }
#nav {
    background: #CC9900;
    width: 100%;
	height: 45px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
    }
#content {
    float: right;
    width: 100%;

	padding: 25px 25px 10px 30px;
	font: Georgia, "Times New Roman", Times, serif;
	}
#footer {
	width: 100%;
	height: 50px;
    background:#FFF;
	border-top: solid 1px black;
	color:#000000;
	}
.footer_left {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}
.footer_centre {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
.footer_right {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}
#navlist
{
float: left;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid black;
border-bottom: none;
background: #666;
color: whitesmoke;
text-decoration: none;
}

#navlist li a:link { color: whitesmoke; }
#navlist li a:visited { color: whitesmoke; }

#navlist li a:hover
{
color: #000;
background: whitesmoke;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
color: #666;
}
.page_heading {
	color:#663300;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.ethics li{
list-style-type:square;
}
.content {
width: 700px;
}
a span {
	display: none;
	text-decoration:none;
	color:#000000;
}
		
a:hover {
	overflow: hidden;
	text-decoration:none;
}

a:hover span {
	display:inline;
	border:solid 1px black;
	position:absolute;

	background-color:#FFCC33;
	padding:5px;
	margin-left:5px;
	overflow:hidden;
}
