/* Override styles for home page
   CSS by Victor Velt for John Hull Studio
   10-17-06, version 2 (VV)
 ----------------------------------------------------- */
 
#container {
position: relative;
}

#content {
background-image: none;
background-color: #999;
}

#loadingmessage {
top: 320px;
text-align: left;
}

#bigDynPic {
float: none;
width: 770px;
height: 350px;
border-bottom: 2px solid #fdfee9;
}

#bigDynPic p {
display: none;
}

#thumbs {
width: 770px;
padding: 8px 0 8px 0px;
background: transparent url(images/thumbs_bkgd.png) no-repeat bottom left;
}

#thumbs a {
margin-left: 8px;
}

#homequote {
position: absolute;
top: 550px;
left: 340px;
width: 410px;
background: url(images/home_openquote.png) no-repeat left top;
}

#homequote p {
background: url(images/home_closequote.png) no-repeat right bottom;
font-size: 13px;
font-style: italic;
line-height: 19px;
color: #333;
margin-top: 0;
margin-bottom: 0;
padding-top: 13px; 		/* controls open-quote vertical */
margin-left: 40px;		/* moves text to the right of quote */
padding-bottom: 12px; 	/* controls close-quote vertical */
}

