@charset "utf-8";
/* CSS Document */
html,html body {height:100%;}
#wrapper {height:100%;min-height: 100%;}

html, body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#000;
}

img{border:none;}

body {
	background-color: #FFFFFF;
	background-image: url(../images/fundo_home.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

#principal {
	width:100%;
	float:none;
	background: none;
	z-index:0;
	margin:auto;
	position:relative;
}

#header {
	padding-left:170px;
	background:#fff;
	padding-top:25px;
	height:62px;
	background-image:url(../images/fundo_cabecalho.jpg);
	background-repeat:repeat-x;
	overflow:visible;
	margin-left:0px
}

#conteudo {
	margin-left:0px;
	padding:10px;
	width:225px;
	text-align:justify;
	background:none;
	font-weight:bold;
	font-size:15px;
	color:#3366cc;
	line-height:20px;;
	float:left;
}

#menu {
	border-right:1px solid #f69d1d;
	width:160px;
	padding-top:190px;
	padding-right:0px;
	text-align:right;
	display:block;
	float:left;
}

#menu a {
	display:block;
	text-decoration:none;
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:4px;
	background:#ff9900;
	color:#fff;
	background-image:url(../images/fundo_botao.jpg);
	background-repeat:repeat-x;
	padding:2px;

}

#menu a:hover{
	background-image:none;
	text-decoration:none;
	color:#fff;
	background:#82b8de;
}
