body {
	background-color: #333333;
	margin:0px;
	width:800px;
	margin:75px auto 0;
}



#communityTable {
background-image:url("http://www.glassrecords.com/images/community_bg.jpg");
	background-repeat:repeat-y;
	width:800px;
}


#downloadsTable {
background-image:url("http://www.glassrecords.com/images/downloads_bg.jpg");
	background-repeat:repeat-y;
	width:800px;
}

#musicTable {
background-image:url("http://www.glassrecords.com/images/music_bg.jpg");
	background-repeat:repeat-y;
	width:800px;
}

td {
	font-family: verdana;
	line-height: 1.3em;
	font-size: 12px;
}





/*  JOURNAL  */

#journalNav {
	font-weight:bold;
	margin: 10px 0px 0px 15px;
}

.journalNavHeader {
	text-transform:uppercase;
}

#journalNav a {
	color:#000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
}

#journalNav a:hover {
	color:#CC0000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
}

#journal, #song {
	margin:20px;
}

#journal h1 {
	text-transform: uppercase;
	font-size: 12px;
}

#journal h2 {
	font-size: 12px;
	font-weight:bold;

}

#journal hr {
	border:0;
	height:1px;
	color:#000;
	background-color:#000;
}

.journalBody {
	color: #000000;
	line-height: 1.3em;
}

.journalDate {
	font-style: italic;
	font-size: 10px;
	color: #333333;
}








/*  DOWNLOADS  */

#downloadsNav {
	font-weight:bold;
	margin: 10px 0px 0px 15px;
}

.downloadsNavHeader {
	text-transform:uppercase;
}

#downloadsNav a {
	color:#000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
}

#downloadsNav a:hover {
	color:#CC0000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
}

#downloads, #song {
	margin:20px;
}

#downloads h1 {
	text-transform: uppercase;
	font-size: 12px;
}

#downloads h2 {
	font-size: 12px;
	font-weight:bold;

}

#downloads hr {
	border:0;
	height:1px;
	color:#000;
	background-color:#000;
}

.downloadsBody {
	color: #000000;
	line-height: 1.3em;
}

.downloadsDate {
	font-style: italic;
	font-size: 10px;
	color: #333333;
}





/*  MUSIC  */


#musicNav {
	color: #333;
	line-height: 1.5em;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 0px 0px 15px;
}

#musicNav a {
	color:#000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 9px;
}

#musicNav a:hover {
	color:#CC0000;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 9px;
}

.musicNavCover {
	margin:5px 0px 5px 0px;
}

.albumDetails {
	display:none;
	font-weight:normal;
	font-size:10px;
	text-transform: lowercase;
}

#musicNav .albumDetails a {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 10px;
}



#song h1 {
	font-size: 14px;
	font-weight:bold;
	text-transform: lowercase;
}


#song p {
	font-size: 10px;
	font-weight:normal;
	line-height: 1.5em;
}


.album {
	padding-top:10px;
	line-height: 1.3em;
}

.songDeck {
	font-weight:bold;
	line-height: 1.3em;
	font-size: 10px;
	
}

.chorus {
	font-weight:bold;
}



/*  COPYRIGHT  */

.copyright {
	font-size: 9px;
	color: #888;
}



a.copyrightLink:link {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}


a.copyrightLink:hover {
	color: #F00;
	text-decoration: none;
	font-weight: normal;
}



a.copyrightLink:active {
	color: #FAA;
	text-decoration: none;
	font-weight: normal;
}


a.copyrightLink:visited {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}





/*  MAILING LIST  */

.mlist {
	background-color: #EEE;
	color: #333;
}

.mheader {
	background-color: #000;
	color: #CCC;
	font-weight: bold;
}


a.mlink:link {
	color: #C00;
	text-decoration: underline;
	font-weight: normal;
}


a.mlink:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}



a.mlink:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}


a.mlink:visited {
	color: #C00;
	text-decoration: underline;
	font-weight: normal;
}





/*  GENERAL  */


a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}



a:active {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}


a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}