#divHeader {
	background-color: #7C0100;
	width: 100%;
	background-image: url(images/tonythered_header.png);
	background-repeat: no-repeat;
	height: 90px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0em;
}
#divSidebar {
	float: left;
	width: 20%;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-top: 0px;
	margin-top: 10px;
}
#divMain {
	float: right;
	width: 77%;
	padding-top: 0px;
	margin-top: 10px;
}
#divMain p {
	padding-right: 1em;
	text-align: justify;
}
.imgLeft {
	float: left;
	height: 175px;
	width: 250px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divSidebar p {
	font-size: .75em;
}
.imgRight {
	float: right;
	height: 175px;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divFooter p {
	font-size: 0.75em;
	font-style: italic;
	color: #7C0100;
	text-align: center;
	vertical-align: bottom;
}
h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #7C0100;
}
h2 {
	font-size: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#divFooter {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 10px;
}

.navButts a
{
	background-color: #7C0100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(153, 153, 153);
	border-right-color: rgb(153, 153, 153);
	border-bottom-color: rgb(153, 153, 153);
	border-left-color: rgb(153, 153, 153);
	color: #FFFFFF;
	display: block;
	padding-bottom: 2px;
	padding-left-value: 12px;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-top: 4px;
	text-decoration: none;
	width: 80%;
	padding-left: 5px;
}

.navButts a:hover
{
	background-color: #FFFFFF;
	color: #7C0100;
	text-decoration: none;
	border: 1px solid #000000;
}
