#MainNavWrap {
	position: absolute;
	top: 50px;
	left: 390px;
	margin: 0;
	padding: 0;
}

#MainNav{
	list-style-type: none;
}

#MainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#MainNav a {
	display: block;
	padding: 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #525252;
}

#MainNav a:hover {
	text-decoration: underline;	
}

#FooterNav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#FooterNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#FooterNav a {
	display: block;
	padding: 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
#FooterNav a:hover {
	background: url(images/40percent.png) repeat;
}

#GalleryNavWrap {
	width: 500px;
	height: 30px;
	float: right;
}

#GalleryNav{
	list-style-type: none;
}

#GalleryNav p {
	display: block;
	padding: 7px 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #F00;
}

#GalleryNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#GalleryNav a {
	display: block;
	padding: 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #525252;
}

#GalleryNav a:hover {
	text-decoration: underline;	
}
#GalleryNav a.selected {
    text-decoration: underline;
}


/* Page IDs */

#Home .Home
{
	background-color: #888; 
}
