/****************************************
/* ID's
/***************************************/
#outerContainer {
	/* To fix IE 5 centering bug */
	text-align: center;
}
#innerContainer {
	/* Adjust for centering fix */
	text-align: left;
	width: 830px;
	margin: 0 auto 0 auto;
}
#leftMenu {
	float:left;
	width:174px;
}
#topMenu {
	float:right;
	width:656px;
	height:22px;
}
#content {
	float:right;
	width:656px;
	border:0;
	margin:0;
}
#mainFrame {
	width:656px;
	border:0;
	margin:0;
}


/****************************************
/* HTML Tags
/***************************************/
body {
	margin: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}