

#homelink {position: absolute; top: 0;}
#homelink a {display: block; width: 700px; height: 100px; z-index: 1000}

body {
text-align: center;
background: #93DAF8 url(../images/pagebak.gif?r=3) repeat-x;
margin: 0;
font-family: helvetica, arial;
font-size: 11px;
color: #391C5E;
line-height: 1.3em;
}

h2 {
font-size: 1.7em;
font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
}

h3 {
font-size: 1.2em;
font-weight: normal;
margin-top: 10px;
margin-bottom: 3px;
}


p {
margin-top: 10px;
}

#container {
position: relative;
width: 756px;
margin: 0 auto;
background: url(../images/containerbak2.jpg?r=2) no-repeat;
padding-top: 111px;
padding-bottom: 200px;
}

#menu {
margin-left: 20px;
width: 711px;
z-index: 100;
}

#menu a {
	display: block;
	width: 88px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	background: url(../images/buttonbak.gif) top center no-repeat;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	color: #391C5E;
}

#menu a:hover {
	text-decoration: none;
	color: #f1b900;
	}

#menu li {
	float: left;
}

#menu li ul {
	position: absolute;
	width: 120px;
	left: -999em;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	background: white url(../images/menubak.gif) no-repeat;
	z-index: 101;
	min-height: 138px;
}

#menu li ul li{
	display: block;
	width: 120px;
	margin: 0;
	text-indent: 0;
	padding: 0;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left: -17px;
}

#menu li:hover ul li a, #menu li.sfhover ul li a {
	background: 0;
	display: block;
	line-height: 20px;
	height: 20px;
	width: 120px;
	}

#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	}


a.nolink {
	cursor: default;
	}

a.nolink:hover {
	color: #391C5E !important;
	}


#content {
position: relative;
height: 270px;
overflow:auto;
margin-left: 110px;
margin-right: 110px;
padding-right: 15px;
padding-left: 15px;
text-align: left;
z-index: 30;
}

#footmovie {
position: relative;
top: -37px;
z-index:20;
}

#logos {
position: relative;
top: -67px;
}

#wee-butterfly {
position: absolute;
top: 355px;
left: -4px;
z-index: 100;
}

#big-butterfly {
position: absolute;
top: 210px;
left: 740px;
z-index: 100;
}

#news {
width: 100%;
}

#news h3 {
margin-top: 0;
}

#news td {
padding: 5px;
}

#artists td {
padding: 3px;
}

#artistdetails {
width: 100%;
}

#artistdetails td {
padding: 5px;
}



#admin {
position:fixed;
left: 0;
height: 18px;
width: 100%;
background: #ddcea9;
border-bottom: 1px outset #ddcea9;
z-index: 20000;
}

*html #admin {
position: absolute;
}



.adminsmallbutton {
font-family: verdana, geneva;
font-size: 9px;
font-weight: bold;
color: black;
margin-right: 1px;
margin-bottom: 1px;
padding: 1px;
padding-bottom: 1px;
padding-left: 1px;
border: 1px #A4A4A4 solid;
border-bottom: 1px #646464 solid;
border-right: 1px #646464 solid;
background-color: #EEEEB3;
text-decoration: none;
}