#header {position: relative;}
#logo {position: absolute; margin-top: 9px; left: 680px;}
#header {width: 800px; margin: 10px auto; text-align: center;}


body {margin: 0; padding: 0; background: #fff; text-align: center; font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color: #000;}
table, td {font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; color: #000;}

#content {float: left; width: 450px;}

#sidebar {float: right; width: 200px; font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;}
/*
#sidebar h2 {font-size: 12px; margin: 0;}
#sidebar h3 {font-size: 11px; margin: 0;}
#sidebar h4 {font-size: 10px; margin: 0;}
*/

#content .box h2 {border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 12px;}
#sidebar .box h2 {border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 11px;}

img {border: 0;}
img.left {float: left; margin: 2px 10px 5px 0; border: 0;}
img.right {float: right; margin: 2px 0 5px 10px; border: 0;}
img.across {margin: 0 0 10px 0; border: 0;}



ul {list-style: none outside; margin: 0; padding: 0 0 1em 0;}
ul.square {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
ul.circle {list-style: circle outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .3em;}
ul ul.circle {margin-top: .3em;}
ul ul.square {margin-top: .3em;}

a:link, a:visited {color: #0466a7; text-decoration: none;}
a:hover, a:active {color: #0466a7; text-decoration: underline;}


.vid_box {
	border: 2;
	padding: 10px;
	border-style: solid;
	width: 600px;
	margin: 10px;
}

.vid_song {
	font-size: 18;
	font-weight: bold;
	font-face: arial;
	color: red;
}

.vid_name {
	font-size: 14;
	font-weight: bold;
	font-face: arial;
	color: green;
}

.vid_loc {
	font-size: 12;
	font-weight: normal;
	font-face: arial;
	font-style: italic;
	color: #888888;
}

.vid_thumb {
	position: relative;
	display: block;
	float: right;
	margin: 0 10px 10px 10px;
	text-decoration: none;
}