
table.desktop
{
	width: 100%;	
}

table.title
{
	width: 100%;
	background-color: #000000;
}

table.body
{
	width: 100%;
	background-color: #231B10;
/*	background-image: url(/gfx/background_leather.jpg);*/
	background-repeat: repeat-x;
}

table.body_table_sides
{
	width: 100%;
	border-bottom: solid 1px #A58962;
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
}

table.body_table_center
{
	width: 90%;
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 10px;
}

table.news_table
{
	width: 100%;
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
}

td.heading
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 700;
	text-decoration: none;

/*
	color: #BF996B;
	color: #EBB43D;
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 10pt;
	font-variant: small-caps;*/
}

td.info_heading
{
	color: #BF996B;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 700;
	text-decoration: none;

/*
	color: #BF996B;
	color: #EBB43D;
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 10pt;
	font-variant: small-caps;*/
}

td.character
{
	background-color: #543F22;
}

td.play_heading
{
	color: #BF996B;
	font-family: Garamond;
	font-size: 10pt;
	font-variant: small-caps;
	background-color: #543F22;
}

td.menu_heading
{
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 10pt;
	font-variant: small-caps;
	background-color: #543F22;
}

td.title_top_left
{
	background-color: #000000;
	width: 25%
}

td.title_top_center
{
	background: #000000;
	width: 	50%;
}

td.title_top_right
{
	text-align: center;
	width: 25%;
}

td.border
{
	background-image: url(/gfx/border_top.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 20px;
}

td.body_sides
{
	background-image: url(/gfx/alpha_background.gif);
	background-repeat: repeat;
	width: 25%;
}

td.body_middle
{
	width: 50%;
	border-left: solid 1px #A58962;
	border-right: solid 1px #A58962;
}

td.news_heading
{
	background-color: #333545;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Garamond;
	font-variant: small-caps;	
	font-weight: 700;
}

td.news_heading_red
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Garamond;
	font-variant: small-caps;	
	font-weight: 700;
}



