body {
	background-color: #333333;
}

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

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #FFFFFF;
}

#top h2 {
	color: #FFFFFF;
}

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

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

a:hover, a:active {
	color: #4C0000;
	text-decoration: none;
}

#header {
	background: #000000;
}

#footer {
	background: #333333;
}

#topsidebar {
	background: #000000;
}

.bottombar {
	background-color: #FFFFFF;
}

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

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

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

#header2 {
	background: #000000;
}

#hdrwrap {
	background: #000000;
}

#top {
	background: #000000;
}

/* @group Menu */

#navcontainer #current {
	border-bottom-color: #6666FF;
}

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

/* Parent - Level 0 */

#navcontainer a {
	border-bottom: 5px solid #6666FF;
	color: #333333;
}

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


#navcontainer a:hover {
	border-bottom-color: #3D3D99;
	color: #1E1E1E;
}

/* @end */