/* Styles the airtight galleries created by Lightroom */
/* hide from ie on mac \*/
html {
height:100%;
}

/* this is what determines whether the caption is visible or not. too large an image without an increase in height and the caption will be covered */
#flashcontent {
height:1000px;
padding-top:20px;
border-top:1px solid #444;
}

/* end hide */
body {
font: 11px Verdana,Arial,Helvetica,sans-serif;

color:#ffffff;
background:#333333 url(vd_logo.gif) no-repeat right 2px;
padding:10px 10px 0px 10px;
margin:0;
}

#header {
padding-left:20px;
margin-bottom:20px;
}

h1 {
font-size:11px;
font-weight:bold;
color:#ccc;
margin:0px;
padding:0px;
}

p {
color:#ccc;
font:9px Verdana,Arial,Helvetica,sans-serif;
text-align:left;
margin:0px;
}

a {
color:#ff9900;
text-decoration:none;
}

.copyright {
margin-top:5px;
color:#666;
}
