/* Hack for IE 5.x */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* Make sure vertical scrollbar isn't added (also use child selector to hide from IE5+ */
html>body, html>body #contents {
	height: auto;
}

/* some basics */
body {
	margin: 0;
	background: #000 url("img/bg_main.jpg") top right no-repeat;
	font-family: Arial, sans-serif;
}

img {
	border: 0;
}

h1, h2, h3 {
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	color: #E5DFD0;
}

a, a:link, a:visited, a:active {
	color: #E5DFD0;
	text-decoration:underline;
}

a:hover {
	color: #FFEFC8;
	text-decoration:underline;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("img/bg_fade.jpg") no-repeat;
}

#line {
	position: absolute;
	top: 200px;
	right: 275px;
	height: 2px;
	background: transparent url("img/bg_line.gif") repeat-x;
	width: 100%;
	z-index: 5;
}

#logo {
	position: absolute;
	top: 181px;
	left: 90px;
	z-index: 10;
}

/* #navigation {
	position: absolute;
	top: 220px;
	left: 0;
	width: 520px;
	text-align: right;
	z-index: 15;
	color: #FFEFC8;
	font:bold italic 14px/30px "Trebuchet MS", Arial, sans-serif;
} */

#navigation {
	position: absolute;
	top: 230px;
	left: 0;
	width: 364px;
	text-align: right;
	z-index: 15;
	color: #FFEFC8;
	font:bold italic 14px/30px "Trebuchet MS", Arial, sans-serif;
}

#navigation a {
	display: block !important;
	text-align: right !important;
	width: 200px !important;
	height: 30px !important;
	margin-left: auto !important;
	text-decoration: none !important;
	color: #FFEFC8 !important;
	padding-right: 30px !important;
	margin-bottom: 3px !important;
	/* stupid hack for IE otherwise it goes funky (transparent background graphic) */
	background: url("img/bg_hover_t.gif") center right no-repeat;
}

#navigation a:hover {
	background: url("img/bg_hover.gif") center right no-repeat;
}

/* header area */
#header {
	height: 22px;
	width: 100%;
	background: transparent url("img/bg_header.gif") repeat-x;
}

/* footer area */
#footer {
	position: absolute;
	bottom: 0;
	background: transparent url("img/bg_footer.gif") bottom repeat-x;
	width: 100%;
	text-align: right;
	font: normal 9px Verdana, sans-serif;
	color: silver;
	padding: 0 0 20px 0;
}

#footer p {
	margin-right: 20px;
	padding:8px;
}

#footer a {
	color: silver !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* main area */
#main {
	margin-bottom: 3em;
	height: auto;
	padding: .5em;
	color: #FFF;
	width:740px;
}

#news {
	margin-top: 204px;
	margin-left: 360px;
	margin-right: 80px;
	margin-bottom: 20px;
	font: normal 11px/16px Arial, sans-serif;
	color: silver;
	z-index: 25;
	padding-top:1px;
}