html{
	top:0;
	height: 100%;
	text-align:right;
	margin:0 auto;
	padding:0;
	overflow:scroll;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size:10px;
	line-height:1.5em;

}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover, a:focus{
	color: #333333;
	text-decoration:none;
}

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{
	color: #333333;
	margin-bottom:0.5em;
}

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{ font-size:10px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
	display:block;
	position: absolute;
	padding:0;
	width:55%; /* tamanho do menu */
	height:30px;
	background:#fff;
	top:47%;
	margin:-100px 0 0 0;
	opacity: 0.90;
	-moz-opacity: 0.50;
	filter: alpha(opacity=99);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9DACBF;
	border-right-color: #9DACBF;
	border-bottom-color: #DBDFDC;
	border-left-color: #9DACBF;
	background-image:url(../img/linha%20menu.jpg);
}

#logo{
	display:block;
	position: absolute;
	width:186px;
	height:20px;
	/*background: url(../img/logo.gif) no-repeat 0 0;*/
	left:50%;
	margin:0 0 0 -280px;
	top:15px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

#content{
	position:relative;
	display:block;
	width: 650px;
	left:50%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:60px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin:0;
	width:100%;
	text-align:left;
	left:0px;
}

