@charset "utf-8";
/* CSS Document */

*{
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
}

body {
	font-size: 100%;
	color: #821;
	background-image: url(images/Light_cloud.jpg);
	font-family: "georgia";
	 This modifies everything within the body 
}

#wrapper {
	position: relative;
	width: 700px;
	background-color: #0063a7;
	border: 1px solid #fff;
	margin: 64px auto;
	 This modifies everything within the wrapper 
}

#banner {
	position: relative;
	height: 236px;
	width: 700px;
	background-image: url(images/BannerMainBorder.jpg);
	background-repeat: no-repeat;
	 This modifies the banner constraints 
}

#navigation {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navigation ul {
	padding-bottom: 3px;
	padding-top: 3px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	font-size: 1.8em;
	color: #FFF;
	text-decoration: none;
	padding: 0 22px;
	text-align: center;
	font-weight: 700;	
}

#nav ul li a:hover {
	color: #ccc;
}
	
#container {
	position: relative;
	margin: 12px;
}

#container p {
	font-size 1.0em;
	margin-bottom: 12px;
}

#footer {
	border-top: 1px solid #fff;
}

#footer p {
	font-size: 1em;
	color: #FFF;
	padding: 3px 3px 0px 3px;
	text-align: right;
}
#navigationbox{
	position:relative;
	margin: 20px;	
	height: 200px	
}
.navigation{
	margin: 12px;
}
Numbers{
	font-size: 1.3em;
	margin-bottom: 12px;
}
.floatleft { float: left; margin: 0px 7px 7px 0px; }
.floatright { float: right; margin: 0px 0px 7px 7px; }
