body {
	background-image: url("../Imagens/fundo.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	font-family:Verdana;
	font-size: 12px;
}

html{
	overflow-y: hidden;
	overflow-x: hidden;
}



/*SCROLLBAR
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	display: block;
	background-color: #339900;
}
::-webkit-scrollbar-track-piece  {
	background-color: #eee;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #339900;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
}*/



a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: none;
	font-family: Verdana;
	
}

#visible_frame {
	height:100%;
	width: 900px;
	background:#d1d9c3;
	position: fixed;
	margin-left: -450px;
	left: 50%;
	top: 0px;
	border:0px solid blue;
	overflow-y: hidden;
	overflow-x: hidden;
	-moz-box-shadow:5px 5px 10px #ccc;
	-webkit-box-shadow:5px 5px 10px #ccc;
}

#header {
	height:90px;
	width:900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 10px;
	border: 0px solid black;
	padding-left: 25px;
}




/*nav menu*/
#nav{
	width:900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 100px; /*header + margin top header + espaço entre header e menu*/
	background: #d1d9c3;/*#eee;*/
	padding-left:0;
	/* Clear floats */
	z-index:5;/* Bring the nav above everything else--uncomment if needed.*/
	/*position:relative;*/
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	list-style:none;
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#nav li{
	float:left;
	margin-right:0px;
	margin-left: 20px;
	background: #d1d9c3;/*#eee;*/
	position:relative;
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#nav a{
	display:block;
	padding:5px;
	color:#339900;
	background:none;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#339900;
	text-decoration:underline;
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:-30%; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#339900;
	text-decoration:underline;
	color:#fff;
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#339900;
	text-decoration:underline;
}





#image {
	height: 70px;
	width: 900px;
	background:#d1d9c3;/*#eee;*/
	text-align: left;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 150px;
	/*-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;*/
}

#main {
	width:900px;
	background:#d1d9c3;/*#eee;*/
	position: fixed;
	margin-left: -450px;
	left: 50%;
	top: 220px; /*header + margin top header + espaço entre header e menu*/	
	border:0px;
	overflow-y: hidden;
	overflow-x: hidden;
	/*-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
}


object {
	width:900px;
	overflow-y: auto;
}

#footer{
	height: 20px;
	width: 900px;
	text-align: center;
	color: #339900;
	font-family: Verdana;
	font-size: 9px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	bottom: 0px;
	border: 0px solid black;
}