@charset "UTF-8";
/* CSS Document */

body { background-color:white;
}


.center_column {
	position: absolute;
        background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
	}
	
.fierce {
background-image:url(images/sidelines.gif);
background-repeat: repeat-y;
}

.sidelines {
background-image:url(images/sidelines.gif);
background-repeat: repeat-y;
}

.footer {
background-image: url(images/footer.gif);
margin-bottom: .01%;
}

#headline {
	position:relative;
	left:135px;
	top:-210px;
	z-index:100;
}

#main_text {
	position:relative;
	left:190px;
	top:-190px;
	width:550px;
	z-index:101;
	text-align: justify;
	}
	
#small_links {
	position:absolute;
	left:790px;
	top:280px;
	width:150px;
	z-index:102;
	text-align: right;
	height: 1171px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
.main_text_font {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1c4547;
	line-height: 18px;
}

a:link {
	text-decoration: none;
	color: #378c91;
}


a:hover {
	color: #378c91;
	text-decoration: underline;
}

