/* HTML */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
}

h1{
	background-color: #CCFF00;
	padding: 3px 15px 3px 15px;
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#cont-main p{
	margin-top: -10px;
}
#conteudo a{
	text-decoration: none;

	border-bottom: 1px dashed #000000;
	color: #333333;
}
#conteudo a:hover{
	background-color: #CCFF00;
	color: #000000;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

img{
	border: 0px;
}

/* DIVS */

#site{
	position:absolute;
	left: 50%;
	width: 770px;
	height: 100px;
	margin-left: -385px;
	padding-left: 20px;
	padding-right: 18px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	display: table;
}

#top{
	width: 732px;
	background-color: #E5E5E5;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	display: table;
}

#logo{
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: -20px;
	width: 240px;
	height: 255px;
}

#menu{
	float: right;
	height: 100px;
	width: 500px;
	margin-top: 15px;
	text-align: center;
}

#r-side{
	position: absolute;
	top: 0px;
	right: 0px;
/*	left: 752px;
	margin-right: 40px;*/
	margin-right: 18px;
	background-image: url(../images/right_side.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 255px;
	z-index: 20;
}

#conteudo{
	margin-top: 10px;
	width: 720px;
	display: table;
}

#cont-left{
	border-right: 2px groove #CCCCCC;
	float: left;
	margin-left: 18px;
	padding-right: 14px;
	width: 329px;
	top: 0px;
}

#cont-right{
	float: right;
	margin-right: 15px;
	padding-left: 13px;
	width: 329px;
	top: 0px;
}

#cont-main{
	padding-left: 14px;
	width: auto;
	top: 0px;
}
#bottom{
	width: 770px;
	height: 74px;
	margin-left: -20px;
	bottom: 0px;
	background-image: url(../images/bg.jpg);
}

#rodape{
	top: 0px;
	left: 50%;
	width: 770px;
	margin-left: -385px;
	height: 20px;
	background-image: url(../images/bg.jpg);
	margin-left: -20px;
}
#titulo{
	margin-top: 89px;
	right: 0px;
	bottom: 0px;
}

/*CLASS*/

.box-flash{
	width: 467px;
	height: 154px;
	background-image: url(../images/flash-fundo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.desc-flash{
	padding-right: 15px;
	margin-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
}

.flash{
	margin-top: 8px;
	margin-right: -1px;
	width: 448px;
	height: 115px;
}

.menu a{
	padding: 20px 12px 20px 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: -5px;
	border-right: 2px groove #CCCCCC;
	line-height: 56px;
}

.menu_left{
	border-left: 2px groove #CCCCCC;
}

.menu a:hover{
	border-bottom: 4px solid #CCFF00;
}

#conteudo p{
	text-align: justify;
	padding: 0px 15px 15px 15px;
	font-size: 12px;
}
#rodape p{
	text-align:center;
	margin-top: -3px;
}

