@CHARSET "UTF-8";

#main_content {
	background-color: #CC0000;
	width: 100%;
	background-image: url(../images/background-red.gif);
	background-repeat: repeat-x; 
	height: 700px;
}

#bh_logo {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 975px;
	height: 155px;	
	text-indent: -9000px;
	outline: none;
	background: transparent url(../images/head-logo.png) no-repeat;
}

#gear_div {
    width: 975px;
    height: 500px;	
}

#q_work {
width: 100%;
	background: transparent url(../images/background.png) 0px 155px no-repeat;
}

#gear_div {
width: 975px;	
}

#hub_content {
	float: left;
	position: relative;
	margin-left: 100px;
	color: white;
	width: 650px;
}

#hub_content h1 {
	font-weight: normal;
	font-size: 36px;
	color: white;
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
}

#hub_content div {
	width: 800px;
	color: white;
	font-size: 20px;
	line-height: 1.5em;
	margin-top: -10px;
	font-weight:lighter;
	font-family: "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, sans-serif;
}

#q_about_title {
	display: block;
	position: absolute;
	right: 20px;
	top: 51px;
	width: 95px;
	height: 34px;
	background: transparent url(../images/title-about.png) top left no-repeat;
	text-indent: -9000px;
	outline: none;
}

#nav_content a {
	display: block;
	font-size: 15px;
	color: white;
	height: 24px;
	width: 195px;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 8px;
	background-image: url(../images/nav-button-2.png);
}

#nav_content a:hover {
	background-image: url(../images/nav-button-1.png);
}

#nav_content {
	width: 196px;
	float: right;
	margin-top: 98px;
	margin-right: 20px;
}
