body,
html {
	margin:0;
	padding:0px;
	font-size:10px;
	font-family:sans-serif;
	color:#000;
	background:#026799;
	/*background-image: url("images/background.gif");
	background-position: 100% 100%;
	background-repeat: repeat;
	
	background:#55bfa4; //verde escuro
	background:#fcf282; //amarelo
	background:#c1b49a;	//cinza acastanhado
	background:#026799; //azul ++escuro
	background:#1d76bb; //azul + escuro
	background:#59b7de; //azul + claro
	background:#bed63a; //verde
	background:#91b0d5; //azul
	background:#e44246; //vermelho
	background:#e44246; //vermelho
	*/
}
a {
	text-decoration: none;
	border: 0;
}
img {
	border-style: none;
	-ms-interpolation-mode:bicubic
}
#page_layout {
	width:900px;
	margin:5px auto;
	background:white;
	overflow:auto;
}
#header {
	padding:5px 15px;
	background:white;
}
#nav {
	padding:0px 0px;
	background:white;
}
#main {
	float:right;
	width:730px;
	padding:10px;
	background:white;
}
iframe#content {
	font-family:Arial; 
	font-size: "2";
}
#sidebar {
	float:left;
	width:150px;
	padding:10px 0px;
	background:white;
}
#footer {
	clear:both;
	padding:5px 15px;
	background:white;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}
	#footer a:link {color:white; text-decoration: none;font-weight:bold;font-size:12px;}
	#footer a:visited {color:white; text-decoration: none;font-weight:bold;font-size:12px;}
	#footer a:hover {text-decoration: none;
			color: #59b7de;
			font-weight:bold;font-size:12px;}
	#footer a:active {color: red;text-decoration: none;font-weight:bold;font-size:12x;}
	a:link {color:blue;text-decoration: none;}
	a:visited {color:blue;text-decoration: none;}
	a:hover {text-decoration: none;
			color: #59b7de;
			font-weight:bold;}
	a:active {color: red;text-decoration: none}