/* grids2.css - Used for div styles */

/* This is a comment */
#wrap {
	width: 750px;
	margin: 0 auto;
	}

/* This is a comment */	
#hd {
	width: 750px;
	margin-bottom: 10px;
	}

/* This is a comment */
#top {
	width: 750px;
	display: block;
	margin: 10px 0;
	}

/* This is a comment */
#bd {
	width: 750px;
	margin-bottom: 10px;
	}

/* This is a comment */
#main {
	width: 504px;
	margin: 0 242px 0 0;
	}

/* This is a comment */	
#rcolumn {
	float: right;
	clear: none;
	width: 240px;
	margin: 0 0 0 0;
	background: url('images/righttop.jpg') no-repeat top left;
	min-height: 250px;
	}

/* This is a comment */	
#rcolumn2 {
	float: right;
	clear: none;
	width: 240px;
	margin: 0 0 0 0;
	background: url('images/righttop.jpg') no-repeat top left;
	min-height: 250px;
	}
/* This is a comment */	
#wcolumn {
	float: right;
	clear: none;
	width: 240px;
	margin: 0 0 0 0;
	background: url('images/weatherright.jpg') no-repeat top left;
	min-height: 250px;
	}

/* This is a comment */	
#wcolumn2 {
	float: right;
	clear: none;
	width: 240px;
	margin: 0 0 0 0;
	background: url('images/weatherright.jpg') no-repeat top left;
	min-height: 250px;
	}

/* This is a comment */	
#footer {
	width: 750px;
	float:right;
	clear: both;
	margin: 30px 0 30px 0;
	font-size: 0.7em;
	}
