@charset "utf-8";
/* CSS Document */
*
{
margin:0;
padding:0;
}

BODY
{
background-image:url('images/body_pattern.gif');
background-position:50%;
font-family:arial;
}

div#flags
{
width:800px;
margin:auto;
text-align:right;
}

#flags a img
{
border:none;
margin:3px;
}

div#header
{

height:137px;
background-image:url('images/header_bckg.gif');
background-position:50%;
background-repeat:no-repeat;
}

div#corps
{
/*height:321px;*/
background-image:url('images/body_bckg.gif');
background-position:50% 0px;
background-repeat:no-repeat;
position:relative;

}

#panorama
{
position:relative;
left:85px;
bottom:30px;
}

#panorama img
{
margin:2px;
}

ul#menu
{
background-image:url('images/menu_bckg.gif');
width:174px;
/*height:148px;*/
text-align:left;
list-style:none;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
position:relative;
top:102px;
right:392px;
}
ul#menu li
{
height:29px;
margin-left:15px;
border-bottom:1px solid #ece9e5;
}

ul#menu li#last
{
border:none;
}

ul#menu li a
{
height:23px;
padding-top:6px;
display:block;
color:#555252;
text-decoration:none;
text-transform:uppercase;
}
ul#menu li a:hover
{
border-right:3px solid #ddd6bf;
}

div#footer
{
padding-top:10px;
text-align:center;
color:#716e65;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}



p#footfoot
{
margin-top:105px;
font-size:11px;
}

p#footfoot a
{
color:#716E65;
text-decoration:none;
}
p#footfoot a:hover
{
text-decoration:underline;
}

a img
{
border:0;
}