body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #544631;
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-image: url(../images/bg.png);
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 30px;
	font-size: 16px;
	text-transform: none;
	color: #5C5F4B;
}
.footertext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #544631;
}

.botr {
	font-weight: bold;
	text-transform: none;
	color: #600;
}
h1 {
	font-size: 24px;
	color: #600;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: normal;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5c5f4b;
	padding-left: 10px;
}
.wvlogo {
	padding-right: 40px;
	padding-left: 40px;
}
.sidebartext {
	color: #CC9;
}
a {
	outline: none;
}
a:link {
	color: #00F;
}
a:visited {
	color: #600;
}
a:hover {
	color: #009;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p .footertext img {
	margin-left: -20px;
	margin-top: -10px;
}
.services {
	background-color: #EDEDDA;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #424435;
}
.servicesTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #630C0D;
}
.services td {
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
