*{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;}

#content{
		width:280px;
		font-size:13px;
		font-weight:normal;
		line-height:1.2;
}
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:140px;}
#menu ul,#menu ul li{
		margin:4px;
		list-style:none;
}
#menu li{background: url(nav2/arrow.gif) no-repeat 0 3px;}
#menu a{
	color:white;
	display: block;
	height:17px;
	line-height:17px;
	padding-left:10px;
	background:#1f3d61;
	text-decoration: none;
	font-family:"Times New Roman", serif;
	font-size:15px;
}
#menu a:visited{
	color:white;
	text-decoration:none;
}
#menu a#active{background: none;}    
#menu a:hover{background: none;}

#fotoes{
		margin-left:10px;
		width:340px;
}
#fotoes img{margin-bottom:10px;width:340px;}

#menu, #fotoes, #content{float:left;}

