*{padding:0;margin:0;border:0;}
html,body{
		height:100%;
		background:#1f3d61;
		font-family:"Arial";
		font-size:13px;
		color:white;
}
body{margin-top:10px;}

#title{width:100%;clear:both;}
#title img{border:0}

#content{
		width:280px;

		font:13px/1.2 normal normal Arial,Verdana,sans-serif;
}
a{text-decoration:underline;color:white}
a:hover{text-decoration:none;color:white}
a:visited{text-decoration:underline;color:white}
h6{font-size:1em;margin-bottom:8px;}
p{padding-bottom:12px;}

#menu{width:120px;}
#menu ul,#menu ul li{
		margin:4px;
		list-style:none;
}
#menu li{background: url(nav2/arrow.gif) no-repeat;}
#menu a{
	color:white;
	height:17px;
	line-height:17px;
	padding-left:8px;
	background:#1f3d61 url(nav2/arrow.gif) no-repeat 0 -17px;/*same as line-height and size of arrow.gif*/
	text-decoration: none;
	display: block;
}
#menu a:visited{
	color:white;
	text-decoration:none;
}
#menu a#active{background: none;}    
#menu a:hover{background: none;display:block}
#menu img{border:0;}

#fotoes{
		margin-left:10px;
		width:340px;
}
#fotoes img{margin-bottom:10px;width:340px;}

#menu, #fotoes, #content{float:left;}