/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #eff;
		background: url('imagens/degrade.jpg') ;
		background-attachment: fixed;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 770px; 
		min-height:99%;
		text-align: left;
		background-color: #c0c0c0;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-down: 1px solid #666666;
        position:relative;
		}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:770px;w\idth:770px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 


#header {
		width: 750px;
		height: 100px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		border: 0px ;
		}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:127px;he\ight:127px}
#mainnav {
		width:100%;
		height: 20px;
		border-top: 0px solid #e6e6e6;
		border-bottom: 0px solid #e6e6e6;
		}
		
* html #mainnav{height:22px;he\ight:20px}		
#sidebar {
		float: right;
		width: 170px;
		padding:5px 0 ;
}
#content {
		font: 11pt arial, helvetica, sans-serif;
		color: #000 ;
		width: 755px;
		padding:5px 15px ;
		}

		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 20px;
		text-align: center;
		background-color: #c0c0c0;
		border-top: 1px dotted #666666;
		padding: 3px 0 0 0;
		font: 11pt tahoma, arial, helvetica, sans-serif;
		color: black;
}



* html #footer {height:30px;he\ight:29px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter 
	{
	height:27px;width:100%;clear:both
	}
	
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}

.blank2 {bottom:-1px;border-top:1px solid #fff;
}

.thumbnail
		{
		float: right;
		text-align: right;
		width: 300px;
		border: 0em;
		margin: 0px 0px 0 0 ;
		padding: 1px;
		font-family: arial, helvetica, sans-serif;
		font-size:10px;
		}
		
.thumbnail2
		{
		float: left;
		width: 300px;
		text-align: center;
		border: 0em;
		margin: 0px 0 0 0px ;
		padding: 1px;
		font-family: arial, helvetica, sans-serif;
		font-size:10px;
		}

td		{
		text-align : left ;
		}
		
.clearboth 
		{
		clear: both; 
		}