@charset "utf-8";
/* CSS Document */

body {
    background-color: #000;
}

#header {
    background: url(../images/who-we-are-top.jpg) left top;
	border-top-color: #900;
}

#navbar-list {
	margin-top: 0;
	position: relative;
	top: 250px;
}

.navbar-list a { text-decoration: none; }
.navbar-list a:link, .navbar-list a:visited { color: #fff; }
.navbar-list a:hover, .nabar-list a:active { color: rgb(161,161,161); }

.current-page a:link, .current-page a:visited, .current-page a:hover, .current-page a:active {
	color: rgb(161,161,161);
	font-weight: bold;
}

#container {
	background-color: #900;
}

#body {
	width: 670px;
	margin: 0 auto;
}

