@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: helvetica;
	font-size: 14px;
	color: #000000;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #33FF00;
}

body {
	background-color: #FFFFFF;
	background-image: url(file:///Mac%20HD/Users/Edit2/Desktop/wunderarts-new/images/site/bg-elements/bg.png);
	background-repeat: repeat-x;
}

#maincontainer {
	margin: 0 auto;
	height: 770px;
	width: 920px;
	background-image:url(../images/site/bg-elements/main-box.png);
}

#navcontainer {
	height: auto;
	width: 150px;
	position:relative;
	top: 250px;
	left: 75px;
}

#textcontainter {
	height:510px;
	width: 520px;
	position: relative;
	left: 350px;
	bottom: 185px;
	overflow-x:hidden;
	overflow-y:auto;
}

#artistcontainter {
	height:510px;
	width: 520px;
	position: relative;
	left: 350px;
	bottom: 185px;
	overflow-x:hidden;
	overflow-y:auto;
}

.navbutton {
	padding-bottom:10px;
}

.header {
	font-size: 18px;
	color: #79bb44;
	font-weight: bolder;
}

.secondaryheader {
	font-size: 16px;
	font-weight: bolder;
}

.thumbpadding {
	border: 2px;
	border-style:solid;
	border-color:#FF9900;
	padding: 5px;
}
