/*************************
*  Atribuições Gerais
**************************/
*{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}

/*************************
*  Gerais
**************************/
body{ background: transparent url('../img/bg_body.gif') left top repeat; }

h2{ 
	margin: 10px;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #b3b3b3;
	color: #6a6a6a;
}
	/*************************
	*  div > global :: Todo Portal
	**************************/
	div#global{
		margin: 25px auto;
		width: 802px;
	}
		/*************************
		*  div > header :: Logo+Imagem
		**************************/
		div#header{
			height: 215px;
			background: transparent url('../img/bg_header.jpg') left top repeat-x;
			border-top: 1px solid #fff;
		}

			/*************************
			*  h1 :: Logo
			**************************/
			h1{
				width: 213px;
				_width: 210px;
				height: 215px;
				display: block;
				text-indent: -5000em;
				background: transparent url('../img/logoCV.gif') 32px 20px no-repeat;
				float: left;
				
			}

			/*************************
			*  img > head :: Imagem
			**************************/	
			img#head{
				width: 589px;
				height: 215px;
				display: block;
			}

		/*************************
		*  
		**************************/		
		div#main{
			float: left;
			background-color: #fff;
			padding-bottom: 30px;
		}
		
		/*************************
		*  
		**************************/		
		div#leftCol{
			width: 213px;
			border-right: 1px solid #b3b3b3;
			float: left;
		}
			/*** div > postit ***/
			div#postit{
				margin: 0 0 0 7px;
				padding: 7px 0 0 7px;
				width: 193px;
				height: 89px;
				font: normal 11px Arial, Helvetica, sans-serif;
				color: #6a6a6a;
				background: transparent url('../img/bg_postit.jpg') left top no-repeat;
			}
				div#postit p strong{
					color: #555;
				}
			
			/*** div > bnr ***/
			div.bnr{
				text-align: center;				
			}
				/*** h2 ***/
				div.bnr h2{
					text-align: left;
					clear: both;
				}
				div.bnr div{
					display: inline;
				}
				
				/*** imgs ***/
				div.bnr img{
					display: block; 
					display: inline;
					margin: 5px;
				}

		/*************************
		*  div > rightCol :: Conteudo
		**************************/		
		div#rightCol{
			width: 567px;
			padding: 0 10px;
			float:right;
		}

		/*************************
		*  div > footer :: Rodapé
		**************************/		
		div#footer{
			margin: 5px 0 30px;
			width: 802px;
			height: 28px;
			float: left;
			background: transparent url('../img/bg_footer.gif') left top repeat-x;
			font: normal 11px Arial, Helvetica, sans-serif;
			line-height: 30px;
			text-align: center;
			color: #444;
		}