body	{
margin-top: 10px;
background: url(img/bg.jpg);
}

#top	{
background: url(img/top.jpg);
width: 903px;
height: 220px;
}

#menu	{
background: url(img/menu.jpg) repeat-x;
width: 903px;
height: 30px;
}

#menu_elements	{
padding-top: 7px;
color: #ffffff;
font-family: Arial;
font-size: 14px;
font-weight: bold;
float: center;
}

a.menu	{
color: #ffffff;
font-family: Arial;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}

#main	{
width: 903px;
height: 300px;
}

#tresc	{
color: #242424;
font-family: Tahoma;
font-size: 12px;
padding: 20px;
text-align: justify;
}

#tresc h2	{
font-family: Arial;
font-size: 22px;
color: #000000;
}

a	{
text-decoration: none;
color: #005E92;
}

a:hover	{
text-decoration: underline;
color: #005E92;
}