



/* <<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
 color: #9f8e66;
 margin: 0;
 padding: 0;
 height: 100%;
 background:#f1e9d7;
 font-family: Arial, sans-serif;
}

html {
height: 100%;
}



/*------------------------------- Main Body ----------------------------------*/


#imagem { text-align:center; background:url(bg.jpg) #f1e9d7 repeat-x}

#pagecima{background:#fff8e7; height:40%;}

#pagebaixo{background:f1e9d7; height:auto;}

#pagebaixo, #pagecima, #imagem {clear:both; margin:0px;}

img {margin:0; border:none;}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ------------------------------- General ---------------------------------- */
p {
 text-align:right;
 margin-right: 77px;
 margin-top:0px;
 color: #000;
}

a {
 color: #2d1e46;
 text-decoration: none;
}

a:hover {
 color: #D8206F;
 text-decoration: none;
}