body {
margin: 0; padding: 0;
font-size: 0.75em; line-height: 1.50em; font-family: arial, verdana, sunsans-regular, sans-serif;
background-image: url(../imagem/bg-body.png);
background-repeat: repeat-x;
background-position: 0 0;
}

form {
margin: 0;
padding: 1.17em;
}

label, input {
display: block;
float: left;
margin-bottom: 1.17em;
}

label {
margin-right: 0.83em;	
width: 6.67em;
text-align: right;
}

input {
width: 16.67em;
background-color: white;
}

br {
clear: left;
}

button {
width: 230px;
height: 34px;
color: white;
font-weight: bold;
border: 0px  none;
background-image: url(../imagem/bg-button-a.png);
background-repeat: no-repeat;
background-position: 0 0;
}

button:hover {
background-image: url(../imagem/bg-button-b.png);
background-repeat: no-repeat;
background-position: 0 0;
}

/*====================================================================================================*/

#container {
margin:0 auto;
padding: 0;
width: 60.67em;
}

/*====================================================================================================*/

#navigation {
margin: 0;
padding: 0;
min-height: 5.00em;
}

#navigation ul {
margin-top: 0.83em;
float: right;
}

#navigation li {
margin-left: 0.83em;
display: inline;
}

#navigation li a {
color: #333;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}

/*====================================================================================================*/

#topknot {
margin: 0;
padding: 0;
min-height: 7.50em;
background-image: url(../imagem/bg-logo.png);
background-repeat: no-repeat;
background-position: 0 0;
}

/*====================================================================================================*/

#content {
margin: 0 13.33em;
padding: 0;
min-height: 36.00em;
}

#content p {
margin: 0;
padding: 1.17em;
text-align: justify;
}

/*====================================================================================================*/

#left {
margin: 0;
padding: 0;
width: 13.33em;
float: left;
}

/*====================================================================================================*/

#right {
margin: 0;
padding: 0;
width: 13.33em;
float: right;
}

/*====================================================================================================*/

#footer {
margin: 0 auto;
min-height: 7.50em;
background-image: url(../imagem/bg-footer.png);
background-repeat: repeat-x;
background-position: 0 0;
}

#footer p {
margin: 0;
padding: 2.34em;
text-align: center;
}