/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
	}	

body {
	text-align: center; /* hack for ie 5.5 and 6 for centering in
conjunction with maincontent text-align: left*/
	min-width: 770px;
	background-color: rgb(0,0,0);
	color:#fff;
	font:20%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 770px ;
	margin: 10px auto;
	text-align: left; /* hack for centering for ie 5.x*/
	/*color: #ffffff;*/
	color:  rgb(40, 116, 128);
	}

#entrynav{
	width:770px;
	height: 324px;
	position: relative;
	background:url(pics/enter.gif);
	margin-top:100px;
}
#entrynav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#entrynav a{
	position:absolute;
	text-indent: -1000em;
	height: 40px;
}
#entrynav .stoneware a {
	width:250px;
	top:223px;
	left:32px;
	
}
#entrynav .tiles a {
	width:90px;
	top:225px;
	left:295px;
}

#entrynav .murals a {
	width:100px;
	top:225px;
	left:395px;
}
#entrynav .raku a {
	width:90px;
	top:225px;
	left:500px;
}

#entrynav .fountains a {
	width:150px;
	top:225px;
	left:595px;
}

#entrynav .drums a {
	width:120px;
	top:270px;
	left:35px;
}
#entrynav .studio a {
	width:200px;
	top:270px;
	left:158px;
}
#entrynav .contact a {
	width:120px;
	top:270px;
	left:366px;
}
#entrynav .biography a {
	width:170px;
	top:270px;
	left:495px;
}
#entrynav .links a {
	width:90px;
	top:270px;
	left:670px;
}


#entrynav a:hover{
	border: 1px solid #fff;
}

