* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
}

#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 650px;
	float: left;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}
#wrapper #bodyArea #left img {
	margin-top: 60px;
	margin-right: 45px;
	margin-bottom: 60px;
	margin-left: 45px;
	border: 5px solid #D0293C;
}
