body {
      background: #fff url(fundo.png) no-repeat center top;
      margin-left : 0;	
      margin-top : 0;
      margin-right : 0;	
      margin-bottom : 0;	
      font-family: verdana, helvetica, arial, sans-serif;
      font-size: 12px;
      color: #785a4a;
      overflow: auto;
}


a:link {	
       text-decoration : underline;	
       color : #785a4a;
}

a:visited {	
       text-decoration : underline;	
       color : #785a4a;
}

a:hover, a:active {	
        text-decoration : none;	
        color : #785a4a;
}

#center {	
	background: url(footer.jpg) no-repeat right bottom;
	position : absolute;
	left : 50%;
	top : 150px;
	width : 880px;
	margin-left : -440px;
	margin-top : 0px;
	overflow : auto;
}

.links {
	font-family: verdana, helvetica, arial, sans-serif;
    	font-size: 14px;
    	color: #0c4c27;
    	overflow: hidden;
    	height :40px;
}
a.main_links:link, a.main_links:visited {
	color: #0c4c27;
	text-decoration: none;
}
a.main_links:hover, a.main_links:active {
	color: #0c4c27;
	text-decoration: underline;
}
#container {
	width : 850px;
	height : auto;
	margin : auto;
	overflow : hidden;
}

#content {
	 top : 50px;
	 width : 550px;
	 float : left;
	 overflow: auto;
}
#bar {
	 top : 50px;
	 width : 200px;
	 height : 400px;
	 float : right;
	 overflow: auto;
}
#footer {
     left : 50%;
     margin-top : 20px;
     margin-left : 70px;
	 width : 800px;
	 height : 50px;
	 float : left;
	 overflow : auto;
	 border-top : 1px #666 dashed;
}
.login {	
	border: 1px solid #0f4e29;
	background: #f7f9dc;
	font-size: 12px;
	color: #0f4e29;
	width:150px;
	height:20px;
}
.logout {	
	border: 1px solid #999999;
	background: #f7d0d0;
	font-size: 10px;
	font-weight: bold
	color: #666666;
	width:100px;
}
.login_error {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.login_ok {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.title_minor {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.photo img {
	padding:3px;
	border:1px solid #333333;
	margin:0 3px 0;
}

a.textsize:link {
    color: #000000;
	text-decoration: none;
	padding:2px;
	border:1px solid #999999;
	margin:0 2px 0;
}
a.textsize:visited {
	color: #000000;
	text-decoration: none;
	padding:2px;
	border:1px solid #999999;
	margin:0 2px 0;
}
a.textsize:hover {
    background: #f7f9dc;
    color: #000000;
	padding:2px;
	border:1px solid #666666;
	margin:0 2px 0;
}
a.textsize:active {
	background: #f7f9dc;
	color: #000000;
	padding:2px;
	border:1px solid #666666;
	margin:0 2px 0;
}