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

body {
	background-image:url(body_background.jpg);
	background-position:center top;
}

/********************************************************************************************/
/* IDS */
/********************************************************************************************/

#logo {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-494px;
	z-index:5;
}

#header {
	position:absolute;
	left:50%;
	top:12px;
	margin-left:-494px;
	padding-right:12px;
	width:976px;
	height:136px;
	background-image:url(header_background.gif);
	background-repeat:no-repeat;
	text-align:right;
	z-index:3;
}

#navigation {
	position:absolute;
	left:50%;
	top:64px;
	width:976px;
	margin-left:-494px;
	z-index:4;
	text-align:right;
	padding-right:12px;
}

#blue_background {
	position:absolute;
	left:50%;
	top:107px;
	margin-left:-482px;
	width:976px;
	height:497px;
	background-image:url(blue_background.gif);
	background-repeat:no-repeat;
	z-index:1;
}

#blue_background_small {
	position:absolute;
	left:50%;
	top:107px;
	margin-left:-482px;
	width:976px;
	height:497px;
	background-image:url(blue_background_small.gif);
	background-repeat:no-repeat;
	z-index:1;
}

#content_footer {
	float:left;
	width: 964px;
	height:40px;
	background-image:url(footer_background.gif);
	margin-left:12px;
	_margin-left:6px;
}

#header_flags {
	float:right;
	margin-top:13px;
	margin-right:20px;
}
