/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
/* GERAIS */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #666666;
}
a:link {
	color: #003333;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color: #003333;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	color: #003366;
	font-style:normal;
	text-decoration:none;
}
a:active {
	color: #003333;
	font-style:normal;
	text-decoration:none;
}

p
{
    margin-top:2px;
    margin-bottom:2px;
}
/* GERAIS */

#outer{
    height:100%;
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;    
    min-height:560px; 
    min-width:760px;
    position:absolute;    
    text-align:center;    
    vertical-align:middle;    
    width:100%;
}

#spacer{
    height:5%
}

#content{
    height:90%;
    vertical-align:middle;
    text-align:center;
    
}

#texto
{
    font-family:Arial;
    font-size:12px;
    height:205px;
    overflow:auto;
	padding-right:10px;
    
}

#titulo {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bolder;
color:#003333;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#background {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0px;
	background:url(../files/imagens/site/backrgound_11.jpg) bottom no-repeat;
}

#wrapper {
	
	background:url(../files/imagens/site/background.gif) no-repeat;
	float:left;
	height: 520px;
	width: 760px;

}
#header {
 color: #333;
 width: 738px;
 float: left;
 padding-left: 10px;
 height: 122px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: 270px;
 width: 170px;
 float: left;
}
#rightcolumn { 
 float:inherit;
 height: 300px;
 display: inline;
 padding:0px;
}
#footer {
	width: auto;
	clear: both;
	color: #333;
	margin: 0px 0px0px 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	height: 70px;
}
