@charset "utf-8";
/* CSS Document */

body { 
	background: #CCC;
	margin:0;
	padding:0;
	vertical-align:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #505050;}

.cf {
	clear:both;}

#wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

#header {
	width: 100%;
	height: auto;
	background: #FFF;
	}
#header img{
	margin:10px;
	padding:0;}
	
#header a{
	float:right;
	margin:20px 20px 0px 0px;
	text-decoration:none;}
#header a:hover{
	float:right;
	margin:20px 20px 0px 0px;
	text-decoration:underline;}	
#banner {
	width:100%;
	height:440px;
	background:#999;
	}

#content {
	width:100%;
	height:auto;
	}

#columns {
	width:100%;
	height:auto;
	background:#FFF;
	}

.col{
	width:317px;
	height:490px;
	background:#FFF;
	float:left;
	padding:8px;
	}

#columns2 {
	width:100%;
	height:auto;
	background:#FFF;
	}

.col2{
	width:317px;
	height:auto;
	background:#FFF;
	float:left;
	padding:8px;
	}
#columns3 {
	width:100%;
	height:auto;
	background: #FFF;
	}

.col3{
	width:683px;
	height:auto;
	background:#FFF;
	float:right;
	padding:8px;
	}

#ligas {
	width:100%;
	height:auto;
	background:#FFF;
	}


	
#ligas a{
	margin:0;
	padding:5px;
	font-size:12px;
	text-decoration:none;
}
#ligas a:hover{
	margin:0;
	padding:5px;
	font-size:12px;
	text-decoration:underlines;
}

#footer{
	width:100%;
	height:auto;
	background: #CCC;
	}

#footer p{
	color: #666;
	font-size:10px;
	text-align:center;
	padding:10px 20px;
