@import url("css_pages.css");

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background:url(../images/background.jpg) top center no-repeat;
	background-color:#000;
}

#container{
	width:960px;
	margin:0 auto;
}

.more a, #enviar, .more2 a{
	width:95px;
	height:22px;
	background:url(../images/more.jpg) no-repeat;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 0 0;
	float:right;
}

.more2 a{
	float:none;
	margin:10px 0 0 0;
}

#enviar{
	padding:0;
	height:27px;
	cursor:pointer;
}

.more a:hover, #enviar:hover, .more2 a:hover{background:url(../images/more_hover.jpg) no-repeat;}

img{border:3px solid #484e0a}

strong{color:#95a125;font-weight:bold;}
p a{color:#6d6d6d;}
p a:hover{text-decoration:none;}
p{text-align:justify;}
/*********************************************************************/

#topo{
	margin:10px 0 22px 0;
	height:141px;
}

#logo{
	width:149px;
	height:141px;
	background:url(../images/fundo_logo.jpg) no-repeat;
	float:left;
}

#logo a img{
	border:none;
	margin:5px 0 0 7px;
}

#logo h1{display:none;}

#menu_frase{
	height:97px;
}

#swf_logo{
	margin:5px 0 0 5px;
}

#relogios{
	width:811px;
	height:44px;
	background:url(../images/fundo_relogio.jpg);
	float:right;
}

.relogio{
	width:76px;
	font-size:11px;
	color:#fff;
	display:block;
	text-align:center;
	margin:8px 0 0 70px;
	float:left;
}

.relogio span{
	border-bottom:1px solid #5c6035;
	display:block;
	width:76px;
}

.relogio p{text-align:center}
/*********************************************************************/

#banner{
	width:960px;
	height:291px;
	margin:0 0 11px 0;
}
/*********************************************************************/

#conteudo{
	width:938px;
	padding:10px;
	border:1px solid #292929;
	background:#0f0f0f;
}

#conteudo_esquerdo{
	float:left;
	width:215px;
}

#conteudo_central{
	width:486px;
	float:left;
	margin:0 0 0 11px;
}

#conteudo_direito{
	float:right;
	width:215px;
}

.box, .box_grande{
	width:193px;
	border:1px solid #2e2e2e;
	background:#000;
	padding:10px;
}

.box_grande{width:464px;}

.box_topo, .box_grande_topo{
	height:16px;
	background:url(../images/box_topo.jpg) top center repeat-x;
	display:block;
	margin:-10px;
}

.box_rodape, .box_grande_rodape{
	width:215px;
	height:9px;
	background:url(../images/box_rodape.jpg) bottom center repeat-x;
	display:block;
	margin:-1px 0 10px 0;
}

.box_grande_rodape{
	width:486px;
	background:url(../images/box_grande_rodape.jpg) bottom center;
}
/*********************************************************************/

h2, h3, h3 a{
	font-size:13px;
	color:#95a125;
}

h3, h3 a{
	text-decoration:none;
	border-bottom:1px dotted #95a125;
}

.box p{
	font-size:12px;
	color:#6d6d6d;
}

.box_grande p{
	font-size:14px;
	color:#636161;
}
/*********************************************************************/