body {
	margin: 0px;
	padding: 0px;
	background-color: #789EC0;
	background-image: url(../assets/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11pt;
	text-align: left;
}

div#container {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	background-image: url(../assets/content_background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#title {
	width: 100%;
}

div#browse {
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-top: 5px;
}

div#about {
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	background-color: #EBEBEB;
}

td {
	vertical-align: top;
	width: 120px;
	text-align: center;
}

td.artists {
	width: 100px;
	font-size: 9pt;
}

form,select {
	width: 255px;
	float: right;
}

p.count {
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link {
  color: #303030;
}

a:visited {
  color: #303030; 
}

a:hover {
  color: #CC3300;
}

a:active {
  color: #303030;
}

img.thumbnail {
	top: 0px;
	left: 0px;
	padding: 10px;
	border: 3px dotted #666666;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}