body
{
background-color:#F3E1B4;
font-family:arial;
font-size:12px;
background-image:url('pics/bg.jpg');
}

a {
text-decoration: none;
}

#title {
top: 3px;
width: 80%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background-color:#825f54;
font-size: 24px;
padding-top: 20px;
padding-bottom: 20px;
color: black;
/*background: url('pics/title.jpg'); no-repeat;*/
border-style: solid;
border-width: 2px;
border-color: black;
}

#title a{
text-decoration: none;
color:black;
font-size: 24px;

}

#content {
width: 80%;
height: 450px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding-top:10px;
padding-left:0px;
overflow: auto;
background-color: black;
color: white;
border-style: solid;
border-width: 2px;
border-color: black;
}

#content  div.post{
width: 60%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#slides {
top: 50px;
width: 80%;
height: 450px;
margin-left: auto;
margin-right: auto;
padding-left:0px;
padding-top:10px;
overflow: auto;
background-color: black;
border-style: solid;
border-width: 2px;
border-color: black;
}

#content a{
text-decoration: none;
font-size:12px;
color: #aaaaaa;
}

#content span.text {
color: grey;
}

#content img {
border: none;
}

#content img.ndo{
top: 10px;
height:300px;
width: auto;
border-color: black;
border-width: 5px ;
border-style:solid;
}

#content img.arrow{
top: 10px;
height:300px;
border-width: 0px ;
}

#menu {
width: 80%;
margin-left: auto;
margin-right: auto;
}

#menu ul {
position:relative;
float:left;
width: 100%;
padding:0;
margin:0;
list-style-type:none;
border-style: solid;
border-width: 2px;
border-color: black;
background-image:url('pics/menu.jpg');
}

#menu li {
display:inline;
}

#menu a{
display:inline;
position:relative;
float:left;
width:20%;
text-decoration:none;
color: black;
padding-top:5px;
padding-bottom:5px;
text-align:center;
font-size:14px;
background-image:url('pics/menu.jpg');
}

#menu a.active{
position:relative;
float:left;
width:20%;
text-decoration:none;
color:black;
background-color:black;
padding-top:5px;
padding-bottom:5px;
text-align:center;
font-size:14px;
}

#menu a:hover{
background-color:black;
}

#footer {
position:relative;
width: 80%;
top: 10px;
margin-left: auto;
margin-right: auto;
margin-top:20px;
}

#footer a.lang{
top: 10px;
text-align: center;
text-decoration: none;
color:black;
background-color:#CF871B;
font-size: 12px;
padding: 2px 2px 2px 2px;
}

#footer a.active{
top: 10px;
text-align: center;
text-decoration: none;
color:grey;
background-color:#CF871B;
font-size: 12px;
padding: 2px 2px 2px 2px;
}

#footer span {
text-align: center;
color:black;
font-size: 10px;
}

#footer a {
text-decoration:none;
color:black;
font-size: 10px;
}



