h1, h2, h3, h4, h5, h6, p, blockquote, ol, dl, address {
	margin-bottom: 1em;
}
ul, ol {
	padding-left:2em;
	padding-bottom: 1em;
}
h1 {
	color: #842A36;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #423B35;
}
h3 {
	font-size: 26px;
	text-align: center;
	color: #842A36;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #bcbdbf;
}
/* layout
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0;
	border-right: solid #971B1E 20px;
	border-left: solid #971B1E 20px;
	background-color: #FFFFFF;
	width: 920px;
}
#header {
	padding: 20px;
	height: 80px;
}
#header img {
	float: left;
}
#header h1 {
	color: #15395D;
	float: right;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#sidebar {
	float: right;
	background-image: url(images/sidebar_bg.jpg);
	margin: 20px 20px 0 0;
	background-repeat: repeat-x;
	width: 303px;
	padding: 20px;
}
#sidebar ul li {
	list-style-type: disc;
	padding: 2px 0;
}
#content {
	padding: 20px 20px 0 20px;
	float: left;
	width: 515px;
}
#sidebar .inset {
	text-align: center;
	margin-bottom: 5px;
}
#sidebar .inset h3, #sidebar .inset p {
	margin: 0;
	font-weight: bold;
}
/* navigation
----------------------------------------------- */
#topnav {
	height: 36px;
	background-image: url(images/topnav_bg.jpg);
	clear: both;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding: 10px 23px 10px 23px;
}
#topnav ul li a:hover {
	text-decoration: underline;

}
/* footer styles
----------------------------------------------- */
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	background-color: #15395D;
	clear: both;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	border-right: solid #fff 1px;
	padding: 0 4px;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.phone-number {
	clear: right;
	float: right;
	color: #971B1E;
	font-weight: bold;
	font-size: 21px;
}
.left {
	float: left;
	margin: 0 8px 8px 0;
	border: solid #ccc 1px;
}
.right {
	float: right;
	margin: 0 0 8px 8px;
	border: solid #ccc 1px;
}
