@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(../img/res-header.jpg);
	height: 160px;
	width: 800px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../img/re-footer.jpg);
	height: 172px;
	width: 760px;
	clear: both;
	padding-top: 180px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}
#leftsidebar {
	float: left;
	height: auto;
	width: 230px;
	padding-left: 20px;
}
#mainbody {
	float: left;
	height: auto;
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}
#wrapper {
	height: auto;
	width: 800px;
		padding-top: 25px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#h2 {
	font-size: 2em;
}
#leftsidebar h2 {
	font-size: 1.7em;
	line-height: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
}
#leftsidebar li {
	list-style-image: url(../img/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
}
#mainbody h2 {
	font-size: 1.7em;
	line-height: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
}
#mainbody li {
	list-style-image: url(../img/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
}
#leftsidebar h3 {
	margin: 3px;
	font-size: 1.1em;
	font-weight: bold;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #330000;
}
#leftsidebar a {
	text-decoration: none;
	color: #330000;
}
#footer a {
	color: #330000;
	text-decoration: none;
}


.style1 {color: #9e9e9f}
#mainbody a {
	color: #330000;
}
a:hover {
	color: #330000;
	text-decoration: underline;
}
#leftsidebar a:hover {
	color: #330000;
	text-decoration: underline;
}
#mainbody hr {
	background-image: url(../img/hr.jpg);
	list-style-image: url(../img/hr.jpg);
	background-position: left;
}
