* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	color: #FFF;
	height: 100%;
	background-color: #333;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #ef8200;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
input {
	width: 310px;
	height: 16px;
	font-size: 11px;
	line-height:16px;
	margin: 0 0 13px 0;
	border:0;
}
select {
	width: 310px;
	height: 19px;
	font-size: 11px;
	line-height:19px;
	margin-bottom: 10px;
	border:0;
}
textarea {
	width: 310px;
	height: 70px;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}
#container {
	width: 800px;
	height: 100%;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #58595b;
}
#header {
	height: 130px;
	background: url(../images/background_top.jpg);
}
	#logo {
		height: 90px;
		width: 90px;
		margin: 20px 0 0 25px;
		float: left;
	}
	#tagline {
		float: right;
		font-size: 9px;
		margin: 68px 25px 0 0;
		border-left: 2px #777 solid;
		line-height: 25px;
		padding-left: 15px;
	}

#menu {
	height: 25px;
	background-color: #1c4671;
	line-height: 25px;
	font-size: 11px;
}
	#menu ul {
		float: right;
		list-style: none;
	}
	#menu ul li {
		float: left;
		width: 112px;
		text-align: right;
		padding-right: 25px;
	}
	#menu ul li.selected {
		background-color: #ef8200;
	}

#flash {
	height: 292px;
}
#content {
	height: 100%;
}
	#photos {
		float: left;
		width: 280px;
		margin: 25px 0 10px 25px;
		line-height: 20px;
	}	
	#texto_longo {
		margin: 25px 25px 15px 115px;
	}
		#cv_left {
			float: left;
			width: 325px;
			display:block;
		}
		#cv_right {
			float: right;
			width: 325px;
		}
		#cv {
			width: 235px;
			float:right;
			display: block;
		}
		#cvfoto {
			width: 90px;
			float: left;
		}
	#texto {
		float: right;
		width: 405px;
		margin: 25px 25px 15px 0;
	}
	#texto ul {
		list-style:disc;
		margin: 0 0 10px 15px;
	}
	#texto ul li {
		margin-top: 5px;
	}
	#texto p {
		margin-bottom:10px;
	}
		#contact1 {
			width: 80px;
			float: left;
			line-height: 20px;
		}
		#contact2 img, #contact2 p {
			margin: 0 0 10px 80px;
		}
		
	#submenu, #projects {
		float: left;
		width: 280px;
		margin: 0 0 0 25px;
	}
	#submenu ul, #projects ul {
		list-style: none;
		text-align: center;
	}
	#submenu ul li, #projects ul li {
		width: 280px;
		height: 30px;
		line-height: 30px;
		margin: 0 0 1px 0;
		background-color: #ef8200;
	}
	#submenu ul li a:hover, #projects ul li a:hover{
		color: #1c4671;
	}
	#submenu ul li.selected, #projects ul li.selected {
		background-color: #1c4671;
	}
	#projects img {
		border: 1px solid #AAA;
	}
	#projects img:hover {
		border: 1px solid #FFF;
	}
	
#footer {
	clear:both;
	height: 25px;
	width:800px;
}
	#footer .selected, #texto a {
		color:#ef8200;
	}
	#footer div {
		float: right;
		line-height: 25px;
		font-size: 9px;
		padding: 0 29px 0 29px;
		border-right: 2px #777 solid;
	}
	#footer div.noline {
		border-right: none;
	}