/* CSS Document */

#site-box {
	width : 850px;
	background-color: #000000;
	height: 900px;
	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: 700px;
	border: #000000;
	background-image: url(img/backside6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#c-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;
}

#galleryboxmain {
	clear: none;
	width: 600px;
	background-image: none;
	height: 100px;
	background-repeat: no-repeat;
	border: none #000000;
	background-position: center top;
	float: none;
}

#gallerybox1 {
	clear: none;
	width: auto;
	background-image: none;
	height: 100px;
	background-repeat: no-repeat;
	border: none #000000;
	background-position: center top;
	float: left;
}

#gallerybox2 {
	clear: none;
	width: 200px;
	background-image: none;
	height: auto;
	background-repeat: no-repeat;
	border: none #000000;
	background-position: center top;
	float: none;
}
#gallerybox3 {
	clear: none;
	width: auto;
	background-image: url(img/backdown.jpg);
	height: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	border: none #000000;
	background-position: center top;
	float: none;
}

