﻿
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 920px;
	padding: 10px;
}
body {
	background-color: #C1E0F5;
	background-image: url('sky_background_1.jpg');
	background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 920px;
}
#left {
	position: relative;
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	width: 500px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	position: relative;
	width: 920px;
	clear: both;
	padding-top: 10px;
	background-image: url('footer.png');
	background-repeat: no-repeat;
	height: 40px;
}
#form {
	position: relative;
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
.style1 {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3366FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3366FF;
}
.designby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3366FF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
}
.style2 {
	border-width: 0;
}
.style3 {
	border-width: 0px;
}
