#wrapper {

margin: 0 auto;
width: 1024px;

}

#container {

width: 100%;
height: 100%;
min-height: 755px;
background-color: #000000;
position: relative;

}

#header {


width: 1024px;
height: 175px;
background-image: url(images/topbanner.png);

}

#navbar {

width: 990px;
height: 44px;
font-family: verdana;
background-image: url(images/menugradient.png);
background-color: #ffffff;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative; top: 17px; left: 17px;

}

#content {

font-family:Verdana;
background-image: url(images/contentbg.png);
background-repeat: no-repeat;
background-color: #ffffff;
float: left;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
padding: 20px 10px 10px 20px;
width: 696px;
height: inherit;
height: 100%;
min-height: 100%;
position: relative; top: 34px; left: 17px;
margin: 0 auto 45px;
}

#showpanel {

font-family: Arial;
float: right;
background-repeat: no-repeat;
background-color: #c3d9ff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding: 5px;
height: 180px;
width: 227px;
position: relative; top: 34px; right: 17px;
overflow-y: hidden;
overflow-x: hidden;


}

#mediarow {

float: right;
width: 247px;
overflow: hidden;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
position: relative; top: 51px; right: 17px;

}

#footer {

width: inherit
font-family:"Arial";
font-size: xx-small;
color: #ffffff;
float: inherit;
clear: both;
background-color: #000000;
position: relative;

}

.navigation {

position: absolute; top: 9px; left: -41px;

}

.navigation ul {

margin: 0px 0px 60px 0px;

}

.navigation li {

width: inherit;
list-style-type: none;
margin: 0px 0px 0px 0px;
display: inline;
float: left;
border-left:  1px #000000 solid;

}

.navigation li a {

background-color:transparent;
color: #000000;
font-family: verdana;
font-size: 18px;
text-decoration: none;

}

#navbar #topnav li#nav-home a {padding: 9px 30px 12px 36px; }
#navbar #topnav li#nav-home a:hover {
	color: #ffffff;
	padding: 9px 30px 12px 36px;
	background-color: #fb9620;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
#navbar #topnav li#nav-about a {padding: 9px 36px 12px 36px; }
#navbar #topnav li#nav-about a:hover {
	color: #ffffff;
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;
}

#navbar #topnav li#nav-artists a {padding: 9px 36px 12px 36px; }

#navbar #topnav li#nav-artists a:hover {
	color: #ffffff;	
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;

}

#navbar #topnav li#nav-store a {padding: 9px 36px 12px 36px; }
#navbar #topnav li#nav-store a:hover {
	color: #ffffff;
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;
}

#navbar #topnav li#nav-tour a {padding: 9px 36px 12px 36px; }
#navbar #topnav li#nav-tour a:hover {
	color: #ffffff;
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;
}

#navbar #topnav li#nav-media a {padding: 9px 36px 12px 36px; }
#navbar #topnav li#nav-media a:hover {
	color: #ffffff;
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;
}

#navbar #topnav li#nav-blog a {padding: 9px 36px 12px 36px; }
#navbar #topnav li#nav-blog a:hover {
	color: #ffffff;
	background-color: #fb9620;
	padding: 9px 36px 12px 36px;
}

#navbar #topnav li#nav-contact a {padding: 9px 38px 12px 33px; }
#navbar #topnav li#nav-contact a:hover {
	color: #ffffff;
	padding: 9px 38px 12px 33px;
	background-color: #fb9620;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	
}

.headline { font-family: Verdana;
font-size: larger; font-weight: bold;  }

.H1 {
font-family: Verdana;
font-size: xx-large;
color: black;
}

.H2 {
font-family: Verdana;
font-size: x-large;
color: black;
}

.H3 {
font-family: Verdana;
font-size: larger;
color: black;
}

.H4 {
font-family: Verdana;
font-size: large;
color: black
}

.H5 {
font-family: Verdana;
font-size: medium;
color: black;
}

.H6 {
font-family: Verdana;
font-size: small;
color: black;
}

.H7 {
font-family: Verdana;
font-size: smaller;
color: black;
}

.H8 {
font-family: Verdana;
font-size: x-small;
color: black;
}

.H9 {
font-family: Verdana;
font-size: xx-small;
color: black;
}