body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: rgb(81,52,28);
	color: rgb(0,51,0);
	margin:0; padding:0;
	text-align:center;
	}

table {
	font-size:13px;
	}
	
a {
	color: rgb(0,51,0);
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	/*color: rgb(204,0,0);*/
	text-decoration:underline;
	}

a.subhead {
	color:rgb(81,52,28);
	font-weight:bold;
	text-decoration:none;
	}

a.subhead:hover {
	color:rgb(255,255,255);
	text-decoration:none;
	}

p {
	margin-top:0; margin-bottom:0;
	padding-top:6px; padding-bottom:6px;
	}

.bigger1 {
	font-size:14px;
	}

.bigger2 {
	font-size:14px;
	}

.smaller1 {
	font-size:12px;
	}

.bold {
	font-weight:bold;
	}

.italic {
	font-style:italic;
	}
	
.centered {
	text-align:center;
	}
	
.topalign {
	vertical-align:top;
	}

.top0 {
	margin-top:0;
	padding-top:0;
	}
	
.bottom0 {
	padding-bottom:0;
	}

.top10 {
	padding-top:10px;
	}

/*############################################
###  PAGE LAYOUT
##############################################*/

div#page_container {
	position:relative;
	width:795px; height:100%;
	background-color:rgb(255,255,255);
	margin-left:auto; margin-right:auto;
	border:0px solid yellow;
	}

div#header_container {
	position:absolute;
	left:0px; top:0px;
	width:795px; height:208px;
	background-color:rgb(255,255,255);
	background-image:url('images/dgheader2.gif');
	}

div#content_container1 {
	position:absolute;
	width:795px; height:auto;
	left:0px; top:208px;
	background-color:rgb(255,255,255);
	border:0px solid red;
	}

div#content_container2 {
	position:relative;
	width:735px; height:auto;
	margin-left:auto; margin-right:auto;
	margin-bottom:15px; margin-top:10px;
	background-color:rgb(255,255,255);
	text-align:left;
	border:0px solid blue;
	}
	

div.heading {
	color: rgb(51,0,0);
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid rgb(51,0,0);
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom:15px;
	}

div.subheader_content {
	background-color:#B9E5B3;
	border-top:1px solid #194313;
	border-bottom:1px solid #194313;
	margin-bottom:20px;
	width:735px;
}

div.subheader_nocontent {
	border-top:1px solid #194313;
	margin-bottom:20px;
	width:735px;
}


div#newsquote {
	position:relative;
	width:575px; height:auto;
	margin-left:auto; margin-right:auto;
	margin-bottom:0px; margin-top:40px;
	text-align:center;
	font-size:15px;
	border:0px solid black;
	}

.ogtd_container_table {
	width:100%;
	}

.ogtd_container_table, .ogtd_performer_line, .ogtd_column_headers, .ogtd_show_data_row1, .ogtd_show_data_row2 { 
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	}

.ogtd_performer_line, .ogtd_column_headers, .ogtd_show_data_row1, .ogtd_show_data_row2 { 
	color: rgb(0,51,0);
	font-size:13px;
	}

.ogtd_column_headers {
	color: rgb(51,0,0);
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid rgb(51,0,0);
	padding-bottom:2px;
	}

table.mp3s {
	padding-top:1px;
	}

table.mp3s td {
	padding-left:12px;
	}

table.mp3s td.col1 {
	padding-left:0px;
	}
	
table.mp3s tr.size td {
	padding-top:2px;
	}

/*############################################
###  HEADER LINKS
##############################################*/
div#header_links a {
	position:absolute;
	display:block;
	text-decoration:none;
	border:0px solid blue;
	
	}

div#header_links a span {
	visibility:hidden;
	font-size:1px;
	}

div#header_links a#hdr_home {
	left:327px; top:135px; 
	width:51px; height:18px;
	}

div#header_links a#hdr_bio {
	left:413px; top:135px; 
	width:30px; height:18px;
	}

div#header_links a#hdr_shows {
	left:485px; top:135px; 
	width:57px; height:18px;
	}

div#header_links a#hdr_music {
	left:586px; top:135px; 
	width:55px; height:18px;
	}
div#header_links a#hdr_contact {
	left:684px; top:137px; 
	width:70px; height:16px;
	}
