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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	height: 400px;
}
#language {
	text-align: right;
	padding-right: 10px;
	height: 1.5em;
}
#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	background-color: #FFF;
}
#language a:link {
	text-decoration: none;
	color: #000;
	background: transparent;
}
#language a:visited {
	text-decoration: none; 
	color: #000;
	background: transparent;
}
#language a:hover {
	text-decoration: none; 
	color: #0080C0; 
	background: transparent;
}
#language a:focus {
	text-decoration: none; 
	color: #0080C0; 
	background: transparent;
}
#language a:active {
	text-decoration: none; 
	color: #900; 
	background: transparent;
}

#banner {
	text-align: center;
	padding-top: 60px;
}
#left_column {
	float: left;
	width: 316px;
	text-align: center;
}
#column_container {
	float: left;
	width: 652px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#right_column {
	float: right;
	width: 316px;
	text-align: center;
}
#main_content {
	text-align: center;
	padding-top: 300px;
}

