@charset "iso-8859-2";
/* CSS Document */

@import url("sitemap.css");

html, body {
	width:100%;
	height:100%;
}
body {
	margin:0px;
}
body, td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#003882;
}
a {
	color:#003882;
	font-weight:bold;
}
a:hover {
	color:#000;
}

div#wrapper {
	margin:0 auto;
	width:994px;
}

div#main {
	position:relative;
	float:left;
	width:994px;
	background-image:url(img/bg_index.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
div#flash {
	position:relative;
	float:left;
	width:986px;
	height:520px;
	padding:0px 4px 0px 4px;
	margin:0;
}

div#footer {
	position:relative;
	float:left;
	width:994px;
	background-image:url(img/bg_footer_start.jpg);
	background-repeat:no-repeat;
	padding:2px 0 0 0;
}
div#skip_intro {
	position:relative;
	float:left;
	width:994px;
	padding:5px 0 3px 0;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
div#footer_bottom {
	position:relative;
	float:left;
	width:994px;
	background-image:url(img/bg_footer_bottom.jpg);
	background-repeat:no-repeat;
	height:5px;
	margin-bottom:10px;
}

div#adr {
	position:relative;
	margin:0 auto;
	width:994px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:6px 0 0 0;
	height:20px;
}

div#adr a {
	color:#fff;
	text-decoration:underline;
}
div#adr a:hover {
	font-weight:bold;
}




