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

body {
	margin-top: 20px;
	background: url(../images/bg.jpg) repeat-x;
}
#header {
	width: 855px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: url(../images/header_bg.png);
}
#header_logo {
	width: 210px;
	height: 40px;
	float: left;
}
#header_logo_desc {
	width: 180px;
	height: 40px;
	float: left;
	border: 0px;
}
#header_menu {
	width: 635px;
	height: 40px;
	float: left;
	text-align: right;
}
#header_flags {
	width: auto;
	height: 40px;
	text-align: right;
	float: right;
}
#header_links {
	width: auto;
	height: 40px;
}
#body_banner {
	width: 855px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	clear: both;
	border: 0px;
	
	border-bottom: groove;
	border-bottom-color:#CCC;
}
#footer {
	width: 855px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: both;
}
.footer_banners {
	width: 138px;
	height: 120px;
	float: left;
}
.footer_banners_spacer {
	width: 5px;
	height: 120px;
	float: left;
}
#footer_copyright {
	width: 855px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	clear: both;
	
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 30px;
	
	border-bottom: groove;
	border-bottom-color:#CCC;
}
#footer_copyright a{
	text-decoration: none;
}

