/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -GENERAL  --------------------------*/

body { background-color:#F4F4F4; background: url(../images/bg.jpg); padding-top: 100px; }

#wrapper { margin: 0 auto; width: 825px; }

#titles { width: 303px; height: 481px; float: right; padding: 0; }

.heyimage { margin-bottom:0px; border:0px; }

#photostack { width:485px; height: 481px; float:left; padding: 0; }
    #slideImg { cursor: pointer; }
	
	#closure-dates { margin: 0 auto; width: 770px; }

/* ---- DESIGN CREDIT  --------------------------*/

#designcredit { position:absolute; bottom:30px; right:50px; font: Normal 9px 'Lucida Grande', Arial, sans-serif; color:#7C7C7C; border: 0; }
	#designcredit a { border: 0; padding: 0; color: F4F4F4; }

/* -------	LINK STYLES  -------*/

a:link {color:#7C7C7C; text-decoration: none; border: none; }
a:visited {color:#7C7C7C; text-decoration: none; border: none; }
a:hover {color:#444444; text-decoration: none; border: none; }
a:active {color:#7C7C7C; text-decoration:none; border: none; }
a img { border: none; }
