html, body {
	margin:0;
	padding:0;
}

html{height:100%;}

body{
	position:relative;
	margin:auto;
	width:800px;
	height:100%;
	background-image:url(images/background_page.png);
	background-repeat:repeat-x;
	margin-top:0px;
	text-align:center;
	font: 100% arial,sans-serif;
	line-height:100%;
	color:#767676;
}

h1{
	margin:0;
	padding:0;
	padding-left:50px;
	padding-top:25px;
	padding-bottom:15px;
	
	color:#bf0013;
	letter-spacing:6px;
	font-size:48px;
	
	line-height:100%;
	z-index:101;
}

h2 {
	text-align:center;
}

h3 {margin:0;padding:10px 0;}


p {
	margin:0px;
	color:#767676;
	font-size:14px;
	text-align:justify;
}

a {
	display:block;
	color:#767676;
	padding:10px;
	text-decoration:none;
}

a:hover{
	color:#bf0013;
}

img { border:0px;}



div#container{
	width:800px;
	margin:auto;
	margin-top:0px;
	background-color:#ffffff;
	padding:0px;
}

div#header {
	height:150px;
	background:url(/images/malo-pero.png) no-repeat 0 0 ;
	background-color:#ffffff;
}

div#content p {
	text-align:center;
	padding:0 20px;
	background:#ffffff;
}




div#extra{
	float:right;
	width:400px;
}


div#footer{
	clear:both;
	width:800px;
	text-align:left;
	margin-top:10px;
	letter-spacing:0px;
	font-size:11px;
	font-family: sans;
	background-image: url(images/footer.jpg);
	height:38px;
}
div#footer *{
	color:#767676;
	
}

#footer a {
	text-decoration:none;
}
#footer a:hover {
	color:#bf0013;
}

#copyright{
	float:left;
	padding-top:0px;
	padding-left:50px;
	margin:0;
	
}

.clear{clear:both;}

table {width:100%;background:#ffffff;}
td {text-align:center;}

.tdsider { width:15%;}

.headerlogo {
	float:left;
	padding:0px; margin:0px;
	padding-left:0px;
}

p.sitedescription {
	margin-left:-1800px;;
}