* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background: white none repeat;	/*background-color:#369fae;*/
}
#bg {
	position: fixed;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	bottom: 0px;
	z-index: -10;
	min-height: 100%;
}
a {
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#202020;
}
h1 {
	float: left;
}
h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
#wrapper {
	float:left;
	width:100%;
	height:100%;
}
ul#menu, ul#menu ul {
	list-style-type:none;
	padding: 0;
	width: 15em;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	margin-top: 1px;
}
ul#menu li a {
	background: #181818;
	color: #FFFFFF;
	padding: 0.5em;
	opacity: 0.65;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
ul#menu li a:hover {
	background: #0c0c0c;
	opacity: 0.65;
}
ul#menu li ul li a {
	background: #484848;
	color: #FFFFFF;
	padding-left: 5px;
	opacity: 0.65;
}
ul#menu li ul li a:hover {
	background: #303030;
	border-left: 5px #f8c301 solid;
	opacity: 0.65;
}
span.collection {
	color:#f8c301;
}
#left-col {
	width:23%;
	float:left;
	padding: 40px 25px 25px 30px;
}
#left-col #page-title {
	width: 210px;
	text-align:right;
	line-height:38px;
	padding: 5px;
	height: 90px;
	background: url(../logo.png) no-repeat;
}
#left-col #main-menu {
	width: 210px;
	padding-top:3px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}
#left-col #main-menu ul {
	list-style:none;
}
#rodape_container {
	width:100%;
	float:left;
	height:40px;
	color: #333333;
	font-size:16px;
	margin-top:50px;
}
#footer {
	clear: both;
	background-color: #202020;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #f8c301;
	bottom: 0pt;
	left: 0pt;
	right: 0pt;
	width: 100%;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	position: fixed;
	height: 32px;
	z-index: 4;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer p {
	margin-left: 30px;
	margin-top: 5px;
}
