.navcontainer
{
	line-height: 1.5em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5em;
	margin-bottom: .5em;
}

.navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 2.5em;
}

.navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navcontainer A
{
	color: #3399cc;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: .1em 1em;
	border-left: .1em #aaa;
	border-top: .1em #aaa;
	border-right: .1em #aaa;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.navcontainer A:hover, .navcontainer A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	color: #3399CC;
}

.navcontainer A.active:link, .navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}


body#home a#homenav,
body#artist a#artistnav,
body#gallery a#gallerynav,
body#commissions a#commissionsnav,
body#prints a#printsnav,
body#contact a#contactnav
{
   color: #FFFFFF;
	background-color: #3399cc;
	}
