@charset "utf-8";

/* ----------------------------------- */
/* ------------- Básicos ------------- */
/* ----------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-image:url(../images/backsite.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#666;
	text-align:center;
	margin:0;
	}
h1, h2, h3, h4, h5, h6, p {
	font-weight:normal;
	font-size:100%;
	margin:0;
	}
a {position:relative;}
div.clear {clear: left; line-height: 0; height: 0px;}

/* ----------------------------------- */
/* --------------- Menu -------------- */
/* ----------------------------------- */

#nav {
	text-align:left;
	}
#nav ul {
	padding:0;
	margin:0 0 0 10px;
	background-color:#00CC33;
	}
#nav ul li {
	list-style-type:none;
	float:left;
	}
#nav ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
	padding:12px 0 0 15px;
    }
	
#nav ul li a.venc {
	color:#FFFF00;
    }
	
#nav ul li a:hover {
	color:#ffd81e;
	}
	

/* ----------------------------------- */
/* --------------- logo -------------- */
/* ----------------------------------- */

#logo {
	clear:both;
	height:160px;
	text-align:right;
	margin:5px 70px 0 0;
	}

/* ----------------------------------- */
/* --------- Imagem de Fundo --------- */
/* ----------------------------------- */

#topimg {
	background-image:url(../images/backsitetop.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

#topint {
	margin:0 auto;
	width:700px;
	position:relative;
	}

/* ----------------------------------- */
/* ---------- Apresentação ----------- */
/* ----------------------------------- */

#bases {
	margin:0 auto;
	width:550px;
	}

#base2 {
	width:357px;
	float:left;
	margin-bottom:3px;
	}
#base2 #top {
	background-image: url(../images/base2top.png);
	height:28px;
	}
#base2 #mid {
	background-image:url(../images/base2mid.png);
	background-repeat: repeat-y;
	height:120px;
	}
#base2 #bot {
	background-image:url(../images/base2bot.png);
	height:15px;
	}

#base2 #mid div {
	padding:0 30px;
	font-size:80%;
	color:#666666;
	}
	
#frase {
	margin-bottom:5px;
	}

/* ----------------------------------- */
/* -------------- Imagem ------------- */
/* ----------------------------------- */

#base3 {
	width:181px;
	float:right;
	}
#base3 #top {
	background-image: url(../images/base3top.png);
	height:28px;
	}
#base3 #mid {
	background-image: url(../images/base3mid.png);
	background-repeat: repeat-y;
	height:120px;
	}
#base3 #bot {
	background-image:url(../images/base3bot.png);
	height:15px;
	}
#base3img {
	position:absolute;
	top:167px;
	left:431px;
	z-index:2;
	width:191px;
	height:195px;
	}
	
/* ----------------------------------- */
/* ------------- Conteúdo ------------ */
/* ----------------------------------- */

#base1 {
	width:550px;
	clear:both;
	}
#base1 #top {
	background-image: url(../images/base1top.png);
	height:35px;
	}
#base1 #mid {
	background-image: url(../images/base1mid.png);
	background-repeat: repeat-y;
	height:100%;
	padding-bottom:30px;
	}
#base1 #bot {
	background-image:url(../images/base1bot.png);
	height:15px;
	}

/* --------------- Menu -------------- */

#base1 #menu {
	width:540px;
	margin-top:0;
	margin-left:10px;
	}
#base1 #menu ul {
	padding:0;
	margin:0;
	}
#base1 #menu ul li {
	list-style-type:none;
	float:left;
	}
#base1 #menu a {
	display:block;
	width:95px;
	height:49px;
	margin:0 5px;
	}

#base1 #menu a .1       { background-image: url(../images/butt_3_off.gif); }
#base1 #menu a:hover .1 { background-image: url(../images/butt_3_on.gif); }


/* --------------- Corpo ------------- */

#corpo {
	text-align:left;
	}
#corpo h1 {
	padding-top:22px;
	margin:0px 0 10px 18px;
	}
#corpo p {
	margin:10px 25px 0 40px;
	line-height:1.5em;
	}
#corpo strong {
	color:#336699;
	}
#corpo #album {
	float:left;
	margin:0 10px 0 37px;
	width:130px;
	}
#corpo #album img {
	margin:6px 0 4px 3px;
	border:5px solid #ccc;
	}


/* ----------------------------------- */
/* ------------- Rodapé -------------- */
/* ----------------------------------- */

#bottom {
	background-image: url(../images/backsitebottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:400px;
	}
#bottom img {
	margin-top:270px;
	}

