/* Styles for the printer-friendly version of the page */
/* Remove background colors and images, use black ink */
* {
 background: transparent !important;
 color: black !important;
}
body {
 width: auto !important;
 font-size:10pt;
}
/* Size to fit width of the printed page */
#wrapper {
 width: 98%;
margin: -35% auto;
 max-width: none;
 min-width: none;
}
/* Don't display the navigation bar */
/* You can use the same idea to hide anything else 
 that you don't want on the printed page */
nav {
 display: none;
}
/* Make links black and underlined */
a, a:link, a:visited {
 color: black;
 text-decoration: none;
}
/* Show URL afer link (only good for external links) */
a[href]:after {
 content: " (" attr(href) ")";
}
/* Limit width of images to their containing elements */
img {
 max-width: 100% !important;
} 
.wordface{
 display: none;
}

.bar_small{
    position: absolute;
    right:0;
    top: 299%;
    width: 115%;
}

.logo{
display: none;
}

.intro{
    /* Set your own widths, % for fluid, px for fixed */
    width: 80%;
    /* Vertical margins, and auto to center */
margin: 0 auto;
   z-index: 3;
 }

.name_bar{
    margin: 90% auto;
    width: 115%;
}

.web_banner {
    width: 100%;
    position: absolute;
    top: 50%;
}

table {
    width: 90%;
margin-top: 65%;
margin-left: 5%;
margin-bottom: 3%;
}

td {
    width: 33.33%;
    vertical-align: top;
    text-align: center;
    padding: 1%;
}

.bar_small{
    margin: -290% auto;
    width: 115%;
}

#invitations .thumbnail {
    position: absolute;
    top: 17%;
    left: 4%;
}

 #christmas_signs .thumbnail {
    position: absolute;
    top: 17%;
    left: 20%;
}

#yard_signs .thumbnail {
    position: absolute;
    top: 17%;
    left: 36%;
}

#vinnys .thumbnail {
    position: absolute;
    top: 17%;
    left: 52%;
}

#draft_boards .thumbnail {
    position: absolute;
    top: 17%;
    left: 68%;
}

#ravens_car .thumbnail {
    position: absolute;
    top: 17%;
    left: 84%;
}

#outward_bound .thumbnail {
    position: absolute;
    top: 33%;
    left: 4%;
}

#decals .thumbnail {
    position: absolute;
    top: 33%;
    left: 20%;
}

#chaps .thumbnail {
    position: absolute;
    top: 33%;
    left: 36%;
}

#lady_dianne .thumbnail {
    position: absolute;
    top: 33%;
    left: 52%;
}

#christmas_ticket .thumbnail {
    position: absolute;
    top: 33%;
    left: 68%;
}

#rush_gaming .thumbnail {
    position: absolute;
    top: 33%;
    left: 84%;
}

