/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#2C5E97;
    text-align: center;  
	}
	
#conteiner{
	margin:0px auto;
	width:860px;
	text-align:left;
	background-color:#FFF;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#top{
	background-color:#79A5DB;
	height:17px;
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding-top:3px;
	margin-bottom:7px;
	}
	
#left_column{
	float:left;
	width:184px;
	padding-left:16px;
	border-right:#AFD4E6 1px dotted;
	height:600px;
	}

#right_column{
	float:right;
	width:184px;
	text-align:center;
	margin-top:30px;
	}

#center_column{
	float:right;
	width:620px;
	padding-right:16px;
	text-align:center;
	}
	
#center_column2{
	text-align: justify;
	color:#069;
	font-size:14px;
	margin-top:30px;
	width:610px;
	}
	
#testi{
	float:left;
	width:400px;
	margin-top:30px;
	text-align:justify;
	color:#069;
	font-size:14px;
	}
#testi a{
	color:#069;
	}
#loghi_left{
	text-align:center;
	padding-bottom:20px;
	}
#loghi_right{
	height:250px;
	}
#loghi_center{
	width:400px;
	text-align:center;
	}

#footer{
	clear:both;
	height:30px;
	background-color:#79A5DB;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	}
#footer a{
	color:#FFF;
	text-decoration:none;
	}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	}
#footer2{
	clear:both;
	}

div#navigation ul{list-style-type: none;margin: 0;padding: 0;}
	div#navigation li{margin: 0;padding:0; }
	div#navigation li a{ display:block; text-align:right;  width:170px; text-decoration: none; padding: 6px 0 6px 0; color: #9A1C0D; font-size:12px;  line-height:12px; /*border-bottom:#AFD4E6 dotted 1px;*/}
	div#navigation li a:hover{color: #9A1C0D; font-weight:bold;}
	div#navigation li#activelink a{color: #9A1C0D; font-weight:bold}