﻿#nav {
	margin: 0;
	padding: 0;
	background: #122323;
	list-style-type: none;
	width: 135px;
	float: left;

}
#navg {
	margin-right: 275px;
	margin: 0;
	padding: 0;
	background: #122323;
	list-style-type: none;
	width: 135px;
	float: left;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#nav a {
	font: 12pt Papyrus;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #fff;
}
#nav #nav_contact a {
	border: none;
}
#nav a:hover {
	background: #5398AC;
}
#body_home #nav_home a, #gallery #nav_gallery a, #Fantasy #nav_fantasy, #Abstract #nav_abstract, #body_exhibits #nav_exhibits a, #body_ogallery #nav_ogallery a, #body_store #nav_store a, #body_about #nav_about a, #body_blog #nav_blog, #body_guest #nav_guest a, #body_links #nav_links a, #body_contact #nav_contact a {
	background: #83A4A9;
	color: #1A1303;
	font-weight: bold;
}
