* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 240px;
	width: 800px;
	background-image: url(../images/top.gif);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#wrapper #bodyArea #left {
	width: 201px;
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #right {
	width: 579px;
	float: right;
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
#wrapper #bodyArea {
	background-image: url(../images/middle.gif);
	float: right;
	width: 800px;
	height: auto;
}
#wrapper #footer {
	background-image: url(../images/bottom.gif);
	float: right;
	height: 69px;
	width: 800px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 10px;
}

