body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	min-height: 400px;
	min-width: 380px;
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	color: #066;
	background-position: center top;
	margin-top: 200px;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
}

.fltlft {
	float: left;
}
.website_link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
}

#header {
	float: left;
}

#footer {
	clear: both;
	background-color: #DBF4F1;
	min-height: 50px;
	color: #23746A;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}
.fltrt {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.icon_link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px;
	float: right;
}

