/* CSS Document */
body {
	background-color: #a81a28;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: #0000FF;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	height: 400px;
}
#headspace {
	width: 960px;
	height: 60px;
	margin: 0px auto 0px auto;
	background-image: url(/images/headspace_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #ffffff;
}
#headspace ul {
	margin: 30px 0px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	float: right;
}
#headspace ul li {
	display: inline;
}
#headspace ul li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
#headspace ul li a:hover {
	color: #FFCC00;
}
#toprib {
	margin-left: 0px;
	margin-right: 0px;
	height: 150px;
	background-color: #000000;
}
#header {
	width: 960px;
	height: 150px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(/images/top_rib_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#head_slide_space {
	width: 960px;
	height: 31px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(/images/at_bcf_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_rib {
	margin: 31px 0px 30px 0px;
	height: 40px;
	background-color: #000000;
}
#footer {
	width: 960px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 11px 0 0 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #ffffff;
	font-size: 12px;
}
#footer ul li a:hover {
	color: #FFCC00;
}
.clear_left {
	clear: left;
}
