body {
	background-color: #72A8FE;
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #000033;
}
#nav {
	z-index: 10;
	height: auto;
	width: 450px;
	top: 160px;
	list-style-type: square;
	list-style-position: inside;
	border: 3px none #8CB8FF;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	right: 5%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#content h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#head {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 199px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

#content {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	position: relative;
	visibility: visible;
	z-index: 5;
	background-image: url(paper-tile.gif);
}
#content .left {
	float: right;
	height: auto;
	width: auto;
	border: thin outset #FFCC66;
	background-color: #FFFFD5;
	margin-right: 20px;
	margin-left: 10px;
	list-style-position: inside;
	padding: 10px;
	clear: both;
	text-align: center;
}
#content .left h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content td {
	text-align: center;
	background-color: #FFDCD1;
}
.satImages {
	float:left;
	clear:left;
	margin-left:50px;
	margin-right:15px;
	margin-bottom: 10px;
}
