@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #B1AB9F;
	border-left-color: #B1AB9F;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: outset;
	border-bottom-color: #B1AB9F;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #847F76;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 34px;
	background-image: url(../Images/gradientnav.jpg);
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #423F3B;
	padding-left:4px;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../Images/ConcordHeader1.png);
}
#wrapper #bodyArea #left {
	width: 800px;
	float: left;
	background-color: #FEFDF9;
}
#wrapper #bodyArea #footer {
	background-image: url(../Images/gradienttop.jpg);
	height: 25px;
	background-repeat: repeat-x;
	clear: both;
	border-top-width: 2px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 20px;
}
