@charset "iso-8859-1";
/* CSS Document */

html, body {
	font-size:90%;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
	background-color: #3E3E3E;
}

#wrapper {
	width: 800px;
	background:#424242;
	color:#ccc;
	margin:0;
	padding:0;
}

#header {
	height:151px;
	background:url(images/header_bg.jpg) no-repeat;
}

#header h1 {
	margin:0;
	padding:0;
	text-align:right;
}

#contents {
	background:url(images/bg_contents.gif) repeat-y;
}

#sidebar {
	width:180px;
	color:#CC9;
	position: fixed;
	left: 0px;
	top: 141px;
}

#sidebar ul {
	padding-left:2em;
	margin:2em 2em 2em 0px;
}

#sidebar ul li {
	list-style:none;
	line-height:2em;
	border-bottom: #63634B dashed 1px;
}

#sidebar a {
	outline:none;
	/* font-weight:bold; */
	text-decoration: none;
}

#sidebar a:link {
	color: #CF9;
}

#sidebar a:visited {
	color:#ADAD5A;
}

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

#main {
	margin:0 0 0 180px;
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#main h1 {
	margin: 0 auto auto;
	color: #CC9;
	font-weight:normal;
	border-bottom: #63634B solid 1px;
}

#main p {
	text-align:justify;
	text-indent: 3em;
}
#main a {
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

#main a:link {
	color:#9F6;
}

#main a:visited {
	color:#CC9;
}

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


#sidebar ul li.current-page {
	list-style-image: url(images/bullet_current2.gif);
	list-style-position: outside;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.float-left {
	float: left;
	margin-right: 20px;
}

.destaque1 {
	font-weight: normal;
	color: #996;
}
.small {
	font-size: 10px;
}
