/* CSS Document */

#shellLayer {
	background-color: #C3D7D7;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#incubating_forecasts {
	background-image: url(../images/backgrounds/paper.gif);
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
	padding: 25px;
}

#clearLayer {
	clear:both;
}
#homeLayer {
	background-color: #CCCCCC;
	margin: 0px;
}

#navLayer {
	background-color: #C3D7D7;
	width: 175px;
	text-align: left;
	padding: 0px;
	float: left;
	margin: 0px;;
	height:auto;
	overflow: auto;
}

#statusLayer {
	background-image: url(../images/backgrounds/paper.gif);
	text-align: left;
	padding: 25px;
	height:auto;
	margin: 0px 0px 50px;
	overflow: auto;
}

#successesLayer {
	background-image: url(../images/backgrounds/paper.gif);
	text-align: left;
	padding: 0px;
	width:auto;
	height:auto;
	margin: 0px;
	overflow: auto;
}

.successes {
	background-image: url(../images/backgrounds/paper.gif);
	text-align: left;
	vertical-align: top;
	padding:25px;
}

.navmenu {
	background-color: #C3D7D7;
	width: 175px;
	text-align: left;
	padding: 5px 10px 10px 5px;
	margin: 0px;;
	vertical-align: top;
}
