html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color:#366aa6;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}
#container {
	width: 750px;
	margin-top: 30px;
}
#banner {
	width: 750px;
	height: 80px;
}
.no_outline {
	outline: none;
}
#menu {
	width: 125px;
	float: left;
	margin-top: 32px;
	text-align: left;
	padding-left:10px;
}
#index_container {
	width: 625px;
	text-align: left;
}
#content_container {
	width: 615px;
	float: right;
	text-align: left;
}
#text {
	margin-top: 15px;
	margin-left: 12px;
	margin-bottom: 10px;
	text-align: left;
}
.thumb_containter {
	background-color:#333333;
	margin: 10px;
	height: 115px;
	width: 100px;
	float: left;
	bottom: auto;
}
.thumb_black {
	margin: 12px;
	height: 115px;
	width: 100px;
	float: left;
	bottom: auto;
}

.thumb {
	height:100px;
	text-align:center;
}
.name {
	height: 15px;
	font-size: 12px;
}
.title {
	font-weight:bold;
}
#index_footer {
	padding-top: 20px;
	font-size: 12px;
	width: 625px;
	height: 30px;
	clear: both;

}
#footer {
	margin-top: 30px;
	font-size: 12px;
	width: 625px;
	height: 30px;
	clear: both;
	float: right;
}


/*Artist pages*/
#indent {
	margin-left: -5px;
}
#artist_menu a:hover{
	margin-left: -5px;
}

#artist_title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#artist_text {
	text-align: left;
	width: 380px;
	float: left;
	margin-left: 20px;
}
#artist_pic {
	height: 335px;
}
#spacer {
	height: 30px;
	clear: both;
	text-align: center;
	font-size: 12px;
}
#mini_gallery {
	float:right;
	width: 615px;
	height: 250px;
}
.artist_container_med{
	float: right;
	width: 196px;
	margin-bottom: 20px;
}
.artist_container{
	width: 125px;
	margin: 14px;
	float: left;
}
.artist_thumb {
	height: 160px;
	width: 125px;
}
.artist_info_med {
	width: 196px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.artist_info {
	width: 125px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}


