body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000;
}


#tudo {
	min-width:760px;
	max-width:960px;
	width: auto !important; /*IE6 hack*/
	width:960px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}

#principal {
	min-height: 400px;
	text-align: left;
	border: 1px solid #000;
}

#rodape {
	font-weight: bold;
	color: #ccc;
	text-align: right;
	border-top: 1px solid #666;
}

/* Configurações dos links do rodape */

#rodape a:link, #rodape a:hover {
	font-weight: bold;
	color: #ccc;
}

/* Margens dos boxes */
.container {
	padding: 10px;
}

/* Decoração do menu */

#navCircle {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #ccc;
}

#navCircle li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #ccc;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 6px;
	color: #fff;
	background: url(../layout/circle.gif) no-repeat bottom center;
}


