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

html,body{margin:0;padding:0}
body{
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
p{
	margin:0 10px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

div#header{height:100px;line-height:80px;margin:0;
  padding-left:10px;background: #1c5e88;}
div#container{text-align:center}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

div#container{width:700px;margin:0 auto}
div#navigation{float:center;width:350px}
div#extra{float:right;width:350px}
div#footer{
	clear:both;
	width:100%;
	background-color:#1c5e88;
	height:64px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#footer_01{clear:both;width:100%; background-color:#083e61; height:8px;}
.txt_footer{text-align:center;font-family:Geneva, Arial, Helvetica, sans-serif;font-size:9px; color:#FFFFFF; font-style:normal; font-weight:lighter;}
.txt_links{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#1c5e88;
	font-style:normal;
	font-weight:lighter;
}

