body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#e9ebd8;
	color:#5c4942;
}

#container{
	width:950px;	
	background-color:white;
	margin: 0 auto;
	padding:20px;
	display:block;
	overflow:hidden;
}

#menu{
	
	width:273px;
	float:left;

}


#logo{
	display:block;
	width:50%;
	height:40px;
	float:left;
}

#contato{
	display:block;
	width:50%;
	float:right;
	text-align:right;
}

#galerias{
	float:left;
	margin:10px 0 30px;
	display:block;
	width:100%;
}

#galerias img{
	border: 1px solid white;
	border-width: 1px 1px 0 0 !important;	
}

#galerias .secao{
	margin:5px 0;
	float:left;
	clear:both;
	width:100%;
}

#copyright{
	width: 200px;
	float:left;	
}

#conteudo{
	width: 650px;	
	float:right;
}

#conteudo #trab{
	float:left;
	text-align:center;
	width:650px;
}

#conteudo #desc{
	float:left;
	width:610px;
	background:#231f20;
	color:white;
	padding: 20px;
	margin:20px 0 0;
}

#desc .titulo{
	font-size:12px;
	clear:both;
	float:left;
	clear:both;
	display:block;
	width:620px;
	font-weight:bold;
}

#desc .desc{
	width:620px;
	font-size:10px;
	display:block;
}

#top{
	position:fixed;
	right:0;
	bottom:0;
	background:url('../imagens/topo.gif') no-repeat;
	width:50px;
	height:25px;
	cursor:pointer;
	}


/* h1,h2 etc */

h2,h1,h3{
	margin:0;
	padding:0;
}

h3{
	font-size:12px;
	background:#EBE8E6;	
}

h2{
	font-size:14px;
}


/* admin */

#menuLogin{
	width:350px;	
	background:url('../imagens/admin.jpg') no-repeat;
	padding: 55px 0 0 0;
}

#menuAdmin{
	width:100%;
	float:left;
	clear:both;
	margin:15px 0;
}

#admin #conteudo{
	width:800px !important;
}

#admin #menu{
	width:130px !important;
	border-right: 1px solid #eee;
	margin-right: 15px !important;
}

.tituloSecaoAdmin{
	font-size:16px;
	font-weight:bold;
}

#tableSecoes{
	width:60%;
	font-size:12px;
	border:1px solid #eee;
	margin:10px 0;
}

#tableTrabalhos{
	width:100%;
	font-size:12px;
	border:1px solid #eee;
	margin:10px 0;
}

td{
	padding:5px;
	background-color: #f6f6f6;
}

tr.impar td{
	background-color: #eee !important;
}

tr.vazio td{
	background-color: #FFD9C8 !important;
}

thead td{
	font-weight:bold;
	background-color:#dedede !important;		
}

.id, .status, .deletar{
	text-align:center;
}

a{
	color:#5c4942;	
	text-decoration:none;
}


a:hover{
	color:#A18479;
}

a img{
	border:0;
}

html{
	overflow-y:scroll;
}
