 
@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:10px;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	color:#06F;
}
#menu a, a:link, a:active, c:visited {
	text-decoration:none;
	color:#000000;
}

#topo{ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:99px;
} 

#shadow1{
	margin: 0 auto;
	background-image:url(../imagens/topo.png);
	height:8px;
}

#shadow2{
	margin: 0 auto;
	background-image:url(../imagens/bottom.png);
	height:8px;
}

#center{ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
	height:50%;
	min-height:180px;
} 

#bottom{ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
} 

#ads{
	float:left;/*right:50%;*/
	padding: 6em 0;
	position:absolute;
}
#colorpicker{
	font-size:5px;
	height:12px;
}
#buttonpicker{
	font-size:8px;
	height:30px;
	width:10px;
	text-align:left;
}

#b {
	float: left;
	border:solid 1px #000;
	background-color:#CCC;
	padding: 0.5em 1em;
	position:relative;
}
#bsel{
	float: left;
	border:solid 1px #000;
	background-color:#FFF;
	padding: 0.5em 1em;
	position:relative;
}
#line{
	border-bottom:1px solid #000;
}