

body {
	text-align: center;
	background: #F0F0F0;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.0em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 6px;
}


h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(fundo.gif) repeat-y center;
	margin: 0 auto;
	padding-bottom: 0px;
	width: 900px;
	text-align: left;
}
.header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:180px;
	background-color: #4A91C3;
}



/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 130px;
	line-height: 50px;
	margin-bottom: 8px;
	text-align: center;
}
/*html>body
.title h1 {
	line-height: 50px;
}*/

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 6px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 14px;
}
.sidenav {
	background: #EEE;
	border: 2px solid #E5E5E5;
	float: left;
	width: 176px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #4A91C3;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding:0;
}
.sidenav li {
	border: 1px solid #999;
	border-top: none;
	list-style: none;
	margin: 6;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1.1em;
	padding: 20px 10px 8px 10px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 684px;
}
.content .item {
	padding: 6px 12px;
	border: 0px solid #EEE;
	background: #FFF;
	margin-bottom: 3px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
#sub_left {width: 76%;
           float: left;}

#sub_right {width: 23.5%;
            float: right;}



/* footer */
.footer {
	background: #FFF;
	border: 0px solid #EEE;
	color: #666;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: center;
	padding: 9px;
	width: 847px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

