/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

body {
	background-color: Black;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #5d7474;
}
a {
	color: #008356;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	color: #008356;
	background: url(images/underline.gif) repeat-x bottom;
}
a img {
	border: none;
}
h1 {
	position: absolute;
	top: 0;
	width: 900px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 4px;
	word-spacing: 10px;
	color: #253a3e;
	margin: 0;
	padding: 18px 0 0 0;
}
h1 a {
	color: #253a3e;
}
h1 a:hover {
	background: none;
}

/*----------------------------------------------------*/
/* Bottom */
/*----------------------------------------------------*/

#bottom {
	clear: both;
	padding-top: 28px;
}
#bottom p {
	text-align: center;
	font-size: 12px;
	color: #4b6769;
	margin: 0;
	padding: 0 0 5px 0;
}
#bottom p a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}