div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,strong,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

body {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #E1E1E1;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
a {
	text-decoration: none;
	color: #F66;
}
a:hover {
	color: #F66;
	text-decoration: underline;
}
strong {
	color: #dc480e;
	font-weight: normal;
}
.indexclass {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}





#wrapper {
	position: absolute;
	margin: 0 0 0 -700px;
	padding: 0px;
	overflow: auto;
	left: 50%;
	width: 1400px;
}
#header {
	height: 36px;
	background-image: url(../images/artist_index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	padding: 0;
}
#header_left {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	position: relative;
}
#header_left h1 {
	position: absolute;
	top: -2px;
	right: 10px;
}

#header strong {
	color: #666;
	line-height: 2.5em;
	position: absolute;
	left: 15px;
	top: 0px;
}
#header strong a {
	color: #999;
	text-decoration: none;
}
#header strong a:hover {
	color: #999;
	text-decoration: underline;
}


#container {
	position: relative;
}
#primary {
	width: 745px;
	margin-left: 250px;
}
#secondary {
	width: 245px;
}
#footer {
	height: 200px;
}

