body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	background: #546f97;
	}
	
a:link, a:visited {
	color: #24406a;
	}
	
a:hover, a:active {
	color: #c00;
	}
	
.container {
	padding: 5px;
	background: #fff;
	width: 946px;
	}
	
.top_bar {
	background: url(images/bg_top_bar.gif) repeat-x;
	height: 33px;
	}
	
.header_fp {
	background: url(images/header_fp.jpg) top center;
	height: 228px;
	}
	
.header_in {
	background: url(images/header_in.jpg) top center;
	height: 171px;
	}
	
.language {
	width: auto;
	float: left;
	margin: 1px auto auto 5px;
	clear: none;
	display: inline;
	color: #fff;
	}
	
.language a {
	color: #fff;
	}
	
.menu {
	width: 207px;
	float: right;
	margin-right: 180px;
	margin-top: 23px;
	display: inline;
	}
	
.menu img {
	clear: both;
	}
	
.content_cell {
	background: url(images/bg_content_cell.gif) top repeat-x #efefef;
	height: auto;
	}
	
.content {
	background: #fff;
	border: #ccc 1px solid;
	border-bottom: #ccc 10px solid;
	padding: 10px;
	text-align: justify;
	margin-top:10px;
	}
	
.content_in {
	background: #fff;
	border: #ccc 1px solid;
	border-bottom: #ccc 10px solid;
	padding: 10px;
	text-align: justify;
	margin: 20px;
	height: auto;
	}
	
.content_in img {
	margin-right: 20px;
	}

.no_margin img {
	margin: 0;
	}
	
.menu_in {
	width: 207px;
	float: right;
	margin-right: 180px;
	margin-top: 1px;
	display: inline;
	clear: none;
	}
	
.menu_in img {
	clear: both;
	}

.imgborder {
	border: #ccc 1px solid;
	border-bottom: #ccc 10px solid;
	margin-top:10px;
	}
	
.content_3 {
	padding-top: 10px;
	}
	
.content_4 {
	padding-top: 20px;
	}
	
.footer {
	background: #24406a;
	padding: 10px;
	color: #fff;
	}
	
.footer a:link, .footer a:visited {
	color: #eee;
	}