body {
	background-color: #fff;
	background-image: url(../img/tlo2.jpg);
	background-repeat: no-repeat;
	background-position: top;


}

#wrapper {
	margin: 0 auto;	
	width: 896px;
	height: 1550px;

} 


#top {
	height: 250px;

}

#navigation {
	text-align: right;
	height: 25px;
	font-family: verdana; 
	font-size: 12px;
	color: #555;
}



#menu {
	padding: 3px 0;
	margin: 0;
}

#menu li {
	display: inline;
	border-right: 1px solid #555;
	padding: 0 30px;
}

#menu a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	text-decoration: underline;
}



#foto {
	color: #fff;
}


#content {
	color: #000;
	margin-left: 440px;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
    text-align: justify;
}


#content h1 {
	font-size: 16px;
	color: #ff0000;
	}
	
#content h3 {
	font-size: 14px;
	color: #ff0000;
	}	

#content h4 {
	font-size: 13px;
	text-decoration: underline;
	}

.foto {
	border: 1px solid #333;
}

.foto:hover {
	border: 1px solid #999;
}

#footer {
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	color: #bfbfbf;
	}


