body {
	background: #ffffff;
	background-image: url(SBDI.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px; 
	font-family: verdana;
	font-size:10px;
	text-align: left;
	line-height:20px;
}

body #conteudo {
	background: #ffffff;
	font-family: verdana;
	border:solid 0px;
	width:600px;
	height:800px;
	margin:70 10;
	padding:0px;
	text-align: justify;
}
h1 {
	font-size:12px;
}
/*. marca o uso de class */
.menu li {
	background: #ffeeee;
	display:inline;
	padding:10px;
}
.cabe {
	background: #ffeeee;
	width:600px;
	text-align: justify;
	margin-bottom:2px;
}

.col1 {
	background: #ffffff;
	width:250px;
	float:left;
	margin-bottom:2px;
}
.col2 {
	background: #ffffff;
	width:180px;
	float:left;
	margin-bottom:2px;
}
.col3 {
	background: #eeeeee;
	width:110px;
	float:left;
	margin-bottom:2px;
}
.col4 {
	background: #eeeeee;
	width:110px;
	float:right;
	margin-bottom:2px;
}

img {
	border:solid 1px #ccc;
	padding:6px;
}


input { 
background-color: #ffeeee; 
font: 10px verdana, arial, helvetica, sans-serif;
color:#ee0000;
border:1px solid #000055;
}

