*
{
	margin: 0;
	padding: 0;
}

p
{
	margin-bottom: 1em;
}

#flash
{
	position: relative;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: 200px;
	left: 50%;
}

#container
{
	position: absolute;
	width: 544px;
	height: 607px;
	background-image: url(../_img/bg.jpg);
}

#logo
{
	position: absolute;
	width: 251px;
	height: 70px;
	padding: 10px;
	left: 15px;
	top: 5px;
}

#benoir
{
	position: absolute;
	width: 251px;
	height: 196px;
	background-image: url(../_img/benoir_f.png);
	left: 15px;
	top: 85px;
}

#fotos_promo
{
	position: absolute;
	width: 270px;
	height: 196px;
	background-image: url(../_img/promo_clubmed2009.png);
	background-repeat: no-repeat;
	left: 5px;
	top: 85px;
}

#mes
{
	position: absolute;
	width: 200px;
	height: 30px;
	left: 20px;
	top: 285px;
}

#controle
{
	position: absolute;
	width: 198px;
	height: 50px;
	left: 16px;
	top: 500px;
	text-align: center;
}

#divisoria
{
	position: absolute;
	width: 38px;
	height: 290px;
	left: 230px;
	top: 290px;
	background-image:url(../_img/divisao.png)
}

#destaque
{
	position: absolute;
	width: 220px;
	height: 100px;
	left: 295px;
	top: 25px;
}

.descricao, #conteiner_eventos
{
	position: absolute;
	width: 220px;
	height: 450px;
	left: 295px;
	top: 145px;
	z-index: 10;
}

#conteiner_promo {
	position:absolute;
	top:265px;
	left:20px;
	width:200px;
	height:360px;
	font-size:11pt;
	line-height:13pt;
}
#titulo_regulamento {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 140px;
	height: 32px;
}
#conteiner_regulamento {
	position: absolute;
	top: 57px;
	left: 280px;
	width: 264px;
	height: 550px;
	font-family:Verdana, Arial, sans-serif;
	font-size:7pt;
	overflow: auto;
	z-index: 10;
}
#conteiner_regulamento .pad {
	padding: 0 10px 10px 0;
}
#conteiner_regulamento ol {
	margin-left:25px;
}
#conteiner_regulamento ol li ol {
	margin-left:20px;
	list-style-type:lower-alpha;
}
#conteiner_regulamento ul {
	 margin-left:15px;
	 list-style-type:disc;
}

a:link, a:active, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.red:link, a.red:active, a.red:visited, a.red:hover
{
	font-family: "Georgia", Times, sans-serif;
	font-size: 10pt;
	color: #882020;
}

a.brown:link, a.brown:active, a.brown:visited, a.brown:hover
{
	font-family: "Georgia", Times, sans-serif;
	font-size: 10pt;
	color: #330808;
}

.brown9
{
	font-family: "Georgia", Times;
	font-size: 9pt;
	line-height: 16pt;
	color: #330808;
}

.nome
{
	position: absolute;
	margin-left: 15px;
	margin-top: 140px;
}

.brown10
{
	font-family: "Georgia", Times;
	font-size: 9pt;
	line-height: 14pt;
	color: #330808;
}

.red10
{
	font-family: "Georgia", Times;
	font-size: 10pt;
	color: #882020;
}

.red13
{
	font-family: "Georgia", Times;
	font-size: 13pt;
	color: #882020;
}

.txt
{
	font-family: "Tahoma";
	font-size: 8pt;
	line-height: 14pt;
	color: #330808;
	text-align: justify;
}

.clearing
{
	clear: both;
}

/* calendario */

#calendario
{
	position: absolute;
	left: 16px;
	top: 320px;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 186px;
	background-image: url(../_img/bg_calendario.png);
	background-repeat:no-repeat;
}

#calendario table
{
	margin: 0;
	padding: 0;
	width: 170px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	border: none;
}

#calendario table th
{
	color: #330808;
}

#calendario table td
{
	color: #952828;
	text-decoration:none;
}

#calendario table td.outros
{
	color: #caac74;
	text-decoration:none;
}

#calendario table tr
{
	height: 24px;
	cursor:pointer;
}

#calendario table tr:hover
{
	background-color: #d7cdcc;
}

#calendario table tr.dias
{
	background-color: transparent;
}

#calendario table tr.atual
{
	background-color: #e5d0a9;
}

#calendario .pad
{
	padding: 6px 7px 7px 15px;
}

/* eventos */

#eventos dt, #eventos dd
{
	list-style-type:none;
	font-family: "Georgia", Times, "Times New Roman";
}

#eventos dt
{
	font-size: 9pt;
	color: #330808;
}

#eventos dd
{
	font-size: 13pt;
	color: #882020;
	margin-bottom: 8pt;
}