/* 
================================
 Container Styles for Sandbusters
================================


Menu Grey: 157 159 158 = 9D9F9E
Orange: 226 122 83 = E27A53
*/   

.containermaster
{
	width: 100%;
	color: #9D9F9E;
	background-color: #000000;
	/*
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	*/
}

.Normal
{
	color:       #9D9F9E;
	font-family: Verdana;
	font-size:   12pt;
}

.Head
{
	color:       #DEB887;
	font-family: Verdana;
	font-size:   16pt;
	/*font-weight: bold;*/
}

.containerheading
{
	background-color: #000000;

}

/*
.Head
{
	color: #9D9F9E;
	font-family: Verdana;
}
*/

.SubHead
{
	color: #DEB887;
	font-family: Verdana;
}




