* {
	margin: 0;
	padding: 0;
}

.alt {
	display: none;
}

body {
    font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 16px;
	text-align: left;
    background-color: #41280c;
	background-image: url(../images/bgr_body.gif);
	color: #666;
}

img {
	border: 0;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

fieldset {
	border: 0;
}

br.clear {
	clear: both;
}

/* Alt Font Classes */
.green {
	font-size: 11px;
	color: #95c10d;
	font-style: normal;
}

.blue {
	color: #0099cc;
}

.grey {
	color: #999;
}

.darkgrey {
	color: #666;
}

/* Layout */
#maincontainer {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
}

#wrapper {
	float: left;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
    background: #fff;
}

/* Header */
#header {
	
}

/* Navigation */
#nav {
	width: 780px;
	height: 69px;
	background-image: url('../images/tile_verde_menu.gif');
}

#nav ul {
	padding: 26px 0 0 30px;
	list-style: none;
}

#nav ul li {
	padding: 0 22px 0 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #fff;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#nav ul li.active a {
	color: #666633;
}

#nav ul li a:hover {
	color: #666633;
}

/* Footer */
#footer {
	padding: 30px 0 0 0;
}

//

