@charset "UTF-8";
/* Pemberton Park CSS Document */
body {
	background-color: #E8DCC9;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 20px;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size: 17px;
}
h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:700;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A4115;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a,a:visited {
	color:#9A4115;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
a:active {
	color: #C90;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.sidebar {
	background-image: url(images/sidebck.gif);
	background-repeat: repeat-y;
}
.sidebar li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	list-style-type: none;
}
.sidebar a,.sidebar a:visited {
	text-decoration:none;
	font-weight: bold;
}
.date {
	color:#D6C2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 25px;
}

.maincontent {
	padding-left: 10px;
	padding-right: 10px;
}
.maincontent img {
	padding: 5px;
	border: 2px solid #000;
}
.maincontainer {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#D6C2A4;
	text-align: center;
	font-size: 10px;
}
.footer a {
	color:#D6C2A4;
}
.footer a:hover {
	color:#9A4115;
}
.leftpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightpic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}	
Img.banner {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img.header {
	border: 2px solid #000;
	padding: 10px;
}
img.nobrdr {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
