body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 13px;
    background-color: #2892ff;
    height: 100%;
    color: #000;
    line-height: 150%;
    background-image: url('../1/background.jpg');
    background-repeat: repeat-x;
}

#container {
    position: relative;
    width: 978px;
    margin-left:-469px;
    left:50%;
    height: auto;
    z-index:1;
    background-image: url('../1/container.jpg');
}

#header{
    position: relative;
    background-image: url('../1/header.jpg');
    width: 978px;
    height:527px;
    z-index:1;
    cursor: pointer;
}

#descContainer{
    position: relative;
    width: 911px;
    top: 10px;
    left: 30px;
    padding: 5px;
    height: auto;
    overflow:hidden;
    margin-bottom: 10px;
    float: left;
    margin-bottom: 20px;
    background-color: #c1d8ef;
    border: 1px solid #a2beda;
}


h1{
    font-size: 14px;
    margin:0px;
    padding:0px;
    margin-bottom: 3px;
    color: #ff004f;
}

#footerT{
    position: relative;
    width: 950px;
    height:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index:1;
    text-align: center;
}


#imagesContainer{
    position: relative;
    width: 990px;
    left: 30px;
    top:0px;
    padding: 0px;
    height: auto;
    overflow:hidden;
    float: left;
}

.thumbnailHor{
    position: relative;
    width: 200px;
    height: 175px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    padding:5px;
    background-color: #c1d8ef;
    border: 1px solid #a2beda;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}

.thumbnailVer{
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #c1d8ef;
    border: 1px solid #a2beda;
    padding:5px;
    overflow: hidden;
    text-align: center;
}

.thumbnailHor img{
    border: 0px;
}

.thumbnailVer img{
    border: 0px;
}

.thumbnailHor:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.6;
}

.thumbnailVer:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.6;
}

.clear{
    clear: both;
}

a:link { color: #ff004f; text-decoration:none; }
a:visited { color: #ff004f; text-decoration:none; }
a:hover { color: #000; text-decoration:none; }
a:active { color: #ff004f; text-decoration:none; }
