@charset "utf-8";
/* CSS Document */

body {
background-color: #f5f5f5 }

div#branding {
height : 120px;
background : transparent url(images/branding.png) no-repeat 0 0;
z-index:1;  }

div#flash {
height:275px;
background:transparent url(images/placeholder.gif) no-repeat 0 0;
}

div#container {
background-color:#FFFFFF;}

div#nav { 
z-index : 2;
position:absolute;
top:100px;
height : 30px;
width:770px;
background : transparent;
text-align:center }

div#nav li {
display : inline; }

div#nav li a {
padding-left:25px;
 }

div#flash {
height:275px;
width:770px;
}

div#news {
background:transparent url(images/paperclip_background.jpg) no-repeat 0 0;
}

div#branding blockquote {
position:absolute;
top:-9999px;
}

div#flash blockquote {
text-indent:-9999px;
}