@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fedbb4;
	margin: 0;
	padding: 0;
	color: #000000;
}
body, html {
	width: 100%;
}
#centerer {
	position: absolute;
	width: 100%;
	left: 50%;
}
#container {
	width: 995px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-site.gif) repeat-y left;
	position: absolute;
	left: -497px;
	top: 260px;
	z-index: 2;
	display: block;
}
#header {
	position: absolute;
	width: 993px;
	height: 300px;
	margin: 0;
	padding: 0;
	left: -497px;
	z-index: 1;
}
.contentPlacer {
	width: 600px;
	height: auto;
	min-height: 450px;
	position: relative;
	top: 0px;
	left: 190px;
	z-index: 2;
}
/*\*/
* html .contentPlacer {
	height: 450px;
}
/**/
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-bottom: 2px;
}
#mainContent p {
	font-size: 12px;
	text-align: justify;
	text-indent: 10px;
	line-height: 16px;
	margin-top: 2px;
}
#mainContent p.signature {
	text-align: center;
	text-indent: 0px;
	position: relative;
	width: 40%;
	left: 60%;
}
#mainContent a {
	color: #660000;
}
#mainContent img {
	margin: 10px;
	border: 1px #660000 solid;
	padding: 2px;
}
#mainContent .datatable th{
	color: #FFCC99;
	font-weight: bold;
	background: #9e1d21;
	text-align: left;
}
#mainContent .datatable .labelcell{
	background: #eeeeee;
}
#footer {
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	padding: 0;
	width: 993px;
	position: absolute;
	bottom: -80px;
}
#footer #copyright {
	height: 15px;
	width: 250px;
	position: relative;
	top: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	left: 100px;
	text-align: center;
}
#footer #rgb {
	height: 25px;
	width: 48px;
	position: absolute;
	top: 68px;
	left: 930px;
	top: 46px;
}
#leftSide {
	width: 190px;
	position: absolute;
	left: 6px;
	top: 0px;
	z-index: 3;
}
#menu {
	width: 190px;
}
#leftBox {
	left: 17px;
	top: 300px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
#rightBox {
	right: 23px;
	top: 45px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
#leftBox table, #rightBox table {
	margin-top: 15px;
	border: 1px #9e1d21 solid;
	border-spacing: 1px;
	padding: 0;
}
#leftBox table td, #rightBox table td {
	width: 140px;
	background: url(../images/bg-boxok.gif) repeat-y center top;
	padding: 3px;
	text-align: center;
}
#leftBox a, #rightBox a {
	text-decoration: none;
	color: #660000;
}
#leftBox a:hover, #rightBox a:hover {
	text-decoration: underline;
}
#galeria td {
	text-align: center;
	padding: 0;
	margin: 0;
}
#galeria img {
	margin: 2px;
}