body { color:white; font-family: Myriad Pro, Tahoma, sans-serif; margin:0px; padding:0px;
background:#660000 url(images/classic-gray.jpg) no-repeat scroll center top;}

#meta { color:#888; }

#wrap {
	margin:0 auto;
	width:912px;
	height:100%;
	overflow:hidden;
	position:relative;
	
}

#inner_wrap {
	padding:0px;
	
}

/* HEADER STYLES */

#header {
	margin-top:30px;
	height:125px;
	padding-left:30px;
}

#logo {
	float:left;
}


/* CLOSED SECTION STYLES */

#under {
    margin:0 0 25px 0;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	padding:20px 30px;
	background:#1d1d1d url(images/bbhos_logo.jpg) no-repeat;
	background-position:560px 40px;
	
}

#title {
	background:transparent url(images/under.png) no-repeat;
	text-indent:-9999px;
	height:45px;
}

h1 {
	margin-top:21px;
	padding:0px;
}

#message {
	font-size:24px;
	width:530px;
}





#under_wrap {
	position:relative;
	margin:0 0 25px 0;
	
}

/* SUPPORT STYLES */

#support {
	background:transparent url(images/blurb-trans.png) no-repeat;
	height:145px;
	padding-left:155px;
	padding-right:18px;
	padding-top:30px;
	width:697px;
	position:;
	top:;
}

#blurb {
	font-size:19px;
}

#blurb ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#meta {
	font-family:georgia, helvetica, verdana, sans-serif;
	font-size:15px;
	font-style:italic;
	margin-right:15px;
	position:absolute;
	right:0;
	top:96px;
	color:#888;
}

/* LINK STYLES */

a:link,
a:visited {
	text-decoration:none;
	border:0 none;
	color:#ff0000;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid white;
	color:#61c3f0;
}

/* BROWSER SPECIFIC  */

.ie6 #title { margin-top:38px; height:60px; overflow:hidden}
.ie6 #under p { margin-top:5px;}
.ie6 #under { padding-top:21px;}
.ie6 #under_wrap { padding-top:10px;}
.ie6 #graph { top:-15px;}

.ie7 h1 {  display: block; margin: .67em 0;}
.ie7 #title {  margin-top:38px; }
.ie7 p {  display: block;  margin: 1em 0;}
.ie7 #under { padding-top:21px;	}	
