@import 'reset.css';



body {

	background:url(../images/bstmma-main-bg.gif) top left repeat-x #000000;

	margin:0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size:0.75em;

	color:#B3B3B3

}



#wrapper {

	background:url(../images/bstmma-menu-bg.png) repeat-x 0px 45px;

	padding-top:20px

}



#container {

	width:900px;

	margin:0 auto;

}



#header {

	height:110px;

	position:relative;

	padding-top:27px;

}



#menu {

	overflow:hidden;

	float:right;

}



#logo {

	background:url(../images/bstmma-logo.png) no-repeat;

	width:152px;

	height:136px;

	position:absolute;

	top:0;

	left:-10px;

}



#logo span {

	display:none;

}



#content {

	margin-top:-25px;

	z-index:0;

}



#promo-panel {

	background:url(../images/bstmma-alpha-bg.png) repeat;

	border-top:4px solid #2D0000;

	width:590px;

	margin-bottom:10px;

	padding:10px;

	float:left;

}



#intro-panel {

	background:url(../images/bstmma-alpha-bg.png) repeat;

	border-top:4px solid #2D0000;

	width:260px;

	margin:0 0 10px 10px;

	padding:10px;

	float:left;

}



#columns {

	clear:both;

}



html>body #columns {

	margin-top:25px;

}



.column {

	width:280px;

	margin-left:30px;

	float:left;

}



.column-large {

	width:590px;

	float:left;

}



.column div, .column-large div {

		border-top:4px solid #2D0000;

		margin-bottom:10px;

		padding:10px;

		overflow:hidden;

}

.first-column {

	margin-left:0px;

}



html body .divider {

	background:url(../images/bstmma-divider.png) repeat-x;

	border:none;

	height:1px;

	margin:10px 0;

	padding:0;

}



#footer {

	border-top:4px solid #2D0000;

	margin-bottom:30px;

	padding:10px;

	clear:both;

	overflow:hidden;

}



html>body #footer {

	*display:inline-block;

}



#footer-links {

	float:left;

}



#footer-copy {

	float:right;

}