body{
    padding: 0px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    font: 12px "Trebuchet MS", arial, Verdana, sans-serif;
    color: #3F3F3F;
}
div{
    float: left;
    position: relative;
    width: 100%;
}

#all{
    margin: 0 auto;
    width: 85%;
    min-width: 1024px;
    position: absolute;
    left: 50%;
    margin-left: -512px;


}



#header{
    background: url("../images/header.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 183px;
}
#logo{
    border: 0px solid red;
    width: 250px;
    top: 35px;
    left: 55px;
}
#logo img, #logo a {
    width: 250px;
    border: 0px ;
}
div form{
	float: left;
}
div #login_area{
	text-align:left;
	width:500px;
}
div #login_area #senha{
	width: 100px;
}
/*div #login_area #email, div #login_area #senha{*/
input[type=text], input[type=password], textarea{
	border: 1px solid #BBB;
	font-family:"Trebuchet MS",arial,Verdana,sans-serif;
	font-size:12px;
	margin-bottom: 3px;
}
#login_area #lembrar,
#login_area #cadastrese{
	margin-left: 6px;
}
div #login_area a, div #links_login a{
	color: #3A3A3A;
	text-decoration: underline;
}
#footer{
    background: url("../images/footer.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 98px;
    border: 0px solid green;
}
#content{
    background: url("../images/content.png");
    background-position: top center;
    background-repeat: repeat-y;
    min-height: 400px;
    text-align: left;
    border: 0px solid black;
    
    background-position: 0 0;
    
    

}

#header, #footer, #content{
    width: 1024px;
    background-color: white;
}

#header #nav{
    color: red;
    top: 40px;
}



#nav ul, #nav li  {
    display: inline;
    margin: 0px;
    padding: 0px 12px;
}

#nav a, #nav img{
    text-decoration: none;
    border: 0px;
    color: #808080;
}
#contet_all{
    padding: 0px 15px 0px 15px;
    border: 0px solid red;
    margin-left: 55px;
    width: 896px;

}
#contet_all #messages{
    border-bottom: 1px dotted #ccc;
    width: 100%;
    min-height: 20px;
    min-height: 20px;
    margin-bottom: 10px;
    background-color: #EFEFEF;
    text-align: right;
    color: #5F5F5F;
    font-weight: bold;
}
#messages .error, #messages .message{
    margin-right: 15px;
}
#messages .message{
    color: green;
}
#messages .error{
    color: red;
}
#footer{

    font-size: 10pt;
    text-align: center;
}
#footer a{
    color: #3A3A3A;
    font-weight: bold;
}
#footer #nav {
    margin-top: 10px;

}
#footer p, #footer ul, #footer li {
    margin: 0px;
    padding: 0px;
}
#footer li {

 }
#content h2 {
    font-family: Georgia, Serif, Helvetica, Sans-Serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #ac0000;
}
.submit{
    border: 1px solid grey;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
    background: grey;
    cursor: pointer;
}

#footer #nav a:before {
    content: "||";
}

