a:link {text-decoration:none; color:#3A8098;}    /* unvisited link */
a:visited {text-decoration:none; color:#3A8098;}   /* visited link */
a:hover {text-decoration:none; color:#FFFFFF;}    /* mouse over link */
a:active {text-decoration:none; color:#FFFFFF;}   /* selected link */



html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:black;

	font-family: arial,sans-serif;
	font-size: 100%;
	color:#FFFFFF;
}


h1 { 
	font:1.5em "Euro-Bold-Extended", arial,sans-serif;
	margin:0.5em 0 0 0;
}

h2 {
	font:1.25em "Euro-Bold-Extended", arial,sans-serif;
	margin:0.5em 0 0 0;
}

h3 {
	font:1em "Euro-Bold-Extended", arial,sans-serif;
	margin:0.5em;
	color:#cccccc;
}


h1, h2, a {
	color:#cccccc;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:975px;
	background:#111111;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#header {
	padding:0;
	background:#111111;
	border-bottom:0px;
}
	div#header p {
		font-size:1.1em;
		margin:0;
	}


div#content {
	padding:2em 1em 2em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #171717;
	border-top:0px;
	font-size: 9px;
	text-align: center;
}
	div#footer p {
		padding:0.6em;
		margin:0;
	}