/*

Style Sheet for the Big 12 Warzone..

*/


*		{
	font-family:  Verdana, Arial, Helvetica;

	}
	
	
body		{

	background-color: #000000;
	
	
	}
	

h1			{

	font-size: 12pt;
	font-weight: bold;
	color: cc6600;
	
	}
	
	
td.menu-black	{


	background: url('img/black-background.png');
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
	
	}
	
td.menu-black	a	{
	
	font-size: 8pt;
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;

	}
	
	
td.menu-black	a:hover	{
	
	color: #ff9900

	}
	
	
td.main-content		{

	background-color: #660000;
	padding: 1px 2px 0px 2px;
	
	}	
	
	
	
td.menu-orange	{


	background: url('img/orange-background.png');
	background-repeat: repeat-x;
	background-color: #cc3300;
	text-align: center;
	
	}
	
td.menu-orange	a	{
	
	font-size: 8pt;
	color: #444444;
	font-weight: bold;
	text-decoration: none;

	}
	
	
td.menu-orange	a:hover	{
	
	color: #ffffff

	}
	
	
td.content		{

	background-color: #000000;
	font-size: 8pt;
	color: #ffffff;
	
	}
	
td.content-left	{

	background-color: #591817;
	font-size: 8pt;
	color: #000000;
	text-align: center;

	}
	

div.left-island		{

	width: 165px;
	background-color: #000000;
	border: solid 2px;
	border-color: #660000;
	text-align: center;

	}
	
div.left-island div:first-child {

	background-color: #cc6600;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding: 2px;
	
	}
	
div.left-island	div	{

	color: #ffffff;
	background-color: #000000;
	text-align: left;
	padding: 3px
	}
	
div.left-island div	a	{

	font-size: 8pt;
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;

	}
	
div.left-island div	a:hover	{

	color: #ff9900

	}	
	
	