#mainwindow
{
	float:right;
	width:640px;
	padding: 7px;
	color: #000;
	background: transparent;
	font-size: 11px;
	font-family: verdana;
}

#menu
{
	float:left;
	width:215px;
	padding: 7px;
	color: #000;
	background: transparent;
	font-size: 11px;
	font-family: verdana;
}

.menu-headers
	{
	font-size: 16px;
	color: #640b0e;
	font-family: verdana;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px dotted #640b0e;
	}

.menu-box
{
	width:107px;
	float:left;
}
	
.menu-list
{
	padding: 3px;
	margin:0px;
	list-style:none;
	font-size: 11px;
	color: #640b0e;
	font-family: verdana;
}

.menu-list li
{
	background: url(../img/graphics/layout/thumbtack.png) no-repeat left center;
	padding: 0px 0px 0px 22px;
	margin:0px;
	list-style:none;
}

.menu-list li a
{
	color:#640b0e;
	text-decoration:none;
	list-style:none;
}

.menu-list li a:visited
{
	color:#640b0e;
	text-decoration:none;
}

.menu-list li a:hover
{
	color:#edcc84;
	text-decoration:none;
}

.tbackground
	{
	background-color:#330405;
	color: #fff;
	}
	
.tdbackground
	{
	background-color: #d8dff9;
	}
	
table, tr, td 
	{
	color: #291500;
	margin: 0px;
	font-family: verdana, arial; 
	font-size: 100%; 
	}

.clear
{
clear:both;
}
