/*
   Treble Damage Style Sheet
   Author: Jon Ruberts
   Date:   April, 2010

   Filename:         index.css
   Supporting Files: none

*/

body{
/*	background-image: url(images/bckgrd7.png);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	}

#wrapper{
	width:100%;
	height:99%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	}

#contents {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
	}
	
#navigation{
	float:left;
	margin-top:12%;
	margin-left:5%;
	}

#navigation a:hover{
	color:black;
	background-color:transparent;
	}
	
#navigation a{
	display:block;
	padding:2px;
	margin:5px 5px 5px 0px;
	font-size:2em;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:red;
	border:1px solid black;
	}

#navigation span{
	display:block;
	padding:2px;
	margin:5px 5px 5px 0px;
	font-size:2em;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:red;
	border:1px solid black;
	background-color:transparent;
	}
	
.nav1{
	background-color:white;
	}
	
#tdlogo{
	margin-top:2%;
	margin-left:2%;
	}	

#footer{
	float:left;
	clear:left;
	margin-top:2%;
	margin-left:35%;
	}
	
address{
	color:red;
	text-align:center;
	font-style:normal;
	font-family:sans-serif;
	font-size:.75em;
		}
		
#navigation2 a, span{
	font-family:sans-serif;
	font-size:.75em;
	display:inline;
	color:red;
	text-decoration:none;
	}
	
#navigation2{
	text-align:center;
	}
	
#navigation2 a:hover{
	color:black;
	}
	
#music{
	position:absolute;
	right:0%;
	top:0%;
	}	
