/* style sheet for roadhouse */

body 				{
					font-family: verdana, arial, helvetica, sans-serif;
					color: #DDDDDD;
					font-size: 11px;
/*					background-color: #660000;*/
					background-color: #000000;
					margin: 0px;
					padding: 0px;
					text-align: center;
/*					background-image: url('i/bg_body.gif'); background-repeat: repeat-x;*/
					}

#container 			{
					margin-left: auto;
					margin-right: auto;
					width: 750px;
					text-align: left;
					}

table				{
					/*border: 0px;
					border-top: 1px solid #CCCCCC;
					border-bottom: 1px solid #CCCCCC;
					*/
					}

td					{
					border-bottom: 1px solid #333333;
/*					background-color: #000000;*/
					}

table.greydash td	{
					border-bottom: 1px dashed #CCCCCC;
/*					background-color: #666666;*/
					vertical-align: top;
					}

table.grey td		{
					border-bottom: 0px;
/*					background-color: #666666;*/
					vertical-align: top;
					}

table.blank td		{
					border-bottom: 0px;
/*					vertical-align: center;*/
					}

td.grey				{
					background-color: #111111;
/*					background-image: url('i/bg_body4.gif'); background-repeat: repeat-x;*/
					}

td.black			{
					border-bottom: 1px solid #333333;
					background-color: #000000;
					}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}
