body {
font-family:Lucida grande,Arial,Helvetica,sans-serif;
font-size:12px;
text-align:justify;
}


#main_wrapper
{
	border:medium none #333333;
	margin-top: -5px;
	margin:auto;
	width:814px;
}
#header
{
	background:transparent url(header.png) no-repeat scroll 0% 50%;
	height:133px;
	width:814px;
}
#menu
{
	background:transparent url(menu.png) no-repeat;
	width:814px;
	height:31px;	
}
#content
{
	background:transparent url(background.png) repeat-x;
	height:auto;
	width:814px;
}

#menu_items 
{
	color:#FFFFFF;
	float:right;
	height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	margin-top:11px;
	width:798px !important;
}
li.menu_item 
{
	float:right;
	margin-top:1px;
	/*width:113px;*/
	color:#FFFFFF;
}

#menu_items 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:7px;
	margin-left:8pt;
}

span.menu_item_text 
{
	color:#FFFFFF;
	cursor:pointer;	
	font-family:Lucida grande,Arial,Helvetica,sans-serif;
	font-size:12.5px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:100px;
}

span.menu_item_text_hover 
{
	background:#83BCF1 none repeat scroll 0% 50%;
	border:1px solid #1C74FC;
	cursor:pointer;
	font-family:Lucida grande,Arial,Helvetica,sans-serif;
	font-size:12.5px;	
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:100px;
}
a.menu_href
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Lucida grande,Arial,Helvetica,sans-serif;
	font-weight: 300;
}