/* BÁSICO */

* {magin: 0; padding: 0;}

body {
	background: #F9E990;
	color: #817107;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(http://img.photobucket.com/albums/v481/sweetpalace/pinto/layout/background.gif);
	}


A:link, A:visited, A:active {
    	text-decoration: none; color: #DFD704; font-weight: bold}
A:hover {
	text-decoration: none; color: #C9C20B; font-weight: bold}


b, strong {color: #FCCB91; font-weight: bold; cursor: default;}
i, em {color: #F98905; cursor: help}
img {border: 0px;}
ul, li {list-style: none}



/* LAYOUT */

#container {
	width: 566px;
	height: 100%;
	margin: auto;
	padding: 0;
	text-align: left;
	color: #000;
	background: #FCCB91;
	border: 0px solid #fff;
	background-image: url(http://img.photobucket.com/albums/v481/sweetpalace/pinto/layout/topo.gif);
	}


#topo {
	width: 566px;
	height: 242px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(http://img.photobucket.com/albums/v481/sweetpalace/pinto/layout/topo_chocolate.gif);
	text-decoration: none;
	display: inline;
	}

#rodape {
	width: 566px;
	height: 56px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(http://img.photobucket.com/albums/v481/sweetpalace/pinto/layout/rodape.gif);
	text-decoration: none;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #A28D18;
	text-align: center;
	}


#conteudo {
	width: 540px;
	clear: both;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS" Tahoma;
	line-height: 1.2; 
	text-align: justify;
	border-left: 13px solid #FDFF7E;
	border-right: 13px solid #FDFF7E;
	color: #817107;
	}

#conteudo:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	}



/* TIRAS DE TÍTULO */


.separador {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: #FBEDA1;
	color: #B0A351;
	font-weight: none;
	border-left: 14px #FED6A6 solid;
	padding-left: 5px;
	}



/* MENU */

.menu{
	padding-left: 45px;
	padding-top: 7px;
	width: 400px;
	}

#menuhorizontal {
	border: none;
	margin: 0;
	font: 12px "Trebuchet MS";
	font-weight: normal;
	}

#menuhorizontal li {
	list-style: none; 
	margin: 0;
	display: inline;
	font-weight: normal;
	}

#menuhorizontal li a {
	height: 1px; /* IE5.0 bug */
	padding: 3px 5px; 
	margin: 0;
	border: 0px solid; 
	background: #FCFDC1;
	text-decoration: none;
	font-weight: normal;
	}

#menuhorizontal li a:link {
	color: #CAC306;
	font-weight: normal;
	}

#menuhorizontal li a:visited {
	color: #CAC306;
	font-weight: normal;
	}

#menuhorizontal li a:hover {
	background: #FED6A6;
	color: #FDFF7E; 
	}



/* NAVEGAÇÃO */


#paginas {
        	width: 100%;
        	text-align: center;
        	}

#paginas a, #paginas a:link, #paginas a:visited, #paginas a:active {
        	background: #CDD9C1;
        	color: #61675C;
        	border: 1px solid #999999; 
	        border-width: 0px 1px 1px 0px;    
		text-decoration: none;
		}

#paginas a:hover {
		background: #A5D0BA;
        	color:#61675C;
        	border: 1px solid #999999; 
	        border-width: 0px 1px 1px 0px; 
		text-decoration: none; 	
		}


/* FORMULÁRIOS */

input, select, textarea {
		font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif; 
		font-size: 8pt; 
		color: #B0A351; 
		background: #FBEDA1;
		border-left: 0px solid #999;
		border-top: 0px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		}


/* PINTOS */

.pinto0 {
	width: 50px;
	float: left;
	text-align: center;
  	margin-top: 10px;
  	margin-bottom: 20px;
	}

.pinto1 {
	background: #FDEDDA;
	border-bottom: 1px #CCCCCC dashed;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	width: 535px;
	text-align: justify;
	float: left;
	}
	
.pinto2 {
	background: #FCF4C6;
	border-bottom: 1px #CCCCCC dashed;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	width: 535px;
	text-align: justify;
	float: left;
	}
