body {
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, form, p {
	margin: 0;
	padding: 0;
}

input[type=text] {
	width: 250px;
	font-family: Verdana;
}

input[type=submit] {
	font-weight: bold;
}

textarea {
	width: 320px;
	font-family: Verdana;
	font-size: 0.9em;
}

input.button {
	background: #ddd url("../images/bg-btn.gif") repeat-x 0 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	width: auto;
	margin: 0;
	overflow: visible;
	padding: 4px 8px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-bottom-color: #bbb;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer; 
}

input.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input.button:focus, input.button:hover {
	border-color: #888 #888 #777;
	background-position: 0 -6px;
	color: #000;
}

input.button:active {
	background-image: none !important;
	text-shadow: none !important;
	outline:none !important;
}

a, a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
	border: 0;
}

#centraliza {
	width: 739px;
	margin: 0 auto;
	border: 0;
	position: relative;
}

#topo {
	background: url('../images/backtopo.png') no-repeat;
	padding: 10px 20px 0 20px;
	height: 79px;
}

#menu {
	float: right;
	padding: 7px 0 0 10px;
	margin: 25px 40px 0 0;
	background: url('../images/backmenu.png') no-repeat;
	font-size: 0.9em;
	width: 234px;
	height: 23px;
}

#menu li {
	float: left;
	padding: 0 10px 0 10px;
}

#menu a {
	color: #00568B;
	text-decoration: underline;
	font-weight: bold;
}

#miolo {
	background: url('../images/background.jpg');
	padding-bottom: 70px;
	float: left;
	width: 100%;
}

#rodape {
	background: url('../images/backrodape.jpg') no-repeat;
	height: 203px;
	clear: both;
}

img.twitter {
	position: absolute;
	width: 268px;
	height: 237px;
	left: 0;
	bottom: 0;
}

#perfil {
	background: url('../images/backperfil.png');
	width: 415px;
	height: 219px;
	float: left;
	margin: 20px 0 0 15px;
	padding: 30px 10px 0 10px;
	display: inline;
}

#dados {
	background: url('../images/backdados.png');
	width: 226px;
	height: 219px;
	float: left;
	margin: 20px 0 0 26px;
	padding: 30px 10px 0 10px;
	display: inline;
}

#cursos {
	background: url('../images/backcursos.png');
	width: 687px;
	height: 126px;
	float: left;
	margin: 20px 0 0 15px;
	padding: 30px 10px 0 10px;
	display: inline;
}

#portfolio {
	background: url('../images/backportfolio.png');
	width: 687px;
	height: 373px;
	float: left;
	margin: 20px 0 0 15px;
	padding: 35px 10px 0 10px;
	display: inline;
}

#contato {
	background: url('../images/backcontato.png');
	width: 687px;
	height: 352px;
	float: left;
	margin: 20px 0 0 15px;
	padding: 35px 10px 0 10px;
	display: inline;
}

ul.cursos {
	overflow: hidden;
	overflow-y: scroll;
	height:115px;
}

ul.cursos li {
	list-style-type: disc;
	margin-left: 15px;
	padding: 3px 0 3px 0;
}

div.opaco {
	padding: 10px;
	background-color: #FFFFFF;
	opacity: .75;
	filter: alpha(Opacity=75);
	-khtml-opacity: .75;
	line-height: 17px;
}

ul.botoes {
	float: left;
	margin: 30px 0 30px 340px;
	display: inline;
}

ul.botoes li {
	float: left;
	margin-left: 25px;
}
