body
{
	background-image:url('../images/page_background.png');
	background-repeat:no-repeat;
	font-family:'Arial';
	font-size:12pt;
	
}

#top_menu
{
	margin-top:-10px;
	margin-left:10%;
	width:90%;
	height:65px;
	background:#990000;
}
#top_menu_list
{
	list-style:none;
	padding:30px 0px;
	margin:0em;	
}

#top_menu_list li
{
	display:inline;
	padding:10px 20px 13px;
	height:100%;
	font-size:1.2em;
	color:#cccccc;
}

#top_menu_list li:hover
{
	background:#cccccc;
	color:#000;
}

#main_content
{
	float:left;
	margin-left:253px;
	width:50%;
}

#right_side_bar
{
	float:right;
	width:22%;
	margin-top:1em;	
	padding-left:1em;
	
}

#record
{
	text-align:center;
}


