
/* general layout */

#inform {
height:1%;
}

.text {
width:334px;
float:left;
padding-right:45px;
padding-left:36px;
padding-top:36px;
padding-bottom:36px;
text-align:justify;
}

.text h3 {
font-size:1.84em;
line-height:1.195em;
color:#20798F;
text-align:left;
padding-bottom:12px;
font-weight:normal;
}

.text span {
font-size:1.22em;
line-height:1.23em;
color:#6C6C6C;
}

.gallery {
width:392px;
float:left;
padding-top:110px;
padding-bottom:36px;
}

.gallery div {
width:374px;
border: 3px solid #52A0B3;
margin-bottom:20px;
}

.gallery div img {
border: 3px solid #23869F;
}




/* subtitle */

#subtitle {
margin-top:1px;
min-height:21px;
background-color:#A5C8D1;
}

* html #subtitle {
height:21px;
}

#subtitle h2 {
color:#0F617F;
font-size:1.57em;
line-height:1.205em;
padding-top:2px;
padding-left:2px;
}


