#header {
	background-image: url(images/header.png);
	width: 800px;
	height: 227px;
}
#nav {
	height: 43px;
	width: 800px;
}
#content {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	line-height: 18px;
	min-height: 300px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#footer {
	background-image: url(images/footer.png);
	height: 115px;
	width: 800px;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	width: 700px;
	position: relative;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
