body {
	font-family: verdana;
	font-size: 12px;
	margin: 0 auto;  
	padding: 0;
	text-align: center;
	background: #333;
	}

#wrapper {
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px auto 10px auto;
	width: 750px;
	border: 1px solid #666;
	background: #dedede;
	}

#header {
	margin-bottom: 10px;
	padding: 15px 20px 10px 20px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fff url(images/header_bg.gif);
	color: #000000;
	text-align: center;
	}

#content {
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	}

#sidebarwrapper {
	float: left;
	margin-right: 5px;
	border: 1px solid #bbb;
	width: 145px;
	background: #fefefe;
	color: #333;
	text-align: left;
	}

#sidebartitle {
	background-color: #ccc;
	background: url(images/row_sm_bg.gif);
	border-bottom: 1px solid #ccc;
	height: 15px;
	font-size: 1px;
	}

#sidebarmaintext {
	padding: 10px;
	}	

#sidebar ul {
	list-style-image: url(images/li.gif); 
	}

#sidebar a:link	{ 
	font-family: verdana; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #333399; 
	}

#sidebar a:visited { 
	font-family: verdana; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #333399; 
	}

#sidebar a:hover { 
	font-family: verdana; 
	font-size: 11px;
	font-weight: bold;
	background-color: #333399; 
	text-decoration: none; 
	color: #fff; 
	}

#maintextwrapper {
	float: left;
	margin-left: 5px;
	padding: 0px;
	margin-bottom: -5px;
	border: 1px solid #bbb;
	width: 570px;
	background: #fefefe;
	color: #333;
	text-align: left;
	}	

#maintexttitle {
	padding-top: 6px;
	padding-right: 17px;
	text-align: right;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	background: url(images/row_bg.gif);
	color: #555;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.25em;
	}

#maintext {
	padding: 20px;
	}

#footer {
	margin: 0;
	text-align: center;
	padding-top: 6px;
	padding-right: 17px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fafafa;
	color: #333;
	font-size: 11px;
	height: 21px;
	background: url(images/row_bg.gif);
	}

#contactform {
	}

p 	{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	}

img {
	border: none;
	margin-right: 2px;
	}

li	{
	margin-bottom: 12px;
	}

a:link	{ 
	text-decoration: none; 
	color: #333399; 
	}

a:visited { 
	text-decoration: none; 
	color: #333399; 
	}

a:hover { 
	background-color: #333399; 
	text-decoration: none; 
	color: #fff; 
	}

embed {
	margin-left:95px;
	margin-top: 15px;
	margin-bottom: 15px;
	width:320px; 
	height:266px; 
	border: 2px solid #333;
	}

form p {
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
	}

input, textarea {
	padding-left: 2px;
	width: 225px;
	border: solid 1px #999999;
	background-color: #fafafa;
	font-family: verdana;
	font-size: 11px;
	vertical-align: text-top;
	}

textarea {
	height: 100px;
	}

.spacer {
	clear: both;
	}

div.heading {
	letter-spacing: 0.09em;
	margin-top: 15px;
	font-weight: bold;
	width: 75%;
	border-bottom: dotted 1px #999;
	}

div.pieces {
	margin-top: 5px;
	margin-left: 100px;
	}

.pieces p {
	text-align: left;
	margin: 2px;
	}

div.tracks {
	margin-left:100px;
	margin-top: 5px;
	}

div.tracks a:hover {
	background: transparent;
	}

.buttons {
	margin-right: 3px;
	vertical-align: text-bottom;
	}

input.submit {
	width: auto;
	}