body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #00A0FC url('img/back.gif') repeat-x 0 0;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
}

#main {
    padding-top: 15px;
    width: 100%;
    background: url('img/background.jpg') no-repeat top center;
    padding-bottom: 15px;
}

#content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

.header h1 {
    display: none;
}

h2 {
    color: #777;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}

div.inside {
    margin-top: 15px;
    text-align: justify;
    width: 100%;
    color: #333;
    background: #CBCBCB  url('img/bar.png') repeat-x 0 0;
    padding: 10px;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px #222;
}

div.description {
    float: left; 
    width: 650px;
}

div.contact {
    text-align: justify;
    float: right;
    width: 250px;
    background: white;
    padding: 10px;
    border: 1px solid #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    
}

.contact table {
    color: #888;
    vertical-align: top;
    line-height: 18px;
    font-size: 14px;
}

.contact table td {
    padding: 5px;
    vertical-align: top;
}


.icon {
    width: 24px;
    height: auto;
}

div.stars {
    display: inline-block;
    height: 16px;
    width: 90px;
    margin-left: 5px;
    background-image: url('img/star.png');
    position: relative;
}

.comment {
    background: #e5e5e5;
    padding: 5px;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin-top: 10px;
    font-size: 13px;
}

.comment table {
    color: #333;
    font-size: 13px;
}

.comment table tr td {
    color: #333;
    font-size: 13px;
    padding: 0px 0px 0px 3px;
}

.tag {
    padding-left: 10px;
    font-size: 13px;
}

img {
    border: none;
}
