/* -- INCLUDE OTHER CSS -- */
@import url("navigation.css");
@import url("news.css");
@import url("styles.css");

/* -- General -- */
html, body  { 
	margin: 15px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* -- Layout -- */
#float_container {
	margin: 0 auto;
	padding: 50px 30px 0px 30px;
	width: 800px;
	height: auto;
	font-size: 1em;
	background-image: url("../images/bg-float_container.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#float_container #head_container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 120px;
	overflow: hidden;
}

#float_container #head_container #navigation {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 120px;
	overflow: hidden;
	font-size: 0.86em;
	float: left;
}

#float_container #head_container #logo {
	margin: 0px;
	padding: 0px;
	width: 141px;
	height: 120px;
	overflow: hidden;
	float: right;
}

#float_container #main_container {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	height: auto;
}

#float_container #main_container #main_container_left {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 380px;
	display: block;
	float: left;
	background: #fc7717;
	font-size: 0.75em;
	text-align: right;
}

#float_container #main_container #main_container_right {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 380px;
	display: block;
	float: right;
	background: #CCCCCC;
}

#float_container #main_container .home_center {
	margin: 0px;
	padding: 50px 200px 0px 200px;
	width: 400px;
	height: 430px;
	display: block;
	float: right;
	text-align: center;
}

#float_container #footer_container {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	height: 30px;
	display: block;
	text-align: right;
	color: #999999;
	text-decoration: none;
	font-size: 0.8em;
}

#float_container #footer_container a,
#float_container #footer_container a:hover,
#float_container #footer_container a:active,
#float_container #footer_container a:visited {
	color: #999999;
	text-decoration: none;
}


