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

body {
	/*background-image: url(/graphics/rrwnCSnoLt-barA.gif);*/
	margin-top:0;
	background-image:url(/graphics/summer.jpg);
	}
	
#container {
	width:740px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	}
	
/* scroll */
#marqueecontainer{
  position: relative;
  width: 200px; /*marquee width */
  height: 120px; /*marquee height */
  background-color: #678EF8;
  overflow: hidden;
  /*border: 3px solid orange;*/
  padding: 2px;
  margin-right:4px;
  color:#ffffff;
  font-weight:bold;
  font:arial;
  border-top:1px solid black;
}

#header {
	height:150px;
	background:url(../graphics/pix5.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#678EF8;
	width:100%;
	border-bottom:solid 2px;
	color:#ffffff;
  font-weight:bold;
	}

#text1 {
	margin-left:57px;
	margin-top:50px;
	width:400px;
	text-align:center;
	font-weight:bold;
	font-size:36px;
	color:#FFFF00;
	font:Arial;
	float:left;
	}
	
#image {
	width:210px;
	margin-right:5px;
	float:right;
	margin-top:3px;
	background-color: #678EF8;
	}

#courtesy {
	width:740px;
	background-color:#0033ff;
	font:Arial;
	font-weight:bold;
	font-size:large;
	color:#FFFF00;
	}
	
#spon {
	background-color:#0033FF;
	height:100px;
	width:740px;
		}

.space {
	width:120px;
	height:100px;
	display:inline;
	margin-bottom:auto;
	margin-top:auto;
	}

#wrapper {
	height:385px;
	width:740px;
	background-color:#0033FF;
	}
	
#left {
	display:block;
	width:300px;
	margin:0px;
	padding-left:5px;
	background-color:#0033FF;
	margin-top:0px;
	float:left;
	color:#FFFFFF;
	}
	
#right {
	display:block;
	background-color:#0033FF;
	width:430px;
	float:right;
	text-align:left;
	color:#FFFFFF;
	height:385px;
	}
	
#forecast {
	background-color:#FFFFFF;
	width:740;
	}

#footer {
	background-color:#0033FF;
	width:740px;
	height:5px;
	}
	
	
	