body {
	background-color: #333333;
}

.photo-background {
	background-color: #333333;
}

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #3D3F5B;
}

#top h2 {
	color: #3D3F5B;
}

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

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

a:hover, a:active {
	color: #643F1F;
	text-decoration: none;
}

#header {
	background: #ABABAB;
}

#footer {
	background: #8FA0AB;
}

#topsidebar {
	background: #ABABAB;
}

.bottombar {
	background-color: #FFFFFF;
}

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

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

#footer a:hover {
	color: #333333;
}

#header2 {
	background: #ABABAB;
}

#hdrwrap {
	background: #ABABAB;
}

#top {
	background: #ABABAB;
}

/* @group Menu */

#navcontainer #current {
	border-bottom-color: #AD7239;
}

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

/* Parent - Level 0 */

#navcontainer a {
	border-bottom: 5px solid #AD7239;
	color: #B18842;
}

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


#navcontainer a:hover {
	border-bottom-color: #674422;
	color: #6A5127;
}

/* @end */