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;
    font-size: 10pt;
    text-align: justify;
    width: 620px;
}

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

.sideLinks {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.sideLinks a {
    color: #000;
    text-decoration: none;
}

.sideLinks a:hover {
    color: #FAFAC8;
}

.sideLinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sideLinks ul li {
    margin-top: 10px;
}

.text {
    margin-left: 25px;
}







