@charset "UTF-8";

html {
	font-size: 100%;
	height: 101%;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Verdana, sans-serif;
	font-size: 13px;
}

.header{
	width:796px; 
	height: 204px;
	margin-left: auto; 
	margin-right: auto;
}

				.header ul{
					padding-left: 0px;
					margin-left: 0px;
					padding-right: 0px;
					margin-right: 0px;
					padding-top: 0px;
					margin-top: 0px;
					padding-bottom: 4px;
					margin-bottom: 0px;
				}
				
				.header li{
					display: inline;
				}

	.navigation {
		height: 30px;
		clear: both;
		padding-top: 15px;
		font-size: 13px;
	}
	
					.navigation a:link, .navigation a:visited, .navigation a:hover {
						color: #111111;
						text-decoration: none;
						margin-left: 11px;
						margin-right: 15px;
					}
					
					.navigation a:hover{
						color: #cccccc;
						background-color:#111111;
					}
	
.main{
	width:796px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	line-height: 1.25;
}

	.left-column{
		width: 370px;
		padding-right: 56px;
		float: left;
	}
	.right-column{
		width: 370px;
		float: left;
		padding-left:0px;
		padding-right:0px;
	}
	
	.separator{
		height: 40px;
		clear: both;
		border-bottom: thin solid #666;
	}

.footer{
	height: 80px;
	background-color:#ababab;
	padding-top: 20px;
	color: #222;
	font-size: 10px;
}

				.footer-inner{
					width:796px;
					margin-left: auto; margin-right: auto;
				}
				
				.footer-left{
					width: 200px;
					float:left;
				}
				
				.footer-right{
					width: 596px;
					float: left;
					text-align: right;
				}
				
				.footer ul{
					padding-left: 0px;
					margin-left: 0px;
					padding-right: 0px;
					margin-right: 0px;
					padding-top: 0px;
					margin-top: 0px;
					padding-bottom: 4px;
					margin-bottom: 0px;
					font-size: 10px;
				}
				
				.footer li {
					display: inline;
					margin-left: 5px;
					margin-right: 5px;
				}
				
				.footer a:link, .footer a:visited {
					color: #222;
					text-decoration: none;
				}
				
				.footer a:hover{
					color: #ccc;
					text-decoration: none;
					background-color:#222;
				}
				
.divider {
margin-top: 10px;
border-bottom: #aaa thin dotted;
padding-bottom: 20px;
}

/* TEXT CLASSES */
.thin {
	font-size: 12px;
	color:#333333;
}

.miniheading {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	float: right;
}

/* SITEWIDE ELEMENTS */
h1	{
	font-size: 16px;
	color:#333333;
}

h2, h3, h4{
	font-size: 14px;
	color:#111;
}

p	{
	text-align:justify;
}

li {
	margin-bottom: 10px;
	}
	
embed {
	margin-top: 15px;
	margin-bottom: 15px;
	}

a:link, a:visited {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#fff;
	background-color:#990000;
	text-decoration: none;
	font-weight: bold;
}

a img {
	background-color: #fff;
	border: none;
}

/* PLAYING PAGE */
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:40px;
	margin-top: 5px;
	}

.buttons {
	margin-right: 3px;
	vertical-align: text-bottom;
	border: 0;
	}/
	
	
/* VIDEO LIBRARY */

.vidtitle {
	font-size: 12px; 
	font-weight: bold;
	}
	
.viddesc {
	font-size:10px; 
	color:#555555;
	}
	
.vidtitle {
	font-size: 12px;
	font-weight: bold;
	}
	
form {
	padding: 0px;
	margin: 0px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	