/* CSS Document */
#rotatingHeader
{position: relative;
top: 5px;
left: 10px;
height: 125px;


}
#logo
{ position:relative;
top: 23px;
left:10px;
width: 231px;
height: 77px;
}

#logo img
{ border:none;
}

#banners
{
	position: absolute;
	top: 5px; /* top coordinate */
	left: 250px; /* puts banners in the top left corner */
	width: 400px;
	height: 114px;
}

#banners h4
{ display: none;
}

#banners img
{ border: none;
}

#banners ul, #banners li, #banners a, #banners img
{ margin: 0;
padding: 0;
}

#banners ul
{ display: block;
height: 114px;
overflow: hidden;
}

#banners li
{ display: block;
list-style:none;
}

