body {
	background-color: #b0b0b0;
	background-image:url(../images/pecl_body_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

#container {
	position:relative;
	width: 990px;
	margin: auto;
	padding: 0px;
	padding-bottom:15px;
	background-image:url(../images/pepl_shadow.png);
	background-repeat:no-repeat;
	background-position:top;
}

#header {
	position:relative;
	width: 948px;
	margin: auto;
	height:236px;
	background-color: #d1d9c3;
	background-image:url(../images/pepl_header_bg.jpg);
	border-left:1px solid #ae8756;
	border-right:1px solid #ae8756;
	text-align: center;
}
#header #logo {
	position:absolute;
	top:18px;
	left:30px;
}
#header #catalogue {
	position:absolute;
	bottom:0px;
	right:0px;
}
#header #search {
	position:absolute;
	width:278px;
	height:21px;
	bottom:8px;
	left:255px;
	color:#7a5839;
	text-align:left;
	padding:0px;
	margin:0px;
}
#header #printer_icon {
	position:absolute;
	width:28px;
	height:21px;
	bottom:10px;
	left:550px;
	color:#7a5839;
	text-align:left;
	padding:0px;
	margin:0px;
}
#header #search form {padding:0px; margin:0px;}
#header #search td {color:#7a5839; font-size:12px;}

#header #search .search_bar_field {
	font-size: 12px;
	color: #5e5e5f;
	width: 134px;
	height:16px;
	border:1px solid #c4c4c4;
}

#menu {
	position:relative;
	width: 948px;
	margin: auto;
	background-color:#aeac95;
	border-top:1px solid #86643d;
	border-bottom:1px solid #86643d;
	border-left:1px solid #ae8756;
	border-right:1px solid #ae8756;
	z-index:100;
}

#contentareabottom {
	position:relative;
	width: 950px;
	margin: auto;
	background-color:#FFFFFF;
	background-image: url(../images/pepl_content_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	padding-bottom: 23px;
	z-index:1;
}
#contentarea {
	position:relative;
	width: 888px;
	margin: auto;
	background-color:#FFFFFF;
	border-left:1px solid #ae8756;
	border-right:1px solid #ae8756;
	text-align:left;
	padding-top: 20px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:30px;
	z-index:2;
	min-height:250px;
}
*html #contentarea{height:250px;}
#content_home {
	padding-right:20px;
}
#content {
	padding-left:20px;
}

#content_1c {
	padding-left:0px;
}

#leftcol {
	width:185px;
	padding-right:20px;
	border-right:1px solid #d1c5ba;
}
#rightcol {
	width:185px;
	padding-left:20px;
	border-left:1px solid #d1c5ba;
}
#flash {border:1px #795837 solid;}

#footer {
	position:relative;
	width: 950px;
	margin: auto;
	padding-top:15px;
	padding-bottom:5px;
	border-top:1px solid #c1c1c1;
	font-size:9px;
	color: #ffffff;
	margin-top:20px;
}
#footer td {
	font-size:9px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer #footerlinks {
	font-size:12px;
}
#footer #footerlinks a {
	padding-left:5px;
	padding-right:5px;
}

a {
	color: #fa2600;
	text-decoration: underline;
}
a:visited {
	color: #7d7b66;
	text-decoration: underline;
}

a:hover {
	color: #7a5839;
	text-decoration: underline;
}
#content ul li {list-style:square;}
#content ol li {list-style:lower-roman;}

.page_button_pad {
	padding-bottom: 10px;
}
.printonly {
	display:none;
	width:650px;
}

.StaffListName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold; }
.StaffListPosition {}
.StaffListDescription {}
.StaffListPhone {}
.StaffListEmail {}


