/*
Riverbend Yoga Studio
*/



body {
	background: white;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	margin: 14px;
	width: 96%;
}

h1 {
}

h2 {
}

h3 {
	color: gray;
	font-weight: normal;
	font-size: 1.2em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

a:link {
	color: #00a39f;
}

a:active {
	color: #ff2eeb;
}

a:visited {
	color: #00bee0;
}

a:hover {
	text-decoration: none;
	color: #9a53ff;
}



/* Header */

#header {
	margin-right: auto;
	margin-left: auto;
}

#header h1 {

}

#header h2 {

}

#header a {

}

/* Page */

#page {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

/* table for schedule */

#schedule
{
	
}


#box-table-a
{
	text-align: left;
	border-collapse: collapse;
	font: .7em "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

#box-table-a th
{
	font-weight: normal;
	padding: 8px;
	background: white;
	border-top: 4px solid #e2fedd;
	border-bottom: 4px solid #e2fedd;
	color: black;
	border-color: gray;
	border-width: 2px;
}

#box-table-a td
{
	background: white; 
	border-bottom: 1px solid #fff;
	color: #4c7d62;
	border-top: 1px solid transparent;
	border-right: 1px solid #fdfdfd;
	border-left: 1px solid #fdfdfd;
	border-color: gray;
	border-width: 1px;
	padding: .8em;
	width: 14%;
}






/* Footer */

#footer {
	clear: both;
	height: 100px;
	background: white;
	padding: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: .8em;
}

#footer a {
	
}