/* CSS Document */
/*div {
	border: 1px solid #0099FF;	
}*/

/*BODY*/
#body_index {
	position: relative;
	height: 600px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	position: absolute;
	height: 125px;
	width: 700px;
	top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	color: #003399;
}
#welcome {
	position: absolute;
	top: 130px;
	width: 700px;
	height: 50px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-align: center;
}

#welcome a {
	padding-left: 10px;
	text-align: right;
	text-indent: 10px;
	white-space: nowrap;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
#welcome a:hover {
	background-image: url(../images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0033FF;
}
#left {
	position: absolute;
	height: 50px;
	width: 180px;
	left: 0px;
	top: 0px;
}
#right {
	position: absolute;
	height: 50px;
	width: 180px;
	right: 0px;
	top: 0px;
}
#index_ticker {
	position: absolute;
	height: 25px;
	width: 340px;
	left: 180px;
	top: 0px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#slide_show {
	position: absolute;
	top: 185px;
	width: 700px;
	height: 400px;
	left: 0px;
}
#ArtistBox {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*#ArtistBox {
	font-size: 16px;	
}*/
