body {
	background-color: #1E1E1E;
}

.photo-background {
	background-color: #1E1E1E;
}

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #000000;
}

#top h2 {
	color: #000000;
}

a:link {
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	color: #FF9900;
	text-decoration: underline;
}

a:hover, a:active {
	color: #995B00;
	text-decoration: none;
}

#header {
	background: #999999;
}

#footer {
	background: #CCCCCC;
}

#topsidebar {
	background: #999999;
}

.bottombar {
	background-color: #FFFFFF;
}

#footer a:link {
	color: #CC9900;
}

#footer a:visited {
	color: #CC9900;
}

#footer a:hover {
	color: #281E00;
}

#header2 {
	background: #999999;
}

#hdrwrap {
	background: #999999;
}

#top {
	background: #999999;
}

/* @group Menu */

#navcontainer #current {
	border-bottom-color: #7C7C7C;
}

#navcontainer .currentAncestor {
	border-bottom: 5px solid #7C7C7C;
}

/* Parent - Level 0 */

#navcontainer a {
	border-bottom: 5px solid #7C7C7C;
	color: #000000;
}

#navcontainer a:visited {
	color: #000000;
}


#navcontainer a:hover {
	border-bottom-color: #4A4A4A;
	color: #000000;
}

/* @end */