html, body {
margin: 0px;
padding: 0px;
background:#f0f0f0;
color:#42678d;
font-family:Arial;
} 

.container {
margin:0px auto;
margin-top:20px;
width:980px;
overflow:hidden;
background:#f0f0f0;
}

.header {
float:left;
width:980px;
height:170px;
overflow:hidden;
}

.headerLeft {
float:left;
width:420px;
}

.headerRight {
float:left;
width:560px;
}

.langNav {
float:left;
width:560px;
text-align:right;
padding-bottom:46px;
}

.navigation {
float:left;
width:560px;
border-bottom:7px solid #42678d;
}

.mood {
float:left;
width:980px;
height:269px;
padding-bottom:60px;
background-repeat:no-repeat;
}

.contentLeft {
float:left;
width:662px;
padding-right:50px;

}

.contentRight {
float:left;
width:268px;

}

.contentTitle {
float:left;
width:662px;
}

.content {
float:left;
width:662px;
padding-top:20px;
padding-bottom:50px;
font-size:12px;
}

.content a:link, .content a:active, .content a:visited {
color:#42678d;
text-decoration:underline;
}

.content a:hover {
text-decoration:none;
}

.footer {
clear:both;
margin:0px auto;
overflow:hidden;
width:970px;
background:#42678d;
color:#FFFFFF;
font-size:11px;
padding:5px;
}

.footer a:link, .footer a:active, .footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

.footer a:hover {
text-decoration:underline;
}

.footerLeft {
float:left;
width:370px;
}

.footerRight {
float:left;
width:600px;
text-align:right;
}


h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
font-weight:normal;
}

h6 {
font-size:16px;
}

h2 {
font-size:13px;
margin-bottom:5px;
}


.boxContainer {
float:left;
width:268px;
margin-bottom:25px;
}

.boxTop {
float:left;
width:268px;
height:16px;
background-image:url(images/box_top_bg.jpg);
}

.boxTitle {
float:left;
padding-bottom:10px;}

.boxContent {
float:left;
width:244px;
min-height:171px;
background-image:url(images/box_content_bg.jpg);
background-repeat:repeat-x;
background-color:#dfddde;
border-left:2px solid #42678D;
border-right:2px solid #42678D;
padding-left:10px;
padding-right:10px;
font-size:11px;
}


.boxContent a:link, .boxContent a:active, .boxContent a:visited {
color:#42678d;
text-decoration:underline;
}

.boxContent a:hover {
text-decoration:none;
}


.boxBottom {
float:left;
width:268px;
height:12px;
background-image:url(images/box_bottom_bg.jpg);
}

#map {
float:left;
height:400px;
width:400px;

}




.subnavTop {
float:left;
width:268px;
height:18px;
background-image:url(images/subnav_bg_top.jpg);
}

.subnavContent {
float:left;
width:264px;
background-repeat:repeat-x;
background-color:#E8E6E7;
border-left:2px solid #42678D;
border-right:2px solid #42678D;

font-size:11px;
}

.subnavBottom {
float:left;
width:268px;
height:18px;
background-image:url(images/subnav_bg_bottom.jpg);
}
