@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FCDBA8;
	width: 950px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCDBA8;
	border-left-color: #FCDBA8;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 140px;
	background-color: #FFFFFF;
	width: 950px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #logo #navigation {
	height: 35px;
}
#wrapper #logo #headerImg {
	height: 250px;
	background-image: url(../Images/IndexPagePic.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 700px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 240px;
	float: right;
	background-color: #E3C28F;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: large; }


