@charset "utf-8";
* {
	margin: 0px;
	background-repeat: repeat;
}
#wrapper #bodyArea #left {
	width: 500px;
	float: left;
	background-color: #E4EFE6;
}
#wrapper #bodyArea #right {
	width: 300px;
	float: right;
	background-color: #DACFD9;
}
#wrapper  #headerImg  {
	background-image: url(../images/header.jpg);
	height: 293px;
	width: 800px;
}

#wrapper #bodyArea #upperFooter {
	clear: both;
	background-repeat: no-repeat;
}

#wrapper {
	background-color: #FFFFFF;
	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: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#wrapper  #header a:link, #wrapper #header a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72px;
	font-style: italic;
	font-weight: 600;
	color: #990033;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 11px;
}

#wrapper #bodyArea #footer {
	height: 50px;
	clear: both;
}
#wrapper #navigation {
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px;
	letter-spacing: 1px;
	text-indent: 8px;
}
#wrapper #bodyArea #centre {
	height: auto;
}
#wrapper #bodyArea #centre #leftPhoto {
	width: 400px;
	float: left;
	background-color: #E0C1FF;
}
#wrapper #bodyArea #centre #leftPhoto p {
	font-weight: bold;
	text-align: center;
}

#wrapper #bodyArea #centre #leftPhoto img {
	border: 5px solid #FFFFFF;
}

#wrapper #bodyArea #centre #rightPhoto {
	width: 400px;
	float: right;
	background-color: #E0C1FF;
}
#wrapper #bodyArea #centre #rightPhoto p {
	font-weight: bold;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	padding: 5px;
}


#wrapper #bodyArea #centre #rightPhoto img {
	border: 5px solid #FFFFFF;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330066;
	margin: 20px;
}
