body {
	background-color: #CCFFCC;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 195px;
	margin: 0px;
	padding: 0px;
}
img  {
	border: 2px dashed #339900;
	padding: 5px;
	margin: 5px;
}
.border {
	border: thin solid #339900;
	width: 725px;
}
.content {
	background-image: url(images/content.jpg);
	height: 800px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
}
.banner {
	height: 600px;
	width: 160px;
	float: right;
	border: thin solid #339900;
	margin: 5px;
}
.banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

