body {background:url(images/waterbg2.jpg);
		color: #fffd54;} 
a { color: #40e0d0;}

#header {text-align:left;
			margin-top:15px;
			margin-left:54px;
			height: 247px;
			width: 900px;
			text-decoration: none;			
		}
		
#logo {  position: absolute;
			left: 800px;
			width: 152px;
			height: 100px;
			background-image:url('images/BCiconwht.png') !important;
			/* IE 6 hack */
			background-image:url('images/BCiconwht.gif');			
			}
#sidebar { width: 285px;
			  float: left;
			  padding: 25px 5px 10px 15px;
			 }
.imgmap { border: none; }		
							
#container {background-color:#000;
			width:900px;
			margin-left:54px;
			min-height: 625px;			
			}
#content { margin-left: 300px;
			  padding: 15px 5px 10px 5px;
			}

#about {font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color:#C7A45A;
			text-transform:capitalize;
			position:absolute;
			top:750px;
			right:250px;
			text-decoration:none;
			}
			
/****************
*  Specs Table  *
****************/

table#specs {
					position:relative;
					bottom:300px;
					left:290px;
					width: 300px;
					border-collapse: collapse;
				}
table#specs td {
						border: 1px solid yellow;
					}
table#specs td.right {
						text-align:right;
							}
/*********
*  Tabs  *
*********/

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}
	
#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: black;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: yellow;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: yellow;
		color: black;
	}

#tabnav a:hover
	{
		background: #fff;
		color: black;
	}