/* —[ THE bn RESET ]— */
html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
img {
	border: none;
}
h1 {
	font-size: 24px;
	color: #008328;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #008328;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 15px;
}

ul, ol, li {
	list-style: none;
}
a:link {
	color: #008328;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008328;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #008328;
}
:focus {
	outline: none;
}
table, td, form, fieldset {
	border: none;
	border-collapse:
 collapse;
	border-spacing: 0;
}
/* —[ REUSABLE CLASSES ]— */
.hide {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.current {
	cursor: default;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	border: none;
}
.foto-ram {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div#wrapper {
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
}
div#header {
	background-image: url(../images/header.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#menu {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
div#menu li {
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
div#mainContent {
	float: left;
	width: 455px;
	margin-left: 25px;
	margin-top: 30px;
	display: inline;
	margin-bottom: 20px;
}
div#mainContent p {
	padding-top: 0px;
	padding-bottom: 10px;
}
div#mainContent td{
	vertical-align: top;
}

div#sidebar {
	float: right;
	width: 230px;
	margin-top: 30px;
	margin-right: 25px;
	display: inline;
	font-size: 11px;
	background-color: #eee;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
div#sidebar p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 20px;
}
div#mainContentBred {
	float: left;
	width: 700px;
	margin-left: 25px;
	margin-top: 30px;
	display: inline;
	margin-bottom: 20px;
}
div#mainContentBred p {
	padding-top: 0px;
	padding-bottom: 10px;
}
div#mainContentBred td {
	vertical-align: top;
}

