* {
	margin: 0;
	padding: 0;
}

body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #303030;
}

.floatClear {
	clear: both;
	height: 0;
	width: 0;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

a { 
	color: #6a53ad;
	text-decoration:underline;
}

small { 
	color: #6a53ad;
}

a:hover {
	color: #303030;
}

p {
	margin: 0 0 15px 0;
}

ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom:20px;
}

img {
	border: 1px solid #878787;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	text-transform:uppercase;
	color: #4a4846;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #6a53ad;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #4a4846;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#content {
	width: 920px;
}

#bodycontent {
	float: left;
	width: 715px;
	margin-right: 15px;
}

#sidebar {
	float: left;
	width: 190px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #b2b2b2;
}

.widget {
	border: 1px dotted #303030;
	padding: 10px 10px 10px 10px;
}

#header h1 a {
	display: block;
	width: 920px;
	height: 101px;
	background: url(images/header-logo.jpg) top center no-repeat;
	text-indent: -9000px;
}

#schedule_teacher {
	width: 715px;
	height: 306px;
	margin: 15px 0 15px 0;
}

#schedule {
	width: 500px;
	height: 306px;
	margin-right: 15px;
	background: url(images/class-schedule_bg.jpg) top left no-repeat;
	float: left;
}

#teacher {
	width: 200px;
	height: 200px;
	float: left;
}

#quote {
	width: 180px;
	height: 70px;
	margin-top:16px;
	padding: 7px 10px 13px 10px;
	background-color: #CCCCCC;
	float: left;
}

#lancaster td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #737373;
	padding:2px;
	width:77px;
	height:28px;
	font-size:9px;
}

#york td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #737373;
	padding:2px;
	width:93px;
	height:30px;
	font-size:10px;
}

#footer {
	width: 900px;
	height: 70px;
	margin: 20px 0 20px 0;
	padding: 10px 10px 15px 10px;
	color: #FFFFFF;
	background-color: #4a4846;
}

.post_post {
	height: 120px;
	width: 580px;
	padding: 10px;
	margin-bottom:10px;
	background-color:#eeeeee;
	float:left;
}

.odd_post {
	float:right;
}

.even_post {
	float:left;
}

.even_post p {
	text-align:right;
}

.even_post h2 {
	text-align:right;
}

.post_img {
	float:left;
}

.odd_img {
	float:left;
}

.even_img {
	float:right;
}
