body {
	background-color: #E3D28E;
}

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

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #FFFFFF;
}

#top h2 {
	color: #FFFFFF;
}

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

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

a:hover, a:active {
	color: #1B5E61;
	text-decoration: none;
}

#header {
	background: #E3D28E;
}

#footer {
	background: #E3D28E;
}

#topsidebar {
	background: #E3D28E;
}

.bottombar {
	background-color: #FFFFFF;
}

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

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

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

#header2 {
	background: #E3D28E;
}

#hdrwrap {
	background: #E3D28E;
}

#top {
	background: #E3D28E;
}

/* @group Menu */

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

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

/* Parent - Level 0 */

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

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


#navcontainer a:hover {
	border-bottom-color: #887E55;
	color: #351801;
}

/* @end */