/* 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_back.jpg") top left no-repeat;
	font-family: Arial, sans-serif;
}

img {
	border: 0;
}

h1, h2, h3 {
	font: bold 15px "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;
}

a.linea {
	text-decoration: none !important;
	color: silver !important;
	font-weight: bold;
	cursor: default;
}

a.lineb {
	text-decoration: none;
	color: silver !important;
}

a.linec {
	text-decoration: none;
}

a.linec:hover, a.lineb:hover {
	text-decoration: underline;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#line {
	position: absolute;
	top: 192px;
	left: 180px;
	height: 2px;
	background: transparent url("img/bg_line.gif") repeat-x;
	width: 76%;
	z-index: 5;
}

#logo {
	position: absolute;
	top: 172px;
	left: 172px;
	z-index: 10;
}

#navigation {
	position: absolute;
	top: 232px;
	left: 0;
	width: 220px;
	text-align: left;
	z-index: 15;
	color: #FFEFC8;
	font:bold italic 14px/30px "Trebuchet MS", Arial, sans-serif;
}

#navigation a {
	display: block !important;
	text-align: left !important;
	width: 190px !important;
	height: 30px !important;
	margin-right: auto !important;
	text-decoration: none !important;
	color: #FFEFC8 !important;
	padding-left: 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 left no-repeat;
}

#navigation a:hover {
	background: url("img/bg_hover.gif") center left no-repeat;
}

.sticky {
	background: url("img/bg_hover.gif") center left no-repeat !important;
}

/* 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;
}

#wordsandstuff {
	margin: 190px 10% 20px 216px;
	font: normal 13px/19px Arial, sans-serif;
	color: silver;
	padding-top:1px;
	z-index: 25;
}
