@charset "utf-8";
/* CSS Document */
html {

	margin: 0px;
	padding: 0px;
	background: #003366;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
}
a img { border: none; }

#container {
	background: #fff url(../images/header.jpg) center top no-repeat;
	width: 1000px;
	margin: auto;
	text-align:left;
	padding: 250px 0px 0px 0px;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
	overflow:auto;
}

p.head {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	color: #003d70;
	margin: 0px 100px 0px 150px;
}

img.homes { 
	float: right; 
	margin: -65px 20px 0px 0px;
}

h1 {
	font: 20px Helvetica, sans-serif;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	height: 37px;
	text-align: center;
	background: #fce87d;
	margin: 50px 0px;
}

.verb {
	margin: 0px 300px 0px 150px;
	font-size:12px;
	text-align:center;
}

#apply {
	width: 409px;
	text-align:center;
	position: relative;
	margin: 20px 0px 0px 80px;
	float: left;
}
#apply img { border: 1px solid #000; margin: 10px 0 0 0; }

#foot {	background: url(../images/footer.jpg) center bottom no-repeat; height: 407px; margin-top: 230px;}
#foot img { float: right; margin-right: 110px; }
#foot p { font-size: 13px; float: right; margin: 0px 150px 0px 0px; }
 .clear { clear: both;}

