/*Main Body Structure & Support*/
html {
	margin: 0px;
	padding: 0px;
	min-width:787px;
	background-color:#999999;
	background-image: url(../images/bmt_bg_10pm-4am.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
body {
	font: small/18pt Georgia, "Times New Roman", Times, serif;
	color: #663300;
	margin: 0px;
	background: url(../images/bmt_bottom_bg2.png) no-repeat center bottom;
	height:1250px;
	width:1494px;
	position: absolute;
	}

p {
	font: small/18pt Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	text-align: left;
	color: #663300;
	}

h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #999999;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: 663300;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: 993300;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #996633;
	}


/*****************CONTENTS******************/

#housing {  /***************This is the box that contains all the contents**************/
	background: url(../images/content_tile.png) repeat-y center top; 
	position:absolute; 
	left:40%;
	top: 50px;
	width: 1015px;
	margin-left: -380px;
	}
#pageHeader { /**************this is what houses the top image***************/
	background-image: url(../images/bmt_top2.png);
	margin-bottom: 20px;
	position: relative;
	height: auto;
	width: 1015px;
	background-repeat: no-repeat;
	background-position: center top;
	}

#pageHeader h1 { 
	margin-top: 0px; 
	width: 1015px; 
	height: 380px;
	}

#pageHeader h1 span {
	display:none;
	}

#pageHeader h2 { 
	}

#pageHeader h2 span {
	display:none;
	}

#contents {
	min-width: 764px;
	position: relative;
	width: 787px;
	top: -250px;
	height: auto;
	}

#rightColumn { /***********all the text in the right column************/
	position: relative;
	left:340px;
	top: 60px;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 565px;
	}

#welcome {
	position: relative;
	left:10px;
	width: 525px;
	top: 0px;
	}

#welcome h3 {
	background:url(../images/bmt_welcome.png) no-repeat;
	width:565px;
	height:34px;
	}

#welcome h3 span{
	display:none;
	}

#news { /*news*/
	position: relative;
	left:10px;
	width: 525px;
}

#news h3 {
	background:url(../images/bmt_news.png) no-repeat right top;
	width:565px;
	height:34px;
	}

#news h3 span{
	display:none;
	}

#customization {
	position: relative;
	left:10px;
	width: 525px;
}

#customization h3 {
	background:url(../images/bmt_customization.png) no-repeat;
	width:400px;
	height:43px;
	}

#customization h3 span{
	display:none;
	}

/******************Sidebar - All the text in the left column*********************/
#leftColumn {
	position: absolute;
	top: 75px;
	left: 90px;
	}

#leftColumn li{ 
	text-align:left;
	padding-left: 45px;
	}

#linkList { 
	font: x-small/12px Georgia, "Times New Roman", Times, serif;
	width: 222px; 
	}

#leftColumn h3.products { 
	background: url(../images/bmt_products.png) no-repeat left top; 
	width: 222px; 
	height: 251px; 
	}

#leftColumn h3.products span {
	display:none;
	}

#leftColumn h3.links { 
	background: url(../images/bmt_links.png) no-repeat left top; 
	margin: 0px 0px 0px 0px; 
	width:222px; 
	height: 84px; 
	}

#leftColumn h3.links span {
	display:none
	}

#leftColumn h3.resources { 
	background: transparent url(../images/199/resources.jpg) no-repeat top left; 
	width:222px; 
	height: 202px; 
	}

#leftColumn h3.resources span {
	display:none
	}

#leftColumn ul {
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	}

#leftColumn li {
	background: url(../images/bmt_hrzline.png) no-repeat right top;
	display: block; 
	padding-top: 10px;
	}

#leftColumn li a:link { 
	color: #663300;
	}

#leftColumn li a:visited {
	color: #993300;
	}

#lproducts li a {
	font-size: 12px;
	}

#lproducts li a:hover{
	color: #996633;
	}

#lproducts .c {
	font-size: small;
	}

#lproducts a {
	display: block;
	font-weight: bold;
	}

#lproducts a.c {
	display: inline;
	color: #663300;
	}

#lproducts .d {
	display:block;
	color:#666666;
	padding:0;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

/*#oceanBottom {
	background: url(../images/bmt_bottom_bg2.png) no-repeat right bottom;
	height:600px;
	position: relative;
	width: 1494;
	}
#oceanBottom span {display:none;}*/



