/* CSS Document */

#site-box {
	width : 850px;
	background-color: #000000;
	height: 600px;
	float: none;		  	  
}


#a-box {
	background-color: #000000;
	float: none;
	width: 850px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
	background-image: url(img/topside16.jpg);
	background-repeat: no-repeat;
	height: 127px;
}


#b-box {
	float: none;
	width : 850px;
	background-color: #000000;
	height: 210px;
	border: #000000;
	background-image: url(img/backside2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#c-box {
	clear: none;
	width: 850px;
	background-image: none;
	height: 200px;
	border-top-style: none;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}

#d-box {
	clear: none;
	width: 850px;
	background-image: url(img/backdown.jpg);
	height: 100px;
	background-color: #000000;
	background-repeat: no-repeat;
	border: none #000000;
	background-position: center top;
}

#e-box {
	clear: none;
	width: 250px;
	background-image: none;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: 0px;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #3333CC;
	scrollbar-3dlight-color: #3333CC;
	scrollbar-arrow-color: #0066CC;
	border-top: thin inset #999999;
	border-right: thin none #999999;
	border-bottom: thin outset #999999;
	border-left: thin none #999999;
}
