@charset "utf-8";
/* CSS Document */


body { 
	width: 1000px;
	background-color: #d5e4f3;
	margin-left:auto;
	margin-right:auto;
}

h1 { 
	font-size: 20px;
}
h2{ 
	font-size: 16px;	
	}
h3{ 
	font-size: 14px;
}
#container { 
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.header { 
	height: 463px;
}

.nav { 	
	float: left;
	font-weight: bold;
	height: 43px;
	width: 1000px;
	padding: 0px;	
}
.content {
	background-image:url(images/hp-content.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	width: 385px;
	height: 222px;
	padding: 10px;
	padding-top: 20px;
	padding-left: 330px;
	padding-right: 10px;
	font-size:14px;
	color: #000;
	
}
.form {
	background-image:url(images/hp-form.jpg);
	background-repeat:no-repeat;
	float:right;
	width:225px;
	height:232px;
	padding:10px;
	padding-left:20px;
	padding-right:30px;
}
.footer {
	background-color: #d5e4f3;
	clear: both;
	height: 10px;
	padding: 10px;
	font-size: 12px;
	text-align:center;
	color: #000;
}

.footer a:link {
	color: #000;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #000;
}
.footer a:hover {
	text-decoration: none;
	color: #000;
}
.footer a:active {
	text-decoration: underline;
	color: #000;
}
