body {
	background-color: #29282C;
}

.photo-background {
	background-color: #29282C;
}

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #D93530;
}

#top h2 {
	color: #D93530;
}

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

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

a:hover, a:active {
	color: #7E1E1B;
	text-decoration: none;
}

#header {
	background: #B9B37A;
}

#footer {
	background: #B9B474;
}

#topsidebar {
	background: #B9B37A;
}

.bottombar {
	background-color: #FFFFFF;
}

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

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

#footer a:hover {
	color: #2A0A09;
}

#header2 {
	background: #B9B37A;
}

#hdrwrap {
	background: #B9B37A;
}

#top {
	background: #B9B37A;
}

/* @group Menu */

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

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

/* Parent - Level 0 */

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

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


#navcontainer a:hover {
	border-bottom-color: #999999;
	color: #999999;
}

/* @end */