	@charset "UTF-8";
/* CSS Document */
body{
	background:#eee url(img/bfbg.jpg) repeat; 
	font-family: "MyUnderwood", "IM Fell DW Pica" , "American Typewriter", "Courier New", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
	}
	
@font-face {
	font-family: "MyUnderwood";
	src: url("MyUnderwood-webfont.eot") format("opentype");
	src: local('☺'), 
		url("MyUnderwood-webfont.ttf") format("truetype"),
		url("MyUnderwood-webfont.woff") format("woff"),  
		url("MyUnderwood-webfont.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}
	
b, strong
	{
	font-weight: 500;
	}

i, em
	{
	font-style: italic;
	}
	
a {
	color:#205b6f; text-decoration:none;}
a:hover {
		color:#32acf2; text-decoration:none;}

table {
	margin:10px;
	padding:10px
	}
	
.top_header{
	background: url(img/bf_polaroid2.png) no-repeat; 
	width:656px; 
	height:570px; 
	margin:0 auto; 
	position:relative; 
	right:190px;
	}
	
.main_navigation{
	position:relative; 
	left:630px; 
	top:142px; 
	width:171px; 
	height:286px; 
	z-index:51;
	}
	
.main_navigation #touchus{margin-top:-8px;}
.main_navigation #discog{margin-top:-10px;}
.main_navigation #videos{margin-top:-8px;}
.main_navigation #blog{margin-top:-10px;}

a:hover.tab img{background:#6CF;}
a:active.tab img{background:#6CF;}

h3{}

h4{}

.content {
	display:block;
	width:66%;
	border-right: .07em dashed #666;
	border-left: .07em dashed #666;
	margin: 1em auto 1em auto;
	padding:1em;
	}
	
.footer {
	display:block;
	width:66%;
	margin: 2em auto 0 auto;
	padding:0;
	text-align:right;
	color:#a7a7a7;
	font-size: .75em;
	}
	
.footer a {color: #777}
.footer a:hover {color: #f29f32}
