html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(home2.jpg);
	background-repeat: no-repeat;
	/*background-image: url(home.jpg);
	background-repeat: repeat;*/
	background-attachment: scroll;
	clear: both;
	background-position: left;
	font-size:100%;
}


a {
	text-decoration:none;
}
	
	
	
	
/* rotating banner */

div.wrap {
width : 675px;
margin : 0 auto;
text-align : left;
z-index:1;
}

	
	
/*   fonts    */
	
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League-Gothic/League_Gothic-webfont.eot');
    src: url('fonts/League-Gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League-Gothic/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League-Gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League-Gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}	

	
	
/* css */	
	
.container {
	margin: 0 auto;
	width: 675px;
	height:auto;
	position:relative;
	margin-top:15px;
	margin-bottom: 10px;
	padding-bottom: -10px;
	/*background-color:#251305;*/
	border: solid 2px #261305;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
 .topnav {
	background-image:url(images/bg-gradient.jpg);
	clear:both;
	height: 110px;
	background-repeat: repeat-x;
 }
 
 .clear {
 clear: both;
 height:1px;
 }
 
.bodyCopy {
	font-family: 'OpenSansRegular', Helvetica, Arial;
	font-size:.8em;
	line-height:1.2em;
	color: #FFF;

}
 
 #banner {
	background-color: #000000;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 5px;
	z-index:0;
	width:900px;
	height:300px;
 }

#navbar {
	text-transform:uppercase;
	background-image:url(images/nav-gradient2.jpg);
	background-color:#6B3C19;
	height: 44px;
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 50;
	/* border-top: solid 2px #CAB3A3;*/
	 border-bottom: solid 2px #261305;
	 border-top: solid 2px #261305;
	 border-right: solid 2px #261305;
	 border-left: solid 2px #261305;
	/* border-right: solid 1px #7F6041;
	 border-left: solid 1px #7F6041;*/
	 margin-right:-14px;
	 margin-left:-14px;
	 clear:both;
	 vertical-align:middle;
}

#tslow-logo{
	background-image: url(images/tslow-logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 350px;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


.header {
	font-family: 'LeagueGothicRegular', Helvetica, Arial;
	font-size: 1.5em;
		color: #FFF;

}

#white8pt {
	
}

.homeContent {
	clear:both;
	padding: 20px;
}

.navContainer {
	margin: 0 auto;
}



#contentWrapper {
	background-color:#000000;
	background-image:url(greybackground.png);
		background-repeat: repeat;

	clear:both;
}

