body{
	background-color:#67B2DA;
	background-image:url(bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
a{
	color:#777777;
}

p{
	padding-left:30px;
	padding-right:30px;
}
form{
	padding-right:50px;
	text-align:right;
}
input, textarea{
	border: 1px solid #aaaaaa;
	background-color:#f0f0f0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
input:hover, textarea:hover{
	border: 1px solid #aaaaaa;
	background-color:#ffffff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
}
#conteudo{
	background-color:#FFFFFF;
	width:770px;
	margin:0px auto;
	padding:0px;
	min-height:900px;
	text-align:center;
}

.box{
	width:600px;
	margin:0px auto;
	text-align:left;
}

.menu{
	width:770px;
	height:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	background-image:url(topo.jpg);
	background-position:center;
}

.menu ul{
	margin: 0;
	margin-top:169px;
	padding: 0;
	float: left;
	width: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	margin:0;
	color: #000000;
	background-color:#f0f0f0;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bababa;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.menu ul li a:visited{
color: #000000;
}

.menu ul li a:hover, .menu ul li .selected{
	color: #333333 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	border-bottom: 0;
	border-bottom: 1px solid #ffffff;
}

#logofloat{
text-align:right;
position:fixed;
bottom:5px;
right:5px;
z-index:5;
}
