
* {margin:0;padding:0;} 

html, body {
	height: 100%;
}

body {
	background-color:#2a2a2a;
}

body {
	background-image: url(../imgs/bkg.jpg);
	background-repeat: repeat-y;
	background-position:bottom left;
}

#wrap {
	min-height: 100%;
	overflow:hidden;
}

#main {
	overflow:auto;
	padding-bottom: 75px;  /* must be same height as the footer */
}
#footer {
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	text-align:center;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#header {
	text-align:center;
	height:115px;	
}

.menuOut {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.menuOut a{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.menuOut a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
a.menuOut:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.menuIn {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.menuIn a{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.menuIn a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.txt_branco{
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fff;
	text-decoration:none;
	outline:none;
}
.txt_branco a{
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #581715;
	text-decoration:none;
	outline:none;
}
.txt_branco a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fff;
	text-decoration:none;
	outline:none;
}
.txt_cinzento{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #b7b7b7;
	text-decoration:none;
	outline:none;
}
.txt_cinzento a{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #b7b7b7;
	text-decoration:none;
	outline:none;
}
.txt_cinzento a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #d3423f;
	text-decoration:none;
	outline:none;
}
.submenu {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.submenu a{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.submenu a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.submenuIN{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.txt{
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #474747;
	text-decoration:none;
	outline:none;
}
.txt a{
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #a7201e;
	text-decoration:none;
	outline:none;
}
.txt a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #581715;
	text-decoration:none;
	outline:none;
}

.title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.title a{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #2f2f2f;
	text-decoration:none;
	outline:none;
}
.title a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #6c6c6c;
	text-decoration:none;
	outline:none;
}