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

body {
    background-color: #000;
}

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

#container {
	background-color: #900;
}

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

#body a:link, #body a:visited { color: rgb(161,161,161); }
#body a:hover, #body a:active { color: #fff; }
