body {
margin: 0;
padding: 0;
font-family: "Lucida Sans", Arial;
text-align: center;
color: "#3F363";
background-color: #f3cfb4;
}

a { color:#3F3634; }
a:link {text-decoration: none;}
a:activ {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover { text-decoration: underline;color:#211B15; }


#container
{
margin: auto;
width: 828px;
text-align: left;
background-image: url(images/background.jpg);		
}

#logo
{
height: 88px;
width: 334px;
margin-left: 52px;

}

#languages
{
height: 33px;
width: 276px;
margin-left: 498px;


}

#menu {
height:55px;
width: 800px;
margin-left:14px;
margin-top: 2px;
}


#content {
height:800px;
width: 725px;
margin-left:52px;
height: auto;
margin-bottom:40px;
font-size: 0.9em;
}


#footer {
position: relative;

text-align: right;
font-size:  0.8em;
}


#casaimages a img {
	border: none;
}

h1, h2, h3, h4 {
	color: #272120;
}

h2 a { text-decoration: none; }

