@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: rgb(254,253,225);
}

img {
	border:0;
}

#wrapper {
	position:relative;
	margin: 0 auto;
	width:995px;
}

#x3phase {
	clear:both;
	text-align:center;
	width:510px;
	margin-left:230px;
}

#x3phase a {
	font-size:12px;
	color:rgb(166,0,6);
	text-decoration:none;
}

.clear { clear:both; height:0; }

#navBar {
	position:relative;
	width:995px;
	height:56px;
	background: url(../images/navbar_bg.png) no-repeat;
}

#maincontent {
	position:relative;
	margin:0;
	width:995px;
	height:714px;
}

#navList {
	list-style: none;
	margin: 0px; padding: 0px;
	display: block;
	height:31px;
}

#navList li {
	width:195px;
	height:31px;
}

#navList li a span {
	position: absolute;
	left: -9384px;
}

#nav_indexButton {
	position:absolute;
	top:12px; left:45px;
}

#nav_galleryButton {
	position:absolute;
	top:12px; left:282px;
}

#nav_artistButton {
	position:absolute;
	top:12px; left:518px;
}

#nav_contactButton {
	position:absolute;
	top:12px; left:755px;
}

#nav_indexButton a, #nav_galleryButton a, #nav_artistButton a, #nav_contactButton a {
	height: 31px;
	width: 195px;
	display: block;
	position: relative;
	background: url(../images/navbar_buttonmap.png) no-repeat; /*contains all hover states*/
}

#nav_indexButton a {
	background-position: -1px -1px;
}

#nav_galleryButton a {
	background-position: -198px -1px;
}

#nav_artistButton a {
	background-position: -395px -1px;
}

#nav_contactButton a {
	background-position: -592px -1px;
}

#nav_indexButton a:hover {
	background-position: -1px -34px;
}

#nav_galleryButton a:hover {
	background-position: -198px -34px;
}

#nav_artistButton a:hover {
	background-position: -395px -34px;
}

#nav_contactButton a:hover {
	background-position: -592px -34px;
}

#nav_indexButton a#current {
	background-position: -1px -67px;
}

#nav_galleryButton a#current {
	background-position: -198px -67px;
}

#nav_artistButton a#current {
	background-position: -395px -67px;
}

#nav_contactButton a#current {
	background-position: -592px -67px;
}

