body{
	margin: 0;
	padding: 0;
}

#base{
	clear: both;
	width: 780px;
	margin: 0 auto;
}

#header{
	width: 780px;
	height: 80px;
	background: url(../img/header.gif) no-repeat;
	margin: 0 auto;
}

#principal{
	width: 780px;
	border-top: solid 1px #00486F;
	margin: 0 auto;
	background: url(../img/bg_principal.gif) repeat-y;
}

h1{
	font: bold 18px arial;
	color: #3759B3;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#login{
	width: 354px;
	height: 221px;
	background: top no-repeat url(../img/bg_login.jpg);
	margin: 0 auto;
	font: bold 11px arial;
	color: #6F6F6F;	
}

#login input{
	border: solid 1px #CCCCCC;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	font: normal 10px verdana;
}

#login #form{
	width: 200px;
	text-align: center;
	position: relative;
	left: 135px;
	top: 40px;
}

#button{
	width: 84px;
	height: 17px;
	background: top no-repeat url(../img/button.gif);
	text-align: center;
	color: #333;
	cursor: hand;
	padding-top: 2px;
	margin: 0 auto;
	letter-spacing: 1px;
}

#button a{
	text-decoration: none;
	font: bold 10px arial;
	color: #333;
	display: block;
	height: 17px;
}

#button a:hover{
	color: white;
}

#form #erro{
	width: 200px;
	color: red;
	position: relative;
	top: 35px;
	
}

#botao{
	width: 160px;
	height: 17px;
	background: top no-repeat url(../img/big_button.gif);
	text-align: center;
	color: #333;
	cursor: hand;
	padding-top: 2px;
	margin: 0 auto;
	letter-spacing: 1px;
}

#botao a{
	text-decoration: none;
	font: bold 10px arial;
	color: #333;
	display: block;
	height: 17px;
}

#botao a:hover{
	color: white;
}

#menu{
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

#menu table{
	width: 60%;
}
