body {
	background-color: #262626;
}
#container {
	width: 780px;
	height: 583px;
	margin-left: 100px;
	text-align: left;
	background-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
#header {
	height: 170px;
	width: 780px;
}
#content {
	height: 583px;
	width: 780px;
	background-color: #ededed;
	font-family: sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
hr {
	position: relative;
	top: -60px;
	left: 2px;
	width: 778px;
}
p.footer {
	font-style: italic;
	font-family: sans-serif;
	font-size: 12px;
	position: absolute;
	top: 730px;
	left: 180px;
}
p.lesson_1st {
	position: relative;
	top: 30px;
	left: 10px;
}
p.lesson_2nd {
	position: relative;
	top: 30px;
	left: 10px;
}
table.Design7 {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #6D6968;
    border: 0.1em solid #000000;
    position: absolute;
    top: 350px;
    left: 180px;
    font-family: sans-serif;
	font-size: 12px;
	color: #C8C8C8;
}
table.Design7 td {
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.Design7 h4 {
	color: white;
}
a {
	text-decoration: none;
	color: black;
}
img.w3c {
	position: absolute;
	top: 730px;
	left: 683px;
	border-style: none;
}

