@charset "utf-8";
/* CSS Document */

/*
Site desenvolvido por Thiago Retondar
*/
*{
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style:  none;
        font-style:  normal;
}
/* TAGs */
body{
	background:#1D1D1D;
	min-width: 735px;
}
h1{
	font-size: 22px;
	color: #FFF;
	text-align: center;
}
a, li, p, address{
	color: #FFF;
	font-size: 13px;
	display: block;
}
a:hover{
	text-decoration: underline;
	color: #CCC;
}
p{
        text-indent: 15px;
}
/* /TAGs */
/* IDs */
#header, #menu, #box-lat, #content, #footer{
	padding: 6px;
	background-color:#191919;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border: 5px solid #000;
}
#header{
	height: 150px;
	width: auto;
	background-image: url(images/textura.png);
}
#menu, #box-lat{
        height: auto;
        width: 200px;
}
#menu{
	float: left;
	background-color: #191919;
}
#container #header .menu_topo {
	background-image: url(images/menu.png);
	height: 40px;
	width: auto;
}

#box-lat{
        float: right;
}
#content{
	height: auto;
	width: auto;
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer{
	width: auto;
	height: 100px;
	clear: both;
	text-align: center;
	background-image: url(images/textura.png);
}
/* /IDs */
#menu{
        float: left;    
}
#box-lat{
        float: right;
}
#content{
	height: auto;
	width: auto;
	margin-top: 7px;
	margin-right: 220px;
	margin-bottom: 7px;
	margin-left: 220px;
}
#container #menu ul {
	color:#F00;
}
#container #header table tr th #menu {
	height: auto;
	width: 100%;
}
.gadget03 {
	font-size: 18px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	background-image: url(images/textura.png);
	margin-right: auto;
	margin-left: auto;
}
.texto_menu {
	color: #FFF;
	text-decoration: underline overline;
	background-image: url(images/textura.png);
	font-size: 25px;
}
.menu_64 {
	font-size: 26px;
	color: #FFF;
	text-align: center;
}
