body {
	margin: 0; padding: 0;
	min-width: 780px;

	font-family: Verdana, Arial, Helvetica;
	background-color: #4076c7;
	color: white;
	font-size: 80%;
}

img { border: none; }

a { text-decoration: none; }

/*** HEADER ***/

div#page {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

/*** HEADER ***/

div#header {
	position: relative;
	height: 150px;
	background: url('../img/header-globe-top.png') center top no-repeat;
}

a#header-logo {
	position: absolute;
	right: 10px; top: 22px;
	display: block;
	width: 116px; height: 97px;
	background: url('../img/header-logo.png') center top no-repeat;
}

/*** HEADER-MENU ***/

div#header ul {
	position: absolute;
	right: 0; bottom: 0;
	margin: 0; padding: 0;
	list-style: none;
}

div#header ul li {
	float: left;
	margin-left: 2px;
}

div#header ul li a {
	display: block;
	padding: 0.3em 1em;
	background-color: #3b6fbe;
	color: white;
	font-weight: bold;
}

div#header ul li.active a, div#header ul li a:hover {
	background-color: #5c90d8;
}

/*** CONTENT ***/

div#content {
	margin-left: 234px; padding: 1px 40px 2em 40px;
	min-height: 400px;
	background-color: #5c90d8;
}

* html div#content { height: 400px; }

div#content h1 {
	text-align: right;
	line-height: 1.5em;
	margin: 0.67em 0 0.2em 0;
	font-size: 190%;
}

div#content h1 span {
	font-size: 60%;
}

div#content h2 {
	font-size: 120%;
}

div#content a {
	color: #cfb13e;
}

/*** IMG-GLOBE-LEFT ***/

div#img-globe-left {
	position: absolute;
	left: 0; top: 32px;
	width: 275px; height: 389px;
	background: url('../img/header-globe-left.png') left top no-repeat;
}

/*** FOOTER ***/

div#footer {
	position: relative;
	margin-left: 234px; padding: 1px 40px 0 40px;
	height: 86px;
	background: url('../img/footer-bg.png') left top repeat-x;
	font-size: 70%;
	text-align: right;
}

div#footer p {
	margin: 1em 0;
}

div#footer a {
	color: white;
}

div#footer a:hover {
	text-decoration: underline;
}

/*** IMG-FOOTER-LEFT ***/

div#img-footer-left {
	position: absolute;
	left: -86px; top: -95px;
	width: 86px; height: 181px;
	background: url('../img/footer-left.png') left top no-repeat;
}

/*** IMG-FOOTER-RIGHT ***/

div#img-footer-right {
	position: absolute;
	right: -45px; top: 0px;
	width: 45px; height: 86px;
	background: url('../img/footer-right.png') left top no-repeat;
}

