body,html {
	background-color: #0D1333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#container {
	left: 50%;
	margin-left: -400px;
	position: relative;
	width: 800px;
}
#header {
	height: 200px;
	width: 800px;
	float: left;
	background-image: url(../_images/header.jpg);
	display: block;
}
#menu {
	float: left;
	width: 800px;
	background-color: #5D6A7A;
	color: #FFFFFF;
	display: block;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B1BCAE;
}

#menu ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul li a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
#menu ul li a:hover { text-decoration: underline; }
#menu ul li a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}





#content {
	float: left;
	width: 800px;
	background-color: #5D6A7A;
	display: block;
}


h1  {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
p  {
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}
.highlightText  {
	font-weight: bold;
	color: #003300;
}
#content  .header_picture {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#content   .residence {
	border: 1px solid #000000;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
	background-color: #E8F3FF;
	margin-bottom: 20px;
	text-align: center;
}
#content .residence p {
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content .residence img {
	height: 100px;
	margin-right: 10px;
	margin-left: 10px;
}
#content a { color: #CCCCCC; }






#footer {
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 800px;
	display: block;
	background-color: #47505F;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1BCAE;
	border-bottom-color: #B1BCAE;
	font-size: .7em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a { color: #CCCCCC; }




.spacer {
	height: 25px;
	clear: both;
}
