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

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
}

body,html {
scrollbar-face-color: #4b4b4b;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #626262;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #4b4b4b;
scrollbar-track-color: #00070b;
scrollbar-arrow-color: #ffffff;
}


#container {
	position: relative;
	margin: auto;
	width: 980px;
}

#row-logo-links {
	float: left;
	width: 980px;
	height: 130px;
}

#row-content {
	float: left;
	width: 980px;
	height: 430px;
	background-image: url(../images/endless-reason_06.png);
	background-repeat: no-repeat;
}

#row-footer {
	float: left;
	width: 980px;
	height: 40px;
}

#info-column {
	float: left;
	width: 230px;
	padding: 20px;
}

#main-column {
	float: left;
	width: 670px;
	height: 390px;
	padding: 20px;
}

#text-column-centered {
	float: left;
	width: 542px;
	height: 390px;
	margin-left: 42px;
}


#text-column-1 {
	float: left;
	width: 325px;
	height: 390px;
	margin-right: 20px;
}

#text-column-2 {
	float: left;
	width: 325px;
	height: 390px;
}

#row-1 {
	float: left;
	width: 670px;
	height: 185px;
	margin-bottom: 20px;
}

#row-2 {
	float: left;
	width: 670px;
	height: 185px;
}

#column {
	float: left;
	width: 210px;
	margin-right: 20px;
	height: 185px;
}

#column-3 {
	float: left;
	width: 210px;
	height: 185px;
}

a:link {
	color: #01a1f9;
	text-decoration: none;
}
a:visited {
	color: #01a1f9;
	text-decoration: none;
}
a:hover {
	color: #026fab;
	text-decoration: underline;
}
a:active {
	color: #01a1f9;
	text-decoration: none;
}

