html{
height: 100%;
}
body {
    background-color: #faf5f1;
    font-family: verdana, "Lucida grande", verdana, arial;
    margin: 0px 0px;
    position:relative;
    min-width: 1180px;
    min-height: 100%;

}
.standout {font-family:  "Segoe Print", "Cassannet Regular"; font-size: 110%; letter-spacing: 4px; font-weight: bolder;
}
.text {margin: auto auto; letter-spacing:0px; line-height: 150%; width: 75%; text-align: justify; 
    font-size: 14px; white-space: normal;
    clear:both;
}



/*---------------------HEADER & TOP NAVIGATION--------------------*/

/*look at visualworld_main.css*/


/*---------------------MAIN CONTENT--------------------*/

.main-content{
    clear: both; margin-right: 300px;
    padding: 20px;}


section{
margin-bottom: 150px;
}

section.col{   
    width: 50%;
    float: left;
}



div.thumbnails{
    padding-top: 10px;
    padding-left: 5px;
}

img.head{
    display: block;
    position:relative;
    left: -10px;
    top:0;
    padding-left: 25px;
}

        /*---------------------ASIDE--------------------*/

aside {
    width: 300px;
    position:absolute;
    top: 0px;
    bottom: 0px;
    right: 2px;

    background-image:url(Graphics/Aside_paper_creased.png);
    background-repeat:repeat-y;
    
}



.offer_aside a:link {
color: #6f6c6c; text-decoration: none;
	border-bottom: 1px dashed;
}

.offer_aside a:visited {
color: #989595; text-decoration: none;
	border-bottom: 1px dashed;
}

.offer_aside a:hover{
color: black; text-decoration: none;
	border-bottom: 1px solid;
}

.offer_aside {
    height:215px;
    position:relative;
    top: 100px;
    margin-bottom: 20px;
    clear: both;

    font-size: 70%;
    padding: 5px 15px 5px 15px;

    color: grey;
    font-style:italic;
    color: gray;
    text-align: left;
    background-image:url(Graphics/Aside_paper_torn.png);
    background-repeat:no-repeat;
}

.offer_aside h1{
    font-size: 110%;
    text-align: center;
    color: grey;
    font-family: "Segoe Print", "Cassannet Regular", "Georgia", serif;
    letter-spacing: 5px;}


.offer_aside p{
    padding: 10px 0 10px 0;
    vertical-align: center;
    line-height: 1.5;
}


/*---------------------OFFERS PAGE--------------------*/   

.pin_board{
    position:relative;
    height: 600px;
}

.pin_board p {
    font-size: 100%;
    margin: 15px 17px 10px 17px;
    width:95%;
    text-align: justify;
    font-family: verdana, "Lucida grande", verdana, arial;
}

div.offer_L{
    width: 444px;
    height: 345px;

    overflow: auto;
    padding: 0 15px 10px 0;
    font-size: 80%;
    margin: 0;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases03.png');
    background-size: 100%;
    background-repeat:no-repeat;   
}

div.offer_R{

    width: 345px;
    height: 345px;

    overflow: auto;
    padding: 13px;
    font-size: 80%;
    margin: 10;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases_vertical.png');
    background-size: 100%;
    background-repeat:no-repeat;   
}




#offer01{
    position:absolute;
    left: 30px;
    top: 20px;}
#offer02{
    position:absolute;
    left: 95px;
    top: 370px;}

#offer03{
    position:absolute;
    left: 525px;
    top: 95px;      
    z-index: 2;}


#offer_corner_L{
    display:inline-block;
    width:60px;
    height:60px;
    float:left;
}

#offer_corner_R{
    display:inline-block;
    width:60px;
    height:60px;
    float:right;
}

div.pin_board p.offer_label{
    text-align: right;
    padding-top: 20px;
    font-size: 140%;
    font-weight: 600;

}           

.standout a:link{
    color:inherit;
    text-decoration:underline;
}
.offer2  a:visited{
    color:inherit;
    text-decoration:underline;
}

.standout a:hover{
    color: grey;
}




video{
    background-color: black;
    box-sizing: content-box;
    box-shadow: 5px 15px 20px gray;}     


/*---------------------FOOTER--------------------*/

footer{
    display:block; width:98%; vertical-align:top; 
    border:0;
    margin: 140px auto 10px auto;
    font-size: x-small; vertical-align: top; color: #6f6c6c;}

footer a{
    color: #6f6c6c; text-decoration: none;
    border-bottom: 1px dashed ;
}
footer table{
    width: 100%;
    border-top: 1px solid #6f6c6c;
}
td.icons{
    width: 5%;
}
td.icons a{
    border: none;
}
td{	white-space: nowrap;
    text-align:right;
    padding:2px 6px;

}
td.td_left{
    text-align: left;
}

td.td_right{
    text-align: right;
}
td a{
    text-decoration: none;

}

img.footer{
    width: 30px;
}
