@charset "UTF-8";
/* CSS Document */

body {
	
	width:100%;
	
	background-color:#000000;
	background-repeat:repeat;
	padding-bottom: 2px;
	margin:0px 0px;
	text-align:center;
	overflow-x:hidden;	
}
 
#content {
	width:1000px;
	margin: 0px auto;
	text-align:left;
	padding:0px;
	height:auto;
	
	
	

}
 
 #logo {
 	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	height:155px;
	width:248px;
	display:block;
	clear:both;
	background:url(../logos/new_brixton-logo.jpg) no-repeat #000000; 
	
 
 }
 
.global {
	position:absolute;
	width:1000px;
	top:3%;
	height:auto;
	background-color:#000000;
	
	
}

/*NAVIGATION MAIN LEFT*/

#navigation {
	position:relative;
	height:381px;
	width:266px;
	padding-top:19px;
	background:url(../bg/nav_grad.png) repeat;

}

.nav_bar {
	display:block;
	margin-bottom:0px;
	margin-top:15px;
	margin-left:15px;
	min-height:18px;
	min-width:200px;
	visibility:visible;
	z-index:100;
	padding-top:10px;
	
}


div#home {

	background:url(../png_nav/home.png) no-repeat;
	height:18px;
}

div#home:hover {
	background:url(../png_nav/home_roll.png) no-repeat;
	height:18px;
	
}

div#about {
height:18px;
	background:url(../png_nav/about.png) no-repeat;
}

div#about:hover {
	background:url(../png_nav/about_roll.png) no-repeat;
	height:18px;
}

div#current {

	background:url(../png_nav/currnet.png) no-repeat;
	height:18px;
}

div#current:hover {
	background:url(../png_nav/currnet_roll.png) no-repeat;
	height:18px;
}

div#past {

	background:url(../png_nav/email.png) no-repeat;
	height:18px;
}

div#past:hover {
	background:url(../png_nav/email_roll.png) no-repeat;
	height:18px;
}

div#press {

	background:url(../png_nav/press.png) no-repeat;
	height:18px;
}

div#press:hover {
	background:url(../png_nav/press_roll.png) no-repeat;
	height:18px;
}

div#references {

	background:url(../png_nav/ref.png) no-repeat;
	height:18px;
}

div#references:hover {
	background:url(../png_nav/ref_roll.png) no-repeat;
	height:18px;
}

div#contact {
height:18px;
	background:url(../png_nav/contact.png) no-repeat;
}

div#contact:hover {
	background:url(../png_nav/contact_roll.png) no-repeat;
	height:18px;
}

div#news {

	background:url(../png_nav/news.png) no-repeat;
	height:18px;
}

div#news:hover {
	background:url(../png_nav/news_roll.png) no-repeat;
	height:18px;
}


/*subnav*/

#sub_nav {
	position:relative;
	bottom:50px;
	margin-top:80px;
	clear:both;
	min-height:20px;
	width:69%;
	left:31%;
	
}

.feet {
	float:left;
	margin-left:10px;
	color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

/*FOOTER*/

.footer {
	margin-left:19%;
	margin-top:0px;
	background:url(../footer/footer.jpg);
	height:57px;
	width:610px;
}

/*MAIN PAGE*/

.main_home {
	position:relative;
	
	width:100%;
	min-height:400px;
	margin:0;
	background:url(../bg/main_back.jpg) no-repeat #000000;
	
	
}

.main_text_content {
	
	
	width:70%;
	position:absolute;
	right:4px;
	top:0px;
}




/*Text Stylization */

.test_style_1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

div.feet a: {
	color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;

} 

div.feet a:link {color:#666666;
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;}     /* unvisited link */
div.feet a:visited {color: #666666;
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;}  /* visited link */
div.feet a:hover {color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;}   /* mouse over link */
div.feet a:active {color: #666666;
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;}
