*{
	border: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
	list-style: none;
	margin: 0;
	padding: 0;
}


body{
	
	background: #63afd0;
	font-size: 17px;
}


#wrap{
	
	width: 980px;
	position: relative;
	margin: auto;
}


#topnav{
	
	width: 220px;
	float: left;
	background: #cc0000;
	position: fixed;
	text-transform: uppercase;
}


#logo{
	
	text-align: center;
	display: block;
	border-bottom: 1px solid #353535;
	width: 221px;
	position: relative;	
	opacity: 1;
        padding: 15px 0 9px 0;
}


#navigation{
	
	margin-top: 30px;
	width: 220px;
}



#navigation li{
	
	margin: 0;
	padding: 0;
	
}


#navigation li a:link, #navigation li a:visited{
	
	text-decoration: none;
	margin-bottom: 1px;
	font-size: 20px;
	text-align: center;
	display: block;
	padding: 5px 10px 5px 0;
}


#navigation li a:hover{background: #9D9A62;}



#container{
	
	width: 710px;
	float: right;
	padding-right: 25px;
	left: -5px;
	position: relative;
	padding-top: 0;
	background: #619ec2;
}



.page_content{padding: 50px 10px 40px 25px}


#container h3.page_title{
	
	margin-left: 25px;
	font-size: 35px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 1px 1px 2px #185477;
	line-height: 2;
	padding: 5px 0 0 0px;
}


#text{
        
    float: left;
    margin-bottom: 17px;
}

#foto{
    
    margin-top: 10px;
    width: 725px;
}


#foto img{
	
	min-height: 150px;
	position: relative;
	margin-right: 26px;
	margin-bottom: 18px;
	float: left;
	background: #fff;
}


#foto img:hover{right: -10px;} 


#butoane{
    
    padding-left: 225px;
    padding-top: 15px;
    font-size: 20px;

}

.footer{
	
	text-align: center;
	font-size: 12px;
	margin-top: 40px;
	padding: 15px 0;
}