#container
{
	margin: 0 auto;
	width: 1000px;
	font-family:Arial, Helvetica, sans-serif;
	border: 6px solid #361e11;
	background: #361e11 url(../bsmuaimage1/bsmuabg01.jpg) no-repeat top;
}

#header
{
	padding: 0px;
	height: 150px;
}

#header h1 { margin: 0;
	padding: 0px 20px 0 0px;
	font-size: 15px;
	text-align: right;
	color: #fff;
}
#header h2 { margin: 0;
	padding: 30px 0px 0 10px;
	font-size: 16px;
	text-align: left;
	color: #fff;
}
#header h3 { margin: 0;
	padding: 10px 0px 0 10px;
	font-size: 16px;
	text-align: left;
	color: #fff;
}

#navigation
{
	float: left;
	width: 1000px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
 	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-right: 10px solid #6d8fa8;
}

#navigation li a:hover { background: #6d8fa8; }

#content-container
{
	float: left;
	width: 1000px;
	border: 0px dashed white;
}

#content
{
	clear: right;
	float: right;
	width: 900px;
	padding: 10px 50px 100px 30px;
	margin: 0 0 0 0px;
	display: inline;
	border: 0px dashed gray;
}

#content h2 { margin: 0;
font-size: 24px;
text-align: right;
 }

#content h3 { margin: 0;
font-size: 16px;
text-align: left;
 }

#centerboxall
{
	float: left;
	width: 899px;
	text-align: center;
	padding: 0px 0x 0px 0px;
	margin: 0 0px 20px 0px;
	display: block;
	border: 1x solid #ffffff;
}


#centerboxl
{
	float: left;
	width: 400px;
	font-size: 12px;
text-align: left;
	padding: 5px 5px 0px 20px;
	margin: 0 0px 0 0px;
	display: block;
	border: 0px solid #ffffff;
}

#centerboxr
{
	float: right;
	width: 400px;
	font-size: 12px;
text-align: left;
	padding: 5px 5px 0px 20px;
	margin: 0 0px 0 0px;
	display: block;
	border: 0px solid #ffffff;
}






#aside
{
	float: right;
	width: 150px;
	text-align: right;
	padding: 0px 0;
	margin: 5px 10px 0 0px;
	display: inline;
}

#aside h3 { margin: 0;
font-size: 15px;
 }

#asideleft
{
	float: left;
	width: 170px;
	height: 600px;
	text-align: left;
	padding: 100px 0 0 0;
	margin: 0px 0px 0 0px;
	display: inline;
	border: 0px dashed red;
}

#asideleft h3 { margin: 0;
font-size: 15px;
 }

#asidechar
{
	float: right;
	width: 250px;
	text-align: right;
	padding: 0px 0;
	margin: 5px 10px 0 0px;
	display: inline;
}



#footertop
{
	clear: left;
	background: #361e11 url(../t3dimage1/t3dbodybg01.jpg) 0;
	text-align: left;
	padding: 0px;
	height: 200px;
	border: 0px dashed gray;
}


#footer
{
	clear: left;
	background: #361e11;
	text-align: center;
	padding: 20px;
	height: 80px;
	border: 0px dashed gray;
	font-size: 12px;
}


a:link {color:#ECE5B6;} /* unvisited link */
a:visited {color:#FFE87C;} /* visited link */
a:hover {font-size:100%; color: #663300; background: #ECE5B6; text-decoration: underline; } /* mouse over link */
a:active {color:#660099;} /* selected link */


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.right { float:right; margin: 0 0 0px 0px; } 
.left { float:left; margin: 0 0px 0px 0; } 
.center { display: block; margin-left: auto; margin-right: auto } 

body { font-family: Arial, Helvetica, sans-serif;
color: #fff;
background: #361e11 url(../bsmuaimage1/bsmuamainbg01.jpg) repeat-x 100% 0; 
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: 170px;
}

button.rounded {
background: transparent url(../bsmuaimage1/bsmuabuttonright.png) no-repeat scroll right top;
clear: left;
font-size: 1.0em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url(../bsmuaimage1/bsmuabuttonleft.png) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
font-size:115%;
color: #AFDCEC;
}

button::-moz-focus-inner {
border: none;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
