@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

/* ---------- */
/* typography */
/* ---------- */
body {
	font: 1em/1.5 Calibri, Verdana, Arial, sans-serif; 
	word-spacing: 0.1em;
	font-size: 91%;
}
p, h4, h5, ol, ul, li, pre, table, input, select, th, td {font-size: 1em;}  
h1 {font-size: 1.3em; line-height: 1.6em;}  
h2 {font-size: 1.2em; line-height: 1.4em; font-weight: bold;}  
h3 {font-size: 1.0em; font-weight: bold;}  
h4 {font-size: 1.0em;} 
h5 {font-size: 1.0em;}  
h6 {font-size: 0.8em;}  
pre, code {font-family: Consolas, monospace;}
b {font-weight: bold;}


/* ---------- */
/* good stuff */
/* ---------- */
img {border: 0; display: block; max-width: 100%;}
hr {color: #000000; border: solid 1px;}
p.nospace {margin-bottom: 0em !important;}
ul.nospace {margin-top: 0em !important;}
.indent {margin-left: 1.3em;}
.hide {display: none;}
.clearme {                             /* clear float containers */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}


/* ----- */
/* links */
/* ----- */
a {
	color: #000;
	text-decoration: none;
}
a:visited {color: #000;}
a:focus, a:hover {color: #000;}
a img {border: 0;}


/* --------- */
/* structure */
/* --------- */
html, body {height: 100%;}
body {
	vertical-align: text-top;
	text-align: center;
	color: #ddd; 
	background-color: #000;
}
#header img {
	margin-left: auto;
    margin-right: auto;
}
#page, #credit {
	position: relative;
	margin: 10px 60px 0px 60px;
	padding: 0.5em;
	width: auto;
	background-color: #acacac;
	text-align: left;
	color: #333; 
}
#footer {
	position: relative;
	margin-right: 60px;
	padding-top: 1em;
	text-align: right;
	background-color: #000;
	font-size: 0.8em;
}


/* -------- */
/* clearfix */
/* -------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------- */
/* banners */
/* ------- */
dl.banners {
	float: left;
}
.banners dt img {
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.banners dt {font-weight: bold; width: 234px;}

.row {
	clear: left;
	float: left;
}



