@charset "UTF-8";

html, body1, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
}

body1 {
	background: url(/themes/default/images/color-fade-bg.gif) repeat-x top left #000; 
}

#splashWrap {
	width: 980px;
	margin: 0 auto;
}


#colabWrap {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

#artistFeature {
	width: 650;;
	float: left;
	height: 275px;
}

#demoWrap {
	width: 320px;
	height: 275px;
	float: right;
}

#activeWrap {
	width: 100%;
	overflow: hidden;
	height: 180px;
	margin-bottom: 10px;
}

#activeBoxLeft {
	width: 485px;
	background: url(/themes/default/images/activeHorzBox.jpg) top left no-repeat;
	height: 180px;
	float: left;
}

#activeBoxRight {
	width: 485px;
	background: url(/themes/default/images/activeHorzBox.jpg) top left no-repeat;
	height: 180px;
	float: right;
}

.activeContent {
	width: 460px;
	height: 135px;
	margin: 10px auto 0 auto;
	background-color: #000;
	overflow: hidden;
}

#recentWrap {
	background: #000;
	width: 100%;
	overflow: hidden;
	height: 384px;
	margin-bottom:15px;
}

.recentBox {
	width: 320px;
	margin: 0 10px 0 0;
	height: 384px;
	background: url(/themes/default/images/recentVertBox.jpg) top left no-repeat; 
	float: left;
	
}

.recentContent {
	width: 310px;
	height: 335px;
	margin: 10px auto 0 auto;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: scroll;
}

.recentBoxLast {
	width: 320px;
	margin: 0 0 0 0;
	height: 384px;
	background: url(/themes/default/images/recentVertBox.jpg) top left no-repeat;
	float: right;
}

#footerbanner {
	width: 100%;
	overflow: hidden;
}

#splashWrap h1 {
	margin: 10px 0 0 30px;
	color: #f3f3f3;
	font-size: 14px;
}
