* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: C7C3C3;
	border-right-color: C7C3C3;
	border-bottom-color: C7C3C3;
	border-left-color: C7C3C3;
	border-bottom-width: thick;
	border-bottom-style: groove;
	background-image: url(../Images/background1.jpg);
}
#wrapper #logo {
	height: 150px;
	background-color: #FFF;
	background-image: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navigation1 {
	color: #000;
}
#wrapper #BodyArea #Left {
	width: 770px;
	float: left;
}

#wrapper #BodyArea #Right {
	width: 175px;
	float: right;
	font-family: "Lucida Fax";
	font-size: 13px;
	font-style: normal;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #1f3396;
	border-right-color: #1f3396;
	border-bottom-color: #1f3396;
	border-left-color: #1f3396;
	background-color: #CDD7F8;
}
#wrapper #BodyArea #footer {
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #1f3396;
}
