body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background:url(images/bg.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}
h1 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
}
p {
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}
#distance { 
	width: 1px;           /* required to "hide" distance div */
	float: left;          /* required */

}
#content {
	top:10px;
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 940px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#logo {
	width:345px;
	height:208px;
	background-image:url(images/bbr_logo.png);
	float:left;
}
#nav {
	width:595px;
	height:53px;
	margin-top:100px;
	background-image:url(images/bbr_nav.png);
	float:right;
}
#nav-left {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:11px;
	font-weight:bold;
	margin-top:22px;
	float:right;
}
#nav-left a {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	text-decoration:none;
}
#nav-left a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFA500;
	text-decoration:underline;
}
#nav-left a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
}
#nav-right {
	margin-left:15px;
	margin-right:55px;
	margin-top:3px;
	float:right;
}
#subnav {
	width:336px;
	height:55px;
	background-image:url(images/bbr_subheader.png);
	float:left;
}
#sponsorheading {
	width:259px;
	height:55px;
	background-image:url(images/bbr_sponsors.png);
	float:left;
}
#sponsorheading h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:25px;
	margin-left:5px;
}
#expandable {
	background-image:url(images/expandable_bg.png);
	background-repeat:repeat;
	width:878px;
	margin-left:62px;
	float:left;	
}
#leftborder {
	background-image:url(images/bbr_07.png);
	background-repeat:repeat;
	width:44px;
	margin-left:55px;
	float:left;
}
#textarea {
	width:582px;
	margin-left:25px;
	float:left;
}
#textarea a {
	color:#FFF;
}
#textarea a:link {
	color:#FFF;
}
#textarea a:visitedk {
	color:#FFF;
}
#textarea a:hover {
	color:#FFF;
	text-decoration:underline;
}
#sponsors {
	margin-left:10px;
	padding-left:12px;
	width:248px;
	float:left;
}
#bottomleft {
	background-image:url(images/bbr_10.png);
	width:44px;
	height:61px;
	float:left;
	margin-left:55px;
}
#bottomcenter {
	background-image:url(images/bbr_11.png);
	width:582px;
	height:61px;
	float:left;
}
#bottomright {
	background-image:url(images/bbr_12.png);
	width:259px;
	height:61px;
	float:left;
}
#footer {
	width:940px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#EEEEEE;
	text-align:center;
}
#footer a {
	font-size:10px;
	font-weight:bold;
	color:#EEEEEE;
	text-decoration:none;
}
#footer a:hover {
	font-size:10px;
	font-weight:bold;
	color:#EEEEEE;
	text-decoration:underline;
}
#footer h3 {
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
}
