a {
text-decoration: none;
}

body {
clear: both;
background: url(/images/bg.jpg) left repeat-x #000;
margin: 50px 0px 0px 0px;
padding: -100px 0px 0px 0px;
}

#wrap {
clear: both;
background: url(/images/dri_01.png) top center no-repeat;
width: 800px;
min-height: 490px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

#title {
	margin: 0px;
}

#title p {
	color: #fff;
	font-size:36px;
	text-align: center;
}

.header {
float: right;
margin: -70px 10px 0px 0px;
}

#container {
	width: 800px;
	overflow: auto;
	padding: 0px;
	min-height: 800px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

/*************************************************************************************/
/*         MENU                                                                      */
/*************************************************************************************/

#menu {
	width: 214px;
	height: 118px;
	padding: 0px;
	margin: 0px 0px 0px -60px;
}

#menu a.blog, #menu a.fotos  {
font-size: 60px;
color: #000;
width: 214px;
height: 54px;
display: block;
margin-bottom: 10px;
}

#menu a.blog  {
background: url(/images/botao_blog.png) top left no-repeat;
width: 214px;
height: 54px;
}

#menu a.fotos  {
background: url(/images/botao_fotos.png) top left no-repeat;
width: 214px;
height: 54px;
}

#menu a.blog:hover {
background: url(/images/botao_blog_h.png) top left no-repeat;
margin: 0px 0px 10px 30px;
}

#menu a.fotos:hover {
background: url(/images/botao_fotos_h.png) top left no-repeat;
margin: 0px 0px 10px 30px;
}

.current {
font-weight: bold;
}



/*************************************************************************************/
/*            CONTEUDO                                                               */
/*************************************************************************************/

#conteudo {
margin: 0px auto;
height: 500px;
/height: 500px;
}

#conteudo h1 {
padding: 0px;
margin: 10px 20px 10px 20px;
color: #009900;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
font-size: 18px;
}

#conteudo p, #table p {
font-size: 15px;
padding: 0px 00px 0px 0px;
margin: 10px 20px 15px 20px;
text-align: justify;
text-indent: 30px;
}


/*************************************************************************************/
/*              RODAPÉ                                                               */
/*************************************************************************************/

#foot {
visibility: hidden;
width: 740px;
height: 35px;
margin: -40px auto 0px auto;
padding: 0px 0px 5px 0px;
}

#foot p {
font-size: 11px;
text-align: center;
}

#foot a {
color: #009900;
}

/*************************************************************************************/
/*              MISC                                                                 */
/*************************************************************************************/

#erro {
margin: 0px auto;
padding: 2px;
color: red;
border: 1px solid #999999;
background-color: #f8fff8;
width: 400px;
}

#erro p {
text-indent: 0px;
text-align: center;
}

/*************************************************************************************/
/*              FORM                                                                 */
/*************************************************************************************/
#container form p {
}

#container form input.nome {
width: 198px;
}

#container form input.numero {
width: 30px;
}
