body {
	position: absolute; left: 5%;
	color: rgb(104,26,16);
	font-size: 15px;
	font-family: Tahoma,arial,helvetica;
}
#main {
	position: relative;
	width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.news { /* oval text */
	background-image: url('images/oval.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	/*vertical-align: middle;*/
}
#bnav {
	font-size: 12px;
}
.head { /*M:CM header text*/
	font-size: 30px;
}
.smtext {
	font-size: 10px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left; /* brings drop-down menus flush left */
} 
#nav a {
	display: block;
	width: 75px;
	text-decoration: none;
	text-align: center; /* aligns actual text */
	z-index: 500;
} 
#nav li {
	float: left;
	width: 75px;
	padding-right: 15px;
}
#nav li ul {
	position: absolute; left: 0;
	width: 75px;
	left: -999em;
} 
#nav li:hover ul, #nav li.sfhover ul {  
	left: auto;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
     left: auto;
} 
li.lev2 {
	border-bottom: 1px solid rgb(104,26,16);
	border-left: 1px solid rgb(104,26,16);
	border-right: 1px solid rgb(104,26,16);
	background: #fff5e8;
	padding-left: 2px;
	font-size: 13px;
}
a {
	color: rgb(104,26,16);
}
a:hover {
	color: rgb(255,127,0);
}
img {
	border: 0;
}
img.nav {
	padding: 0px 2px 0px 2px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
img.days {
	padding: 0px 0px 20px 0px;
	vertical-align: middle;
}
img.smallworkshop {
	vertical-align: top;
}
img.workshops {
	float: left;
	margin: 1em;
}
img.instructor {
	float: left;
	margin: 1em;
}
img.WYS_rght {
	float: right;
}
img.WYS_lft {
	float: left;
}
a.links:link, a.links:visited {
	color: rgb(255,127,0);
	text-decoration: none;
}
a.links:hover {
	color: rgb(151,13,11);
	text-decoration: underline;
}
a.links2:link, a.links2:visited {
	color: rgb(151,13,11);
	text-decoration: none;
}
a.links2:hover {
	color: white;
	text-decoration: underline;
}
a.links_cal:link, a.links_cal:visited {
	color: #EEE9E9;
	text-decoration: none;
}
a.links_cal:hover {
	color: rgb(104,26,16);
	text-decoration: underline;
}
td {
	vertical-align: top;
}
.highlight {
	font-weight: bold;
}
blockquote, h3 {
	text-align: left;
}
p, h2 {
	text-align: center;
}
table.events {
	float: left;
	margin-left: 75px;
}
table.cal {
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
	border: 3px single rgb(104,26,16);
	padding: 0px;
}
table.key {
	border-collapse: collapse;
	float: left;
	width: 90%;
	font-size: 12px;
}
p.loc {
	text-align: left;
}
.awake { /*red*/
	background-color: #eb4823;
}
.bb { /* blue*/
	background-color: #d4ecfb;
}
.caravan { /* rose pink*/
	background-color: #EEB4B4;
}
.centerspace { /*yellow*/
	background-color: #fcc600;
}
.conduit { /*mahoghany*/
	background-color: #b53324;
}
.dishman { /*light pink*/
	background-color: #fcdad5;
}
.euphoria { /* rose pink*/
	background-color: #EEB4B4;
}
.holly { /* blue*/
	background-color: #d4ecfb;
}
.lenora { /* */
	background-color: #F9B016;
}
.milwaukie { /*green*/
	background-color: rgb(213,227,207);
}
.miss { /*tan*/
	background-color: #fbd7a1;
}
.one { /*orange*/
	background-color: #fc8e26;
}
.park { /* blue */
	background-color: #d4ecfb;
}
.shaking { /* brownish */
	background-color: #c73f17;
}
.sellwood { /*green*/
	background-color: rgb(213,227,207);
}
.yogaboga { /* orange */
	background-color: #fc8e26;
}
.alert_txt {/*red*/
	color: red;
	font-weight: bold;
}
tr.wkdays {
	background-color: rgb(151,13,11);
	font-weight: bold;
	color: white;
}
tr.weeks {
	font-size: 12px;
	vertical-align: top;
}
td.box {
	border-collapse: collapse;
	border: 3px double rgb(104,26,16);
	padding: 0px;
}
p.num {
	text-align: left;
}
td.pad_bot { /* padding on bottom */
	padding-bottom: 5%;
}