@charset "utf-8";
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-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment:scroll;
	background-color:fcf5f3;
	font-size: 100%;
	font-family: tahoma, Arial, verdana, sans-serif;
}
.oneColFixCtrHdr #outercontainer {
		background-image: url(../images/background_top.jpg);
		background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 718px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	background-image: url(../images/contentbackground.gif);
}
.oneColFixCtrHdr #header {
	background: #fcf5f3;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #inner1 {
	background-attachment: scroll;
	background-image: url(../images/leftborder_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #inner1 #inner2 {
	background-attachment: scroll;
	background-image: url(../images/rightborder_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 9px;
	padding-left: 9px;
}
a:active
{
  	outline: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FCF5F3;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.rightimage {
	float: right;
	padding-left: 30px;
	display: block;
}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#746876;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
	display: block;
	padding: 0px;
	margin: 20px 0 0 40px;
	width: 270px;
	line-height:1.4em;
	font-style: normal;
}

.dropCapW {
	text-indent: 45px;
	padding-top: 18px;
	background: url(../images/w.gif) top left no-repeat;
}
.dropCapW:first-letter {
color:#fcf5f3;
/*font-size:1px;*/
}

.citation {
	width: 270px;
	display: block;
	font-style:normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 40px;
	text-align: right;
	font-size: 0.8em;
}
p {
	line-height:1.4em;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-top: 0px;
}
.smallText {
	font-size: 0.8em;
}

.smallDivider {
	text-align: center;
	display: block;
	width: 270px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#mainContent a {
	text-decoration: none;
	color: #A52021;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB6057;
}
#mainContent a:hover {
	border-bottom-style: solid;
}
h2 {
	font-family: Vivaldi, Georgia, script;
	font-size: 2em;
	margin-right: 40px;
	margin-left: 40px;
}
.comments-left-column {
	width: 350px;
	font-size: 0.8em;
	float: left;
	margin-left: 40px;
}
.comments-left-column blockquote {
	margin: 15px 15px 5px 15px;
	width: 320px;
}
.comments-left-column .citation {
	margin: 5px 15px;
	width: 320px;
}
#commentsForm {
	float: right;
	width: 195px;
	margin-right:15px;
	padding: 15px;
}
#commentsForm form {
	margin-top: 10px;
}
#commentsForm input, #commentsForm textarea {
	width: 195px;
	margin-bottom: 10px;
}
#commentsForm label {
	display: block;
	font-size:0.8em;
}
:focus
{
  -moz-outline-style: none;
}
.Accordion  p {
margin: 15px 0px;
} 
#audioclips {
	float: right;
	width: 325px;
	position:relative;
	top:30px;
}
#mainContent a.imageBorder {
	border: none;
}
.storeTitle {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-left: 25px;
	background: url(../images/triangle.gif) no-repeat 0px 10px;
	bac
}
.storeLinks {
	margin-top: 0px;
	padding-left: 25px;
}


.imageBorder img{
	border: 1px dotted #A52021;
}
.imageBorder img:hover {
	border-style: solid;
}
