
.artist_pic_box{
	display: inline;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-color: black;
	text-align: center;
	
}

.artist_pic{	
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.title_box{
	color: #D42000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.text_in_box{
	color: black;
	font-size: 12px;
	text-align: left;
	
}

.pic_in_box{
	color: black;
	font-size: 12px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


.back_box{
	position: absolute;
	top: 500px;
	left: 430px;
	height: 20px;
	width: auto;
	background: transparent;
	background-repeat: no-repeat;
	margin: 0px;
	visibility: hidden;
}

.top_ten_text{
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	margin-top: 5px;
	text-align: left;
}


#content_frame{
	height: 560px;
	width: 100%; /*width of menu*/
	background: white url(../images/backgrounds/home_bg.jpg) repeat-x center bottom;
	display: block;
	line-height: 0px;
	border: none;
}


#welcome_box{
	position: absolute;
	top: 140px;
	left: 10px;
	height: 250px;
	width: 380px;
	background: transparent;
	border-width: 2px;
	border-color: Black;
	border-style: none;
	line-height: 30px;
	font-size: 26px;
	color: #D42000;	
	text-align: left;
	margin: 0px 0px 0px 10px;
}

#welcome_box_text{
	position: static;	
	background: transparent;
	text-align: left;
	border-width: 2px;
	border-color: Black;
	border-style: none;
	line-height: 17px;	
	font-size : 12px;
	color: Black;	
	margin-left:0px;
	width: 100%;
	
}

#feat_art{
	position: absolute;
	top: 150px;
	left: 430px;
	height: 230px;
	width: 250px;
	background: black;
	font-size: 1px;
	line-height: 0px;
}

#top_ten{
	position: absolute;
	top: 150px;
	left: 695px;
	height: 210px;
	width: 230px;
	background-color: #FFFFCC;
	font-size: 10px;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	visibility: visible;
}

#news{
	position: absolute;
	top: 398px;
	left: 430px;	
	width: 248px;
	height: 132px;
	font-size: 12px;
	line-height: normal;	
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: #d3d3d3;
	color: black;
}

#new_sp{
	position: absolute;
	top: 380px;
	left: 695px;
	height: 150px;
	width: 230px;
	background: white;
	font-size: 12px;
	line-height: normal;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: left;
	color: #D42000;
	overflow: hidden;
}

#feat_box{
	position: absolute;
	top: 150px;
	left: 430px;
	height: 310px;
	width: 460px;
	padding: 10px;
	background-color: #eaeaea;
	border: 1px;
	border-color: black;
	border-style: solid;
	border-width: 2px;	
	visibility: hidden;
	overflow-y: scroll;
	line-height: normal;
	float: left;
	text-align: center;
	
}

