body {
	background-color: #333333;
}

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

#container {
	background-color: #F1F1F1;
}

#top h1 {
	color: #7F7F7F;
}

#top h2 {
	color: #7F7F7F;
}

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

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

a:hover, a:active {
	color: #0F0F0F;
	text-decoration: none;
}

#header {
	background: #FFFFFF;
}

#footer {
	background: #E6E6E6;
}

#topsidebar {
	background: #FFFFFF;
}

.bottombar {
	background-color: #F1F1F1;
}

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

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

#footer a:hover {
	color: #0B0B0B;
}

#header2 {
	background: #FFFFFF;
}

#hdrwrap {
	background: #FFFFFF;
}

#top {
	background: #FFFFFF;
}

/* @group Menu */

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

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

/* Parent - Level 0 */

#navcontainer a {
	border-bottom: 5px solid #808080;
	color: #373737;
}

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


#navcontainer a:hover {
	border-bottom-color: #4C4C4C;
	color: #212121;
}

/* @end */