/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

#maincontainer {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 120px;
	width: 800px;
	position:relative;
}

#nav {
	height: 450px;
	width: 150px;
}

#content {
	width: 650px;
	height:800px;
	position:relative;
	background-repeat: no-repeat;
	padding: 0px;
	background-image: url(../images/text-box_07.png);
	bottom: 450px;
	left: 150px;
}

#text {
	width:620px;
	margin:0 auto;
	padding-top:20px;
	text-align:justify;
}

#footer {
	height: 50px;
	width: 800px;
	position:relative;
}

.toplink{
	padding-top: 30px;
	padding-bottom: 10px;
}

.link{
	padding-top: 10px;
	padding-bottom: 10px;
}

.Import-Info{
	padding-top: 10px;
	padding-bottom: 10px;
}

.style1 {
	color: #8FC65D;
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #8FC65D;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.Header {color: #8FC65D}

.ArtistHeader {color: #8FC65D; font-weight: bold; }

.headertag {
	position:relative;
	padding-bottom:0px;
	margin-bottom: 0px;
	bottom: 30px;
}

.art {
	padding-right: 2px;
	padding-left: 2px;
}

.npbuttons {
	padding-bottom:120px;
	padding-left:5px;
	padding-right:5px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 580px; 
	height: 350px;
	overflow: hidden;
	background-image:url(../images/bg-section.png);
	background-repeat: no-repeat;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:580px;
	height:350px;
	overflow:hidden;
	float:left;
	padding:1em;		
}

div.scroller div.content {
	width: 10000px;
}

div#section2 {
	color:#ffffff;
}