body
{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
	border-style: none;
}

A:link {color: #ffffff;}
A:visited {color: #ffffff;}
A:active {color: #ffffff;}
A:hover {color: #ffffff;}

#wrapper 
{
	width: 990px;
	margin: 0 auto;
	background-image:url(images/global/bar.jpg);
}

#top
{
	height:285px;
}

#menu 
{
	width: 212px;
	height: 469px;
	float:left;
	background: url(images/global/lh_menu.jpg) no-repeat;
	margin-top:-31px;
}

	#menu ul {margin: 0px; padding: 0px;}
	
	#menu ul li {display: inline;}

	#menu ul li a {
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -2000em;
	position: relative;
	color:#000;
	}
	
	#menu ul li.hm a {top: 55px; height: 60px; width: 212px;}
	#menu ul li.ab a {top: 60px; height: 55px; width: 212px;}
	#menu ul li.by a {top: 65px; height: 61px; width: 212px;}
	#menu ul li.ex a {top: 65px; height: 50px; width: 212px;}
	#menu ul li.gb a {top: 70px; height: 60px; width: 212px;}
	#menu ul li.mf a {top: 75px; height: 55px; width: 212px;}
	
	#menu ul li.hm a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -55px; border:none;}
	#menu ul li.ab a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -120px; border:none;}
	#menu ul li.by a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -180px; border:none;}
	#menu ul li.ex a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -241px; border:none;}
	#menu ul li.gb a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -296px; border:none;}
	#menu ul li.mf a:hover {background: url(images/global/lh_menu_bg.jpg) -0px -361px; border:none;}
	
#content
{
	width: 730px;
	margin-left: 230px;
	margin-top: -10px;
	margin-bottom: 20px;
	min-height: 100%;
}

#footer
{
	clear: both;
	background-image:url(images/global/bottom.jpg);
	background-repeat: no-repeat;
	padding-top : 4px;
	width: 990px;
	font-family: Tahoma;
	font-size: 0.6em;
	text-align:center;
}

