body, html{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
	color: silver;
	font-family: "Times New Roman", serif;
	text-align: center;
	padding: 0 10px 10px 10px;
}

#div_left{
    border: 0px solid white;
    width: 287px;
    margin-right: 13px;
    float: left;
}

#div_right{
    border: 0px solid yellow;
    width: 500px;
    float: right;
}

#subscribe_button{
    background: black;
    color: yellow;
    font-weight: bold;
    border-color: yellow;
}

#center_box{
    text-align: center;
    background-color: #000;
    margin: 5px 0;
}

#center_box object{
    margin: 0 auto;
}

#center_box div{
    margin: 0 auto;
}

#banner{
	background-image: url(graphics/banner_sepia.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto;
	height: 200px;
}

#navcont{
	width: 800px;
	margin: 0 auto;
	background-color: #111;
	border: 0px solid black;
	border-top: 1px solid white;
	border-bottom: 0px solid white;
}

#navwrap{
	width: 800px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: sans-serif;
	margin: 0 auto;
	border: 0px solid red;
}

#navwrap ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	background-color:#333;
}

#navwrap li{
	display:inline;
	margin: 0;
	padding:0;
}

#navwrap a{ 
	float:left; 
	margin: 0;
	width:158px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#333;
	border-right:2px solid #000;
	padding: 4px 0;

}

.navlast{
	border: none!important;
	width: 160px!important;
}

#navwrap a:hover{
	background-color: #ccc;
	color: black;
}

.navselected{
	background-color: #ccc!important;
	color: black!important;
}

#motto{
	width: 800px;
	text-align: left;
	font-size: 16px;
	margin: 5px 0;
	color: white;
	font-weight: 500;
	margin: 0 auto 10px auto;
}

#content{
	width: 800px;
	margin: 0 auto 5px auto;
	border: 0px solid yellow;
	text-align: left;
}

#specials{
    background-image: url(graphics/SBCLogo_specials.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 275px;
	padding: 5px;
    border: 2px solid red;
}

.authdealer{
	text-align: center;
	width: 250px;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #333;
	background-color: #111;
}

.authdealer a img{
	border-color: silver!important;
}


.thebox{
	padding: 10px;
	border: 0px solid silver;
	background-repeat: repeat-x;
	background-color: #111;
	font-size: 18px;
}

.thebox h1{
	font-size: 24px;
	margin:0;
}

.thebox p{
	margin-top: 0;
}


.thebox a{
	color: white;
}

.thebox a:hover{
	color: gray;
}

.ace{
	background-image: url(graphics/ace_warp_3.png);
	background-repeat:no-repeat;
	background-position: top right;
	width: 200px;
	height: 200px;
}

.skull{
	background-image: url(graphics/SBCLogo2.png);
	background-repeat:no-repeat;
	background-position: center center;
    color: white;
}

#bottom{
	width: 800px;
	border-top: 1px solid silver;
	margin: 5px auto 0 auto;
	
}