
/*****************/
/* The Main Body */
/*****************/
body#mainBody {
	background: #333 url('../images/background.gif') repeat-x top left;
	/*background-color: #222;*/
	font-family: Arial;
}

img#titleImage {
	border: 2px solid #BBB;
	margin-bottom: 10px;
}

div#uberDiv {
	background-color: #000;
	border: 5px solid #BBB;
	padding: 20px;
	width:800px;
}

/************/
/* THE MENU */
/************/

	/* The menu anchors */
	a.menuAnchor {
		text-decoration: none;
		color: #000000;
		cursor: pointer;
	}

	/* The menu TRs */
	tr.menuRow td{
		width: 198px;
		height: 30px;
		background-color: #BBB;
	}

	span.menuSpan {
		font-weight: bold;
		padding-left: 45px;
	}
	
	tr.menuRow td.current {
		background: #BBB url('../images/menuRecord.gif') no-repeat center left;
	}
	
	tr.menuRow td.hovered {
		background: #BBB url('../images/menuRecordAnimated.gif') no-repeat center left;
	}

	
/***************/
/* THE CONTENT */
/***************/
	div#bodyContent {
		color: #FFFFFF;
		padding: 20px 20px;
		margin-left: 10px;
		background: #000 url('../images/phono14.gif') no-repeat top right; 
		font-size: 1.1em;
	}	
	
	.bodyBorder	{
		margin-left:10px;
	}
	
	.footer {
		width: 800px;
		text-align: center;
		color: #999999;
		font-size: .6em;
	}

	a {
		color: #AAAAFF;
		font-weight: bold;
	}