@charset "ISO-8859-1";

#header img
{
  float: left;	/* so we can have white space in the code */
}

div#headerPhotos
{
  width: 982px;
  border: 2px solid #333;
  border-top: none;
  margin-bottom: 3px;
  float: left;	/* to contain floated elements inside */
}

img#skyline
{
  margin-left: 253px;
  margin-right: 3px;
}

/**************************** rotating images ****************************/
ul.rotate
{
  position:relative;
  float: left;
  width: 250px;
  margin-right: 3px;
}

ul.rotate li
{
  float:left;
  position:absolute;
  list-style: none;
  width: 250px;
}
