body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: white;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
	}

#wrapper {
	background-color: #fdf8f2;
	color: #555555;
	margin: 30px 40px 30px 40px;
	padding: 10px;
	}


#header-bottom {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 1%;
	}

#header-bottom ul {
	margin: 0;
	padding: 0 0px 0 0;
	text-align: right;
}

#header-bottom li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #808080;
}

#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #808080;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 0px;
	width: 400px;
	float: left;
	}

#news {
	position:absolute;
	top: 80px;
	right:55px;
	}


#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	
	}

#content {
	margin: 0 240px 0 0; /* put the 240 in 2nd pos */
	border: 1px solid #C0C0C0;
	background-color: white;
	color: black;
	}


#mainfeature {
	background-image: url(img/TwentyLessonsMainImage.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: white;
	padding: 1em 1em 1em 100px;
	height: 1%;
	}


#lisina {
	position: absolute;
	top: 15px;
	left: 15px;
	} /* this is for positioning her pic */


#mainfeature h2 {
	margin: 0;
	font-weight: bold;
	font-size: 140%;
	}


#mainfeature p.lisina {
	font-style: normal;
	font-size: 110%;
	}

#mainfeature p.quote {
	font-style: italic;
	font-size: 110%;
	color: #555555;
	}

#inner {
	color: #555555;
	font-size: 110%;
	margin-left: 10px;
	margin-right: 10px;
	font-family: courier new; times new roman, arial;
	}

#inner p.author {
	font-size: 100%;
	color: #555555;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	}

#inner h2 {
	margin-top: 40px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 120%;
	font-family: courier new; times new roman; arial;
	color: #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}


#inner h3 {
	font-weight: bold;
	font-size: 130%;
	text-decoration: underline;
	text-align: center;
	}


#sidebar {
	position: absolute;
	top: 0;
	right: 0; /*change to left or right for loc */
	width: 220px;
	background-color: #112333; /* originally 333333 */
	color: white;
	margin: 0;
	padding: 0;
	}

#sidebar .inner {
	padding: 5px;
	font-size: 95%;
	}


#sidebar h3 {
	font-size: 110%;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
	margin: 0;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	color:white
	}

#sidebar p.clients {
	font-size: 90%;
	line-height: 1.4em;
	}






	