
/* CSS Document for Rubicon Main */

div.main
{
	background-color: rgb(210, 181, 123);
	width: 950px;
}

td.full
{
	width: 950px;
}

img.banner
{
	width: 950px;
	height: 119px;
	src: url('banner.jpg');
}

table.menu
{
	height: 19px; 
	margin-left: 0px; 
	width: 950px;
}

td.menuItems
{
	cursor: pointer; 
	background-color: rgb(213, 30, 9); 
	text-align: center; 
	width: 186px;
	color: '#ffffff';
}

td.menuBreak
{
	width: 5px;
	height: 19px;
}

img.head
{
	width: 950px; 
	height: 255px;
}

table.info
{
	background-color: rgb(213, 30, 9);
	color: '#ffffffff';
}
	
