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

<style type="text/css">

/* notice containers are absolutely positioned now! 
With this setup, you cannot display huge content in your centered div 
without having to worry that your content hides somewhere
above or on the left of the page.*/

#wrapper {
	position:absolute;
	top:20px;
	left:-2px;
	width:100%;
	float:left;
	height:747px;
	
}

#floater {float:left; height:50%; margin-bottom:-250px;}


#container {
	border: 1px solid black;
	height: 718px;
	width: 950px;
	margin:0 auto;
	clear:both;
	position:relative;
	background-color: #FFF;
} 

.header {
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 0px;
}
.right_column {
	height: 347px;
	width: 393px;
	position: absolute;
	left: 557px;
	top: 194px;
	z-index:3;
	background-color: #FFF;
	text-align: right;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	position: absolute;
	height: 341px;
	width: 486px;
	left: 0px;
	top: 194px;
	z-index: 4;
	background-color: #FFF;
	padding-top: 15px;
	letter-spacing: .02em;
	padding-left: 50px;
	padding-right: 15px;
}
/*line height of the "Paragraph" tag content*/
p.spacing {line-height: 130%}

/*Link Style*/
a:link {
	color: #039;
	text-decoration: underline;
}
a:active {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	color:#C03;
	text-decoration: none;
}

/*Link Style End*/

.small_title {
	font-size: 18px;
	color: #039;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
	letter-spacing: .1em;
}

.footer {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 550px;
	z-index:2
}
body {
	background-color: #CCC;
}
</style>
.content_blue {
	color: #039;
}
.content_blue {
	color: #036;
}
