@charset "utf-8";
/* CSS Document */

* {

			margin:0;
			padding:0;

	}

body{


			font-family:Tahoma, Verdana, "MS Sans Serif", "Trebuchet MS";
			margin:0px;
			padding:0px;
			background-color:#006699;
			
			




}

#container {

			position:relative;
			margin:0 auto;
			width:778px;
			height:auto;
			background:#FFFFFF;
			
		
			
		
			
			}

#header{


		padding:0px;
		width:778px;
		height:170px;
		margin-top:0px;
		margin-left:0px;
		float:left;


}

#logo{

		position:absolute;
		left:60px;
		top:0px;
		width:146px;
		height:170px;

}

#banner{

	position:absolute;
	left:393px;
	top:70px;
	width:492px;
	height:107px;
	z-index:10


}

#interacao{


	padding:0px;
	width:778px;
	height:230px;
	margin-top:0px;
	margin-left:0px;
	float:left;

}




#conteudo{

	margin:0px;
	padding:0px;
	float:left;
	background:url(../images/bg-main.jpg) repeat-x;
	width:778px;
	height:auto;

}
.box{

	width:247px;
	height:242px;
	float:left;
	padding-left:10px;
	margin-left:2px;
	margin-top:50px;
	background:url(../images/bg-box.jpg) repeat-x;

}

#rodape{


	
	
	width:778px;
	margin-bottom:0px;
	margin-left:0px;
	height:80px;
	float:left;
	background-color:#FFCC00;
	padding-top:30px;

}


/* Colunas Página Dentro */


#colsUm{

	width:380px;
	height:auto;
	background:url(../images/bg-main.jpg) repeat-x;
	float:left;
	margin:0px;

	
	
	

}

#colsDois{

	width:375px;
	height:auto;
	float:left;
	margin:0px;
	
	
	

}

/* Tags Html */


table{
margin:7px;

}

