* {
	padding:0px;
	margin:0px;
	border:none;
}

body {
	background-image:url(images/bg-site.jpg);
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#principal {
	width:950px;
	height:1024px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#cabecalho {
	width:950px;
	padding-top:20px;
}
#logo {
	width:308px;
	height:91px;
	background-image:url(images/lg-woopi.jpg);
}
#menu {
	width:950px;
	text-align:center;
}
#imagem {
	width:950px;
	height:294px;
	text-align:center;
}
#separador {
	width:950px;
	height:23px;
	background-image:url(images/barra-inf.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#textohome {
	background-image:url(images/bg_boxwhite.jpg);
	width:543px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
#boxsup {
	position:absolute;
	background-image:url(images/el-sup-boxwhite.jpg);
	width:583px;
	height:16px;
	margin-top:-15px;
	margin-left:-20px;
}
#boxinf {
	position:absolute;
	background-image:url(images/el-bottom-boxwhite.jpg);
	width:583px;
	height:16px;
	margin-left:-20px;
}
#noticias{
	width:300px;
	margin:0px 20px 0px 20px;
	float:right;
}
.thumb {
	float:left;
	padding-right:10px;
}
#noticias div {
	clear:both;
	margin-top:20px;
	height:100px;
}
#logotipos {
	width:583px;
	float:left;
	padding:10px;
}
h4 {
	color: #666666;
	margin-top:10px;
}
a {
	text-decoration:none;
	color:#6699cc;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
ul {
	margin-left:20px;
}
li {
	margin-top:10px;
}
