* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #c2e1fb;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#container {
	width: 850px;
	margin: 0px auto 0px auto;
}
#contactpanel {
	color: #777777;
	font-size: 12px;
	display: none;
	padding: 50px 50px 50px 50px;
	background-image: url("../images/night-sky.jpg");
	background-repeat: no-repeat;
}
#navigation {
	width: 720px;
	height: 33px;
	float: left;
	padding: 12px 0px 0px 10px;
	background-image: url("../images/navigation-background.jpg");
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	margin: 0px 10px 0px 10px;
}
#navigation a {
	text-decoration: none;
	color: #999999;
	font-size: 18px;
	outline: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #555555;
	font-size: 18px;
	outline: none;
}
#contactus {
	width: 120px;
	height: 33px;
	float: right;
	text-align: center;
	padding-top: 12px;
	background-image: url("../images/contact-us-background.jpg");
	background-repeat: no-repeat;
}
#contactus a {
	text-decoration: none;
	color: #999999;
	font-size: 18px;
	outline: none;
}
#contactus a:hover {
	text-decoration: underline;
	color: #555555;
	font-size: 18px;
	outline: none;
}
#bannersky {
	width: 850px;
	height: 200px;
	margin: 10px 0px 10px 0px;
}
#content {
	width: 750px;
	padding: 15px 50px 0px 50px;
	color: #777777;
	background-image:url("../images/content-background.jpg");
	background-repeat: repeat-y;
}
#content a {text-decoration: underline; color: #1c5b91;}
#content a:hover {text-decoration: underline; color: #4a86ba;} 
#footer {
	width: 830px;
	height: 55px;
	margin: 10px 0px 10px 0px;
	padding: 45px 0px 0px 20px;
	font-size: 14px;
	color: #9b8989;
	background-image: url("../images/footer-background.jpg");
	background-repeat: no-repeat;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #9b8989;
	font-size: 14px;
	outline: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #9b8989;
	font-size: 14px;
	outline: none;
}
#contactpanel h3 {
	font-size: 18px;
	font-weight: normal;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
}
#content h2 {
	font-size: 14px;
}
#content ul li {margin-left: 12px; font-size: 12px; font-weight: bold;}
.clear {
	clear: both;
}
#blueline {
	width: 850px;
	height: 5px;
	background-color: #85cbfd;
}
#contactpanel .textbox {
	width: 300px;
	height: 20px;
	border: 1px #999999 solid;
	font-size: 14px;
	color: #333333;
	padding: 4px 5px 0px 5px;
	margin: 3px 0px 3px 10px;
	background-color:#eeeeee;
	font-family: Arial, Helvetica, sans-serif;
}
#contactpanel table {
	font-size: 14px;
}
