@charset "UTF-8";
/* CSS Document */

body {
	background-color:#111111;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004358;
	font-size:13px;
	margin:0;
	padding:0;
}
#wrapper {
	position:relative;
	width:980px;
	height:504px;
	margin:0 auto;
	padding:0;
	background-image:url(../graph/world_map.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#main_nav {
	position:relative;
	width:980px;
	margin:5px auto;
	padding:0;
	text-align:center;
	color:#fd7400;
}
#story {
	position:relative;
	width:980px;
	margin:5px auto;
	padding:0;
	text-align:justify;
	color:#fd7400;
	font-size:11px;
	line-height:16px;
	color:#777777;
}
#titlebox {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#main_nav a {
	text-decoration:none;
	color:#004358;
}
#main_nav a:hover, #main_nav a:active {
	text-decoration:none;
	color:#fd7400;
}
p.small {
	font-size:10px;
	color:#004358;
}
a.smalllinks, #myEmailLink {
	font-size:10px;
	color:#004358;
	text-decoration:underline;
}
#story a {
	text-decoration:none;
	color:#004358;
}
#story a:hover {
	text-decoration:none;
	color:#fd7400;
}

