* {
   margin: 0px;
   padding: 0px;
}

body {
	background: black;
	color: rgb(96%,86%,65%);
	font: normal 52px Bernhard Fashion BT;
}

div#wrapper {
    margin-top: 120px;
    position: relative;        
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}	

div#name {
	position: relative;
	width: 520px;
	height: 260px;
	border-right: 5px solid;
	border-bottom: 5px solid;
}

#name img {
	position: absolute;
	top: 80px;
	left: 100px;
	border: 0px;
}

#name a {
	text-decoration: none;
}

#name p#line1 {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-left: 100px;
}

#name p#line2 {
	margin: 0px;
	padding-right: 100px;
	text-align: right;
}

div#bigPic {
    position:absolute;
    top:0px;
    left: 525px;
    width: 280px;
	height: 260px;
	border-bottom: 5px solid;
	text-align: center;
}

#bigPic img {
	padding-top: 40px;
}

div#swap {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 520px;
	height: 340px;
	border-right: 5px solid;
}

div#flashContent {
     position: absolute;
     top: 70px;
     left: 10px;
 }

div#menu {
	position: absolute;
	top: 260px;
	left: 525px;
	width: 280px;
	height: 340px;
	padding-top: 50px;
	padding-left: 70px;
}

#menu p {
	font-size: 38px;
	margin: 0px;
	padding-left: 50px;
	padding-top: 30px;
}

img#artist, #method, #galleries, #shows, #contact {
	position: absolute;
	top: 50px;
	left: 70px;
	border: 0px;
}

#method {
	top: 98px;
}

#galleries {
	top: 146px;
}

#shows {
	top: 194px;
}

#contact {
	top: 242px;
}

#recent, #upcoming {
	position: absolute;
	top: 200px;
	left: -999px;
	border: 0px;
}

#upcoming {
	top: 223px;
}

img#faces,img#heads,img#figures {
	position: absolute;
	top: 135px;
	left: -999px;
	border: 0px;
}

img#heads {
	top: 162px;
}

img#figures {
	top: 189px;
}

#links, #links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 38px;
	line-height: 1.2em;
}

#links ul {
	font-size: 20px;
	position: absolute;
	left: -999em;
}

#links a {
	text-decoration: none;
	color: rgb(96%,86%,65%);
}

#links a:hover {
	color: lime;
}

#links li:hover ul#pieces, #links li.sfhover ul#pieces {
	position: absolute;
	top: 140px;
	left: 210px;
}

#links li:hover ul#schedule, #links li.sfhover ul#schedule {
	position: absolute;
	top: 200px;
	left: 180px;
}

