*{	margin:0px;
	border:0px;
	padding:0px;
	}

h1{display:none;}
h3{border-left:6px #ddd groove ; margin:5px;}	
body{
	position:relative;
	float:none;
	margin:auto;
	width:100%;
	height:500px;
	background-color:#aaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

input, textarea {border:1px solid #CCCCCC;}

#tudo{
	position:relative;
	float:none;
	margin:auto;
	width:778px;
	height:200px;
	
}

#topo{
	position:relative;
	float:left;
	margin:auto;
	width:778px;
	height:95px;
	background-image: url(adm/img/logo.gif);
	
	background-color:#fff;
}
#topo a{position:relative;float:left;margin-top:20px;margin-left:550px;}

#banner{
	position:relative;
	float:left;
	margin:auto;
	width:778px;
	height:192px;
	background-image: url(adm/img/banner.jpg);

}

#menu{
	position:relative;
	float:left;
	margin:auto;
	width:134px;
	height:320px;
	background-color:#ddd;
	
	border-style:outset;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	border-color:#eee;
}

#menu ul{
	margin-top:15px;
	margin-left:5px;
	list-style-type: none;
	}

#menu ul li{margin-top:10px;}

#menu ul li a{
	padding-left:22px;
	font-weight:bold;
	color:#600;
	text-decoration: none;
	background-image: url(adm/img/menu1.jpg);
	background-repeat:no-repeat;
	}

#menu ul li a:hover{
	background-image: url(adm/img/menu2.jpg);
	background-repeat:no-repeat;
	text-decoration:underline;
	}

#conteudo{
	position:relative;
	float:left;
	margin:auto;
	width:643px;
	height:320px;
	background-color:#fff;
	overflow:auto;
	font-family: verdana;
	color:#c00;
	
	
}


#conteudocentro{
	margin:0 auto;
	width:450px;
}

#conteudo #textopagina{
	padding:10px;
}


#portifolio #texto{position:relative;
	font-weight: bold;
	width:450px;
	color:#c00;
}

#portifolio .imagemportifolio{
	position:relative;
	width:170px;	
	color:#c00;
	
}

#rodape{
	position:relative;
	float:left;
	margin:auto;
	width:778px;
	height:50px;
	background-color:#fff;
	margin-top:2px;
	font-family: verdana;
	color:#c00;
	background-image: url(adm/img/rodapeh.jpg);
	padding-top:35px;
}