@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
'
/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}

.clear-both {
	clear: both;
	display: hidden; 
}

img {
	border:none;
}

.image_left {
	float:left;
}

.image_right {
	float:right;
}

p.footer_text {
	font-size:1.1em;	
}

p {
	margin-bottom: 5px;
}

.foot_column {
width:300px;
margin-right:42px;
float:left;
}

#wrapper {
	width:936px;
	margin:20px auto 0px auto;
}

#header {
	width:936px;
	height:71px;
	margin-bottom:26px;
	position:relative;
}

#content {
	height:668px;
	width:936px;
	margin-bottom:11px;
	position:relative;
}

#footer {
	width:936px;
	position:relative;
}

#credits {
	width:936px;
	position:relative;
}

#ie6upgrade {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF00;
	padding: 10px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CC0000;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 10px;
	font-size: 14px;
	position: absolute;
	z-index: 99;
}
#ie6upgrade a:link, #ie6upgrade a:visited {
	color: #0000CC;
	text-decoration: underline;	
}
#ie6upgrade a:hover {
	color: #0000CC;
	text-decoration: none;	
}