html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

html{
background:url('../images/bg.png');
}
body{
	background:url('../images/bg.png') repeat-x;
}


.homelink{
	margin-left:49px;
	float:left;
	padding-bottom:5px;
}

.clear{
	clear:both;
}

#container{
	position:relative;
	margin:0 auto;
	width:1060px;
	padding-top:25px;
}

.wingtitle{
	margin-bottom:5px;
}

#navwest{
	float:left;
	text-align:center;
	margin-left:50px;
}

#navwest li{
	float:left;
}

#navwest li a{
	display:block;
	height:18px;
}

#navwest li.nav1 a{
	background:url('../images/nav1.png') no-repeat transparent;width:79px;
}
#navwest li.nav2 a{
	background:url('../images/nav2.png') no-repeat transparent;width:82px;
}
#navwest li.nav3 a{
	background:url('../images/nav3.png') no-repeat transparent;width:96px;
}
#navwest li.nav4 a{
	background:url('../images/nav4.png') no-repeat transparent;width:116px;
}
#navwest li.nav5 a{
	background:url('../images/nav5.png') no-repeat transparent;width:58px;
}
#navwest li a:hover{
	background-position:0px -18px;
}



#naveast{
	float:right;
	text-align:center;
	margin-right:50px;
}

#naveast li{
	float:left;
}

#naveast li a{
	display:block;
	height:18px;
}

#naveast li.nav6 a{
	background:url('../images/nav6.png') no-repeat transparent;width:107px;
}
#naveast li.nav7 a{
	background:url('../images/nav7.png') no-repeat transparent;width:67px;
}
#naveast li.nav8 a{
	background:url('../images/nav8.png') no-repeat transparent;width:70px;
}
#naveast li.nav9 a{
	background:url('../images/nav9.png') no-repeat transparent;width:74px;
}
#naveast li.nav10 a{
	background:url('../images/nav10.png') no-repeat transparent;width:115px;
}
#naveast li a:hover{
	background-position:0px -18px;
}

#doortop{
	display:block;
	height:15px;
	width:960px;
	background:url('../images/doortop.png');
	margin-left:50px;
}

#doorleft{
	display:block;
	height:650px;
	width:30px;
	float:left;
	background:url('../images/doorleft.png');
	margin-left:50px;
}

#doorright{
	display:block;
	height:650px;
	width:30px;
	float:right;
	background:url('../images/doorright.png');
	margin-right:50px;
}

#doorbottom{
	display:block;
	height:30px;
	width:960px;
	background:url('../images/doorbottom.png');
	margin-bottom:25px;
	margin-left:50px;
}

#flashcontent{
	float:left;
	display:block;
	width:900px;
	height:650px;
}


#artistmenu{
	height:530px;
	display:block;
	padding-top:60px;
	border:1px solid red;
}

#footer{
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
}

#footer p{
	text-align:center;
	color:#e4e4e4;
	margin-bottom:50px;
}

#footer a, #footer a:active, #footer a:visited{
	color:#7b7b7b;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}