body {
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;/*Centers the page in Internet Explorer*/
	background: #FFFFFF url(../images/bkg_main.jpg) repeat-x;
}
#wrapper {
	background:  url("../images/bkg.jpg") repeat-y left;
	width: 722px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #6F6E6D;
}
#header {
	background:  url(../images/banner2.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 217px;
}
#header2 {
	background:  url(../images/banner2_size.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 217px;
}
#container {
	width: 500px;
	background: url(../ims/background.jpg) repeat-y;
	float: left;
}
#content {
	margin-right: 40px;
	margin-left: 30px;
	margin-bottom: 0px;
}
a:link {
	color: #7D012F;
	text-decoration: underline;
	border: none;
}
a:visited {
	color: #7D012F;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#content p {
	text-align: left;
	margin-bottom: 20px;
}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;

}
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #3C3C3C;
	font-weight: bold;
background: none;
	
}

#sidebar li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #3C3C3C;
	font-weight: bold;

}

#sidebar ul a:link {
	border-left: 10px groove #000066;
	padding: 4px 4px 4px 10px;
	color: #333333;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}

#sidebar ul a:visited {
	border-left: 10px groove #000066;
	padding: 4px 4px 4px 10px;
	color: #333333;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}

#sidebar ul a:hover {
	border-left: 10px groove #FBFBFA;
	color: #7D0032;
	background: none;
}

.currpage {
	border-left: 20px groove #FFFFFF;
	color: #A87244;
	background: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}/*To highlight the current page - apply as necessary*/

#footer {
	background:  #000066 url(../images/bkg_footer.jpg);
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 75px;
	text-indent: 40px;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
}
h1 {
	font-size: 1.2em;
	margin: 10px 0 5px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000066;
}
h2 {
	border-left: 15px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h3 {
	border-left: 15px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
color:  #95927F;
font-weight: bold;
	text-decoration: underline;


}

h4 {
	border-left: 6px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 17px;
	background:  url(../images/list_arrow.gif) no-repeat;
	line-height: 1.3em;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}/*Used here to clear the floated elements above*/
#books {
	background-color: #FFFFFF;
	width: 500px;
	border: 1px solid #000000;
	padding: 10px;
}
#books p {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 10px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
