/*
   Treble Damage Style Sheet
   Author: Jon Ruberts
   Date:   April, 2010

   Filename:         terms.css
   Supporting Files: none

*/

body{
	/*background-image: url(images/fireworks0001.jpg);
	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;
	}
		
img{
	border-width: 0px;
	}

#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{
	font-family:sans-serif;
	font-size:.75em;
	display:inline;
	color:red;
	text-decoration:none;
	}
	
#navigation2{
	text-align:center;
	}
	
#navigation2 a:hover{
	color:black;
	}
	
#navigation2 span{
	color:black;
	font-family:sans-serif;
	font-size:.75em;
	}
	
#textblock{
	color:white;
	position:absolute;
	left:50%;
	top:27%;
	font-family:sans-serif;
	width:400px;
	height:200px;
	overflow:auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
