#main_content {
	height: 160px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#topline {
	background-color: #000099;
	height: 5px;
	width: 750px;
	position: absolute;
	left: 25px;
}

#logo {
	height: 84px;
	width: 207px;
	position: absolute;
	left: 25px;
	top: 14px;
}


#menu {
	height: 38px;
	width: 750px;
	position: absolute;
	top: 112px;
	left: 25px;
}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-image: url(../img/world_map.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	background-color: #eaeaea;
}



a {
	font-size: 11px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000097;
}
a:active {
	text-decoration: none;
	color: #000;
}
.italic {
	font-style: italic;
}
