@charset "UTF-8";
/* CSS Document */

/* setup */
* { margin:0; padding:0; }

/* main elements */
body { background-image: url(background.gif); font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11px; padding:0; }
img { border:0; }

/* layout boxes */
#wrap { position:absolute; top: 25px; left:25px; padding:0; margin:0; }
#head {  }
#subhead { width:334px; margin-top:3px; }
#content { margin-top: 20px; margin-bottom:20px;}

/* slide gallery */
#images { width:750px; height: 550px; cursor:pointer; }
#images img { max-width:750px; max-height:550px; }

/* dynamic div styles */
div.float { display: inline; float:left; }
div.floatRight { display: inline; float: right; }
div.clear { clear:both; }

/*dynamic text styles */
.alignRight { text-align:right; }
.bold { font-weight:bold;}
.small { font-size:9px;}
.spaced { letter-spacing:1px; }
