* {
	margin: 0; padding: 0; list-style: none; text-decoration: none;
}


body {
	font: 11px verdana, arial, 'trebuchet ms', sans-serif;
}

#geral {
	width: 780px;
	margin: 0 10%;
	background: #fff url(geral.gif) no-repeat top left;
	display: table;
	border-right: 5px solid #94ce88;
	
}

#conteudo {
		float: right;
		text-align: right;
		width: 400px;
		margin-right: 10px;
		min-height: 600px;
		_height: 600px;
		margin-top: -10px;
}

#conteudo p {
	font: 10px verdana, arial, 'trebuchet ms', sans-serif;
}

span.enfase {
	color: #000000;
}

h2 { font: verdana, arial, 'trebuchet ms'; color: #000000;
}

span.subtitulo {
	font: 11px verdana, arial, 'trebuchet ms', sans-serif; color: #000000;
}



ul#menu {
text-align: right;
padding-right: 10px;
padding-bottom: 20px;
	float: right;
	width: 700px;
	clear: both;
	
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	font: bold 12px verdana, 'trebuchet ms', arial, sans-serif;
	width: 80px;
	height: 36px;
	float: right;
	text-align: center;
	text-transform: lowercase;
	color: #cae2a0;
	padding-top: 8px;
}

ul#menu li a:hover {
	background: #fff url(menu.gif) no-repeat top center;
}










#rodape {
	width: 671px;
	padding-right: 15px; 
	float: right;
	color: #555;
	clear: both;
	margin-top: 50px;
	margin-right: -5px;
	padding-bottom: 20px;
	background: #fff url(rodape.gif) no-repeat bottom right;
	text-align: right;
}


ul.portfolio{
	margin-bottom: 30px;
	
	float: right;
	}

p.categoria {
	font: bold 16px 'rebuchet ms', sans-serif !important; 
	color: #FF4444;
	clear: both;
}

#portfolio {
	float: right;
	width: 100px;
	height: 100px;
	display: table;

}

ul.portfolio li a {
	display: block;
	padding: 5px;
	text-align: center;
	color: #333;
	background-color: #fff;
}

#portfolio :hover {
	background-color: #fbfbfb;
}

ul.portfolio li a img {
	border: 1px solid #eee;
	padding: 5px;
}


ul.portfolio li a:hover img {
	border: 1px solid #ccc;
}

p.descricao {
font-weight: bold !important;
}