*
{
	padding:0px;
	margin:0px;
	border:0px solid blue;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Gray;
	padding: 0px;
	background-color: #666666;
	border: 0px solid red;
}

.content-main {
	border: 0px solid red;
	float: left;
	background: white;
}

h1
{
	font-size: 26px;
	color: black;
	font-weight: normal;
}

p a
{
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}

.wrapper
{
	border:0px solid red;
	width:778px;
	background-color: white;
	margin: 0 auto;
}

.header
{
	width:100%;
	border-bottom:10px solid #f0f0f0;
	float: left;
	background-color: white;
}

.header .logo
{
	background: #ffffff url("../images/Logo_Partner.jpg") no-repeat;	
	width:219px;
	height:76px;
	border:0px solid #000000;
	float: right;
}

.menunav
{	
	top: 67px;
	position: absolute;
	float: right; 
	width: 778px;
	
	border: 0px solid red;
}

.menunav li 
{   
	list-style: none;
	float: left;
}

.menunav a
{
   text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px;
	font-weight: bold;
    width: 81px;
	height: 14px;
	background-color: #f0f0f0;
	border: 0px solid red;
	display: block;
	padding:3px 4px 2px 4px;
	color: gray;
	text-decoration: none;

}

.menunav a:hover
{
	background-color: #014D5B;
	color: white;
}

.mensagem
{
	border:0px solid red;
	background-color:#014D5B;
	float: left;
	width:100%;
	border-top: 16px solid #98CB00;
}

.rodape
{
   width: 100%;
	text-align: center;
	background-color: #CCCCCC;
	color: black;
	border:0px solid red;
	float: left;
}

.botao{
	padding-top:10px;
	padding-left: 120px;
	float: left;
	/*position: relative;*/
}