@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	background-image:url(img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#logo{
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:20px;
	width:680px;
	height:180px;
	padding:5px;
	background-color:#29390E;
	}
#foto{
	position:absolute;
	right:50%;
	margin-right:-450px;
	top:20px;
	width:180px;
	height:180px;
	padding:5px;
	background-color:#29390E;
	text-align:center;
	}
#content{
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:230px;
	width:900px;
	}
#main{
	position:relative;
	left:50%;
	margin-left:-450px;
	top:0px;
	width:650px;
	padding:20px;
	min-height:390px;
	color:#FFFFFF;
	text-align:justify;
	background-image:url(img/bg-main.png);
	background-repeat:no-repeat;	
	background-color:#7ebc11;
	}
#sidebar{
	position:absolute;
	right:50%;
	margin-right:-450px;
	top:0px;
	padding:5px;
	width:180px;
	min-height:390px;
	background-image:url(img/bg-main.png);
	background-repeat:no-repeat;	
	background-color:#7ebc11;
	}
#menu{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:145px;
	color: #FFFFFF;
	padding:20px;
	}
/* MENU LINKS 
a.menu:link {
	text-decoration: none;
	color: #7ebc11;
	padding:2px;
	background-color:#FFFFFF;
	}
a.menu:visited {
	text-decoration: none;
	color: #7ebc11;
	padding:2px;
	background-color:#FFFFFF;
	}
a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding:2px;
	background-color:#DA251C;
	}
a.menu:active {
	text-decoration: none;
	color: #000000;
	padding:2px;
	background-color:#FFFFFF;
	}
	*/
#footer{
	margin-top:20px;
	width:690px;
	text-align:center;
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
	background-color:#29390E;
	}