/* CSS Document */
#wrapper
{
border: none;
padding: 1em;
}

.left
{
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
h1, h2, h3, .linktoapplication
{
color: #000;
font-size: 15px;
text-align: left;
}

.right
{
display: none;
}

#content
{

margin: 1em;
}



/* optional: in case I want to hide some text */
.notext
{
display: none;
}


/* position the print page break (doesn't work for netscape navigator 6 */
span.breakhere 
{
page-break-before: always;
}


 
/* to make links look like the rest of the text */
a{
 text-decoration:none;
 color:#000;
 background:#fff;
}

/*individual awards index pages with thumbnails of designers below:*/
.thumbscontainer
{
position: relative;
top: 0px;
left: -100px;
padding: 0;
/*width: 807px;*/
width: 90%;

}
.indivthumbs
{
float: left;
width: 180px;
height: 220px;
padding: 0;
margin: 0 auto;
text-align: center;
font-weight: normal;
}
.indivthumbs img
{
margin: 10px auto 5px auto;
padding: 0;
border: 1px solid #000;
}
.indivthumbs a:hover, .indivthumbs a:active
{
background-color: #fff;
}
.desname
{
padding:5px 0;
margin: 0 auto 10px auto;
display: block;
width: 122px;
height: 42px;
text-align: center;
vertical-align: middle;
background-color: #fff;
color: #000;
border: 1px solid #000;
font-size: 10px;
text-transform: uppercase;
}
.desname a:link, .desname a:visited
{
color: #000;
}
.desname a:hover, .desname a:active
{
color: #000;
}
