body {	
	background-color : Black;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
}

body ul{
	list-style: none;
}

.container{
	text-align: justify;
	font-size: small;
}

.forecast{
	font-size: small;
	text-align: left;
}

.data{
	color: orange;
}

.title{
	font-size: medium;
	text-align: center;
}

#container{
	text-align: left;
	width: 36%;
	float: left;
	padding-left: 3%;
	padding-top: 2%;
}

#header {
	width: auto;
	text-align: left;
	height: 155px;
	padding-bottom: 1%;	
	border-bottom: solid;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover{
	color: #ADD8E6;
	text-decoration: none;
}

#location{
width: 60%;
float: left;
height: 155px;
}

#rtcol{
	width: 40%;
	float: right;
	padding-top: 2%;
	text-align: left;
}

#history {
	height: 200px;
	width: 320px;
}

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#sectionLinks a{
	background-color: Gray;
	border: solid thin black;
	font-size: small;
	text-decoration: none;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	color: White;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:hover{
	background: #A9A9A9;
}

#navbar{
	width:20%;
	padding-top: 1%;
	float:left;
}

#climateLinks{
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#climateLinks a{
	background: gray;
	border: solid thin black;
	font-size: small;
	text-decoration: none;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	color: #FFFFFF;
}

#climateLinks h3{
	padding: 10px 0px 2px 10px;
}

#climateLinks a:hover{
	background: #A9A9A9;
}

#AstroData{
	width: 40%;
	float: right;
	height: 155px;
}

#mapLinks{
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#mapLinks a{
	background: gray;
	border: solid thin black;
	font-size: small;
	text-decoration: none;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	color: #FFFFFF;
}

#mapLinks h3{
	padding: 10px 0px 2px 10px;
}

#mapLinks a:hover{
	background: #A9A9A9;
}

#map{
	float: left;
}

#mapend{
	
}

#USradar{
	margin-top: 40px;
	margin-left: 40px;
	float: left;
	
}

#NEradar{
	margin-top: 40px;
	float: left;
	margin-left: 40px;
}

#NEIRsat{
	margin-top: 40px;
	float: left;
	margin-left: 40px;
}

#CTradar{
	margin-top: 30px;
	float: left;
	margin-left: 30px;
}

#NEfronts{
	margin-top: 40px;
	float: left;
	margin-left: 40px;
}

#USforecast{
	float: left;
	
}