* { margin: 0; padding: 0;}
body {
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;	text-align: left;
	color: #555555;
	padding-top: 9px;
	background-color: #8e8274;
}

#logo {
	color: #ceb18a;
	font-size: 11px;
}

a {
	font-style: normal;
	color: #7f6d57;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #5e2b79;
	text-decoration: none;
}

.left
 {
	width: 20px;
	height: 591px;
	background: url(images/left_border.gif) no-repeat;
	text-align: left;
}

.right {
	background: url(images/right_border.gif) no-repeat;
	width: 27px;
	height: 591px;
	text-align: right;
}

.top {
	background: url(images/top_border.gif) no-repeat;
	width: 800px;
	height: 23px;
}

.bottom {
	width: 800px;
	height: 33px;
	background: url(images/bottom_border.gif) no-repeat;
}

.container {
	background-color: #efe1c7;
	width: 753px;
	text-align: center;
}

.text {
	color: #ceb18a;
	margin-top: 30px;
}

#basic_yoga_left_col {
	text-align: right;
	width: 300px;
}

#basic_yoga_center_col {
	text-align: center;
	width: 150px;
}

#basic_yoga_right_col {
	text-align: left;
	width: 300px;
}

#purple {
	color: #5e2b79;
}

.schedule_table {
	border: 1px solid #c49a6c;
	font-size: 9px;
}

.schedule_a {
	background-color: #f5eddb;
	width: 121px;
	border-right: 1px solid #c49a6c;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 20px;
	line-height: 25px;
}

.schedule_b {
	background-color: #ecdabb;
	width: 121px;
	border-right: 1px solid #c49a6c;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 20px;
	line-height: 25px;
}

.classes_text {
	color: #ceb18a;
	margin-top: 25px;
	font-size: 12px;
	line-height: 20px;
}

#cancelled_classes {
	color: #ceb18a;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}

.classes_text a {
	color: #7f6d57;
	font-weight: normal;
	font-style: normal;
}
.classes_text a:hover {
	color: #5e2b79;
	font-weight: normal;
	font-style: normal;
}

.photos {
	width: 400px;
	height: 269px;
	text-align: center;
}

.links {
	color: #ceb18a;
}

.links a {
	color: #7f6d57;
	font-weight: normal;
	font-style: normal;
}

.links a:hover {
	color: #5e2b79;
}

input {
	background-color: #efe1c7;
	border: 0px solid #efe1c7;
	margin-left: 50px;
	margin-right: 50px;
	cursor: pointer;
	color: #5f3b19;
}

#copyright {
	color: #6c655f;
}

#copyright a {
	color: #6c655f;
	font-weight: normal;
	font-style: normal;
}

#copyright a:hover
 {
	color: #5e2b79;
}

pre {
	color: #ceb18a;
	margin-top: 25px;
	font-size: 12px;
	line-height: 20px;

	
}

