body {
margin:0;
padding:0;
background-image:url(ic_056_body_bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#090909;
text-align:center;
margin-bottom:30px;
}

a:link {
color:#000000;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}
a:visited {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:underline;
}

#container {
margin:0 auto;
width:890px;
height:531px;
background-color:#FFFFFF;
position:relative;
}
#logo_wrap {
position:absolute;
top:0px;
left:0px;
width:890px;
height:56px;
background-color:#FFFFFF;
text-align:left;
}
	#nomad {
	position:absolute;
	top:15px;
	left:15px;
	font-size:36px;
	}

#top {
position:absolute;
top:56px;
left:0px;
width:890px;
height:50px;
background-image:url(top.jpg);
background-repeat:no-repeat;
}
#navcontainer { position:absolute; left:10px; top:6px; margin: 0; padding: 5px 0 7px 5px; width: 50%; line-height: 1.75; font-family:"High Tower Text", serif; font-size: 15px;}
ul#navlist { display: inline; list-style: none;}
ul#navlist li{ float: left; width: auto; margin-right: 5px; border: 1px solid #000; background-color: #666;}
ul#navlist li a { padding: 0 8px; line-height: 12px; text-decoration: none; color: #ccc;}
ul#navlist li a#current { color: #fff;}
ul#navlist li a:hover, ul#navlist a#current:hover {color: #fff;}
ul#navlist li a:active, ul#navlist li#active a#current:active {color: #fff;}

#middle {
position:absolute;
top:106px;
left:0px;
width:889px;
height:600px;
border-left:#000000 1px solid;
border-bottom:#000000 1px solid;
border-right:#000000 1px solid;
background-color:#fff;
}
	#middle_logo {
	position:absolute;
	right:64px;
	top:20px;
	width:229px;
	height:123px;
	background-image:url(nomad_logo.gif);
	}
	#building {
	position:absolute;
	right:0;
	bottom:0;
	width:330px;
	height:404px;
	background-image:url(historical.gif);
	background-repeat:no-repeat;
	}
	#content_wrap {
	position:absolute;
	left:20px;
	top:50px;
	width:520px;
	height:260px;
	text-align:justify;
	padding-bottom:30px;
	}
		#content {
		font-family:"High Tower Text", serif;
		font-size:15px;
		color:#000;
		}
		#content_contact {
		position:absolute;
		left:100px;
		top:0;
		font-family:"High Tower Text", serif;
		font-size:15px;
		color:#000;
		text-align:left;
		}
		#gfi {
		position:absolute;
		left:100px;
		bottom:25px;
		width:300px;
		height:58px;
		background-image:url(gfi_logo_revised.gif);
		/*background-image:url(gfi_logo.gif);*/
		background-repeat:no-repeat;
		}
		.nomad_green {
		color:#009900;
		}