* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url('/images/faded-board-small.gif');
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
  font-size: .74em;
}

a:hover {
	color: #B22037;
	text-decoration: underline;
}


.wrap {
  margin: 0 auto;
  width: 724px;
	background: url('/images/midbg-v2.gif');
	background-repeat: repeat-y;
}


.topwrap {
background:  url('/images/topbg-v2.gif');
background-repeat: no-repeat;
width: 724px;
height: 30px;
margin: 0 auto;
}

.botwrap {
background: url('/images/botbg-v2.gif');
background-repeat: no-repeat;
width: 724px;
height: 30px;
margin: 0 auto;
}

.content {
	width: 640px;
	font-size: 1em;
	color: #222;
	text-align: left; 
	}

.lesson_nav {
width: 640px;
/* align: center; */
  margin: 0 auto;
}

.right {
	float: right;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}


.left {
	float: left;
	width: 160px;
	margin: 0 10px 0 10px;
}

.left ul {
	padding: 0px 0px 15px 0px;
	margin:0;
}

.left li {
	margin-bottom:5px;
	list-style-type: none;
	color: #B22037;
	background: #AE1C33;
	padding: 5px;
	font-size: .9em;
}

.left li a{ color: #fff; }


.content ul {
 	padding: 0px 20px 15px 50px;
	margin:0;
}

.content ol {
 	padding: 0px 20px 15px 50px;
	margin:0;
}

.content ol li {
	margin-bottom:5px;
	padding: 0px;
 }

.content ul li {
	margin-bottom:5px;
	list-style-type: square;
	padding: 0px;
 }

/* .content li a{ color: #fff; } */
.content h1 { color: #B22037; font-size: 18px; margin-bottom: 20px; text-align: center; }
.content h2 { color: #B22037; font-size: 18px; margin-bottom: 10px; }
.content h3 { color: #B22037; font-size: 12px; margin-bottom: 0px; margin-top: 10px }
.content h4 { color: #005500; font-size: 16px; margin-bottom: 10px; text-align: center; }
.content p { padding-bottom: 10px }

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.footer {
  margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
}

.footer p {
padding-bottom: 10px;
}

.right-img {
float: right;
margin-left: 50px;
}

/* img { border: none;} */

.offset {
	float: left;
  width: 80%;
	border: 1px;
	border-color: #222;
	background: #ffffaf;
}
.blurb{
  margin: 30px;
  padding: 9px;
  font: 14px Arial, Sans-serif;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background: #ffffaf;
	}

.blurb dd {
	text-align: right;
	font-style: italic;
	}
	
.blurb-img {
float: right;
padding: 0px; 
margin-left: 50px;
}

.gift{
  float: right;
	width: 160px;
  margin: 10px;
  padding: 9px;
  font: 14px Arial, Sans-serif;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background: #fff;
	}
.gift-img {
float: right;
padding: 0px;
}
.bottom-space{
padding-bottom: 30px;
}

.offset-right {
float: right;
margin-right: -125px;
}

a.player {
	display:block;
	width:640px;
	height:504px;	
	border:2px;
	margin:25px 0;
	text-align:center;
}
 
a.player img {
	border:0px;
	margin-top:206px;
}
