h2 
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#content {
    /*background-image:url("/images/bg/bg_italy.jpg"); Declare in html file...*/   
    /*width: 770px;*/
    /*width: 846px;*/
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right top;
}

.head {
    text-align: center;   
}

.content2
{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 15px;
}


.sideContent {
    margin-top: 170px !important;
    width: 175px;
}

.sideGallery {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sideGallery img {
    border: 2px #000 solid;   
    margin-top: 10px;
}

.sideGalleryDesc {
    font-size: 11px;
    margin-left: 10px;
}

.sideLinks {
    margin-top: 20px;
    text-align: center;
}

.sideLinks img {
    margin-top: 20px;
}

.text {
    /*font-weight: bold;*/
    font-size: 10pt;
    text-align: justify;
    width: 420px;
}

.text ul {
    font-weight: normal;
}

.text ul li {
    margin-bottom: 0.4em;
    text-indent: -2px;
}

.text p {
    text-indent: 25px;
}

.images {
    float: right;
    margin-right: 50px;
}

.images img {
    border: 1px solid #000;   
    margin-bottom: 20px;
}


