/* CSS Document */

body
{
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.panorama
{
width:100%; 
height:158px; 
position:absolute;
left:0px;
top:75px;
background-image:url(../images/panorama.png); 
background-position:center; 
background-repeat:repeat-x; 
z-index:1;
}

.main_bg
{
width:100%; 
height:700px; 
position:absolute; 
left:0px; 
top:0px; 
background-image:url(../images/bg_main.png); 
background-position:center; 
background-repeat:repeat-x; 
z-index:2;
}

.lower_header
{
width:50%;
height:124px; 
position:absolute; 
left:0px; 
top:0px; 
background-image:url(../images/header_bg_lower.png); 
background-position:left; 
background-repeat:repeat-x; 
z-index:3;
}

.main
{
position:relative; 
z-index:1000; 
width:100%
}

.content
{
text-align:justify;
}

.news
{
background-color:#ffffff;
background-image:url(../images/news_02.png);
background-position:top;
background-repeat:no-repeat;
height:257px;
}

.news_content
{
padding-bottom:5px;
padding-left:12px;
padding-right:12px;
text-align:justify;
}

.bold
{
color:#7f3037;
font-weight:bold;
font-size:14px;
}

a
{
color:#04417b;
font-weight:bold;
}

a:hover
{
color:#7f3037;
text-decoration:none;
}