*
{
	margin: 0;
	padding: 0;
}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	font-family: "Maiandra GD", Tahoma, Arial, sans-serif;
	font-size: 95%;
	color: black;
}

p
{
margin-bottom: 10px;
}

div.desc
{
	font-size: 15px;
	/*font-weight: bold;*/
	font-style: italic;
	margin-bottom: 35px;
	/*margin-top: -20px;*/
	width: 420px;
}

h1
{
	font-size: 98%;
	padding-bottom: 8px;

}

h2
{
	font-size: 96%;
	padding-bottom: 6px;
	padding-top: 10px;
	
}

h3
{
	font-size: 95%;
	padding-bottom: 6px;
	padding-top: 10px;
	font-weight: bold;
	
}

dd
{
	font-style: italic;
	margin-bottom: 12px;
}



li
{
list-style: none;
margin-bottom: 12px;
}

ul.bullets
{
margin-bottom: 10px;
}

ul.bullets li
{
list-style: disc;
margin-bottom: 2px;
list-style-position: inside;
}

div#books li
{
list-style: none;
margin-bottom: 8px;
}

ul.nav
{
	float: left;
	font-size: 105%;
	margin-top: 10px;
	display: inline;
	
}

ul.nav li
{
	
	margin-right: 8px;
	display: inline;
	position: relative;
	text-transform: uppercase;
	 
}


ul.nav li ul
{
	position: absolute;
	left: -2000px;
}

ul.nav li:hover ul
{
	display: block;
	left: 0;
	top: 20px;
	width: 150px;
}


ul.nav li a:link
{
	text-decoration: none;
	color: #DB8B08;
	padding: 2px;
	/*border: 1px solid white;*/
}

ul.nav li a:visited
{
	
	text-decoration: none;
	color: #DB8B08;
	padding: 2px;
	/*border: 1px solid white;*/	
}

ul.nav li a:hover
{
	color: #DB8B08;
	/*text-decoration: underline;*/
	padding: 2px;
	/*border: 1px solid #FF9800;*/
	background: #E8E8E8;	
}

ul.nav li a:focus
{
	
	text-decoration: none;
	color: #DB8B08;
	padding: 2px;
	/*border: 1px solid white;*/
}

ul.nav li a:active
{
	
	text-decoration: none;
	color: #DB8B08;
	padding: 2px;
	/*border: 1px solid white;*/	
}


div.rightcolumn
{
	width: 152px;
	height: 3200px;
	margin-right: 25px;
	margin-top: 0px;
	float: right;
	background: url('../gfx/rightcolumn6.jpg') repeat-y;
	display: block;
}

div.wrapper {
	margin:0 auto; /* center, not in IE5 */
	width: 900px;
	min-height: 100%;
	background-color: white;
	
}



div.left {
	width: 658px;
	/*min-height: 1047px;*/
	height: 100%;
	margin-left: 60px;
	/*margin-right: 10px;*/
	padding-top: 25px;
	margin-bottom: 50px;
	float: left;
	
}



div.footer {
	
	width: 658px;
	background: white;
	height: 60px;
	padding-left: 60px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	clear: both;
}

.maintext
{ 

	padding-top: 40px;
	padding-right: 140px;
	margin-left: 2px;
	line-height: 135%;
	float: left;
	display: inline;
	
}


table.details
{
	
	margin-top: 0px;
	margin-left: -2px;
	width: 115%;
	

}

.details td
{
	vertical-align: top;
	/*width: 340px;*/
	/*padding-right: 20px;*/
}

.details p
{
	margin-bottom: 15px;
}

.quote
{
	/*width: 406px;*/
	font-size: 20px;
	font-style: italic;
	color: black;
	background-color: #ff9800;
}

img
{
	border: none;
}

img.photo
{
	margin-top: 8px;
	margin-right: 10px;
	float: left;
}

.feedback
{
	font-size: 13.5px;
	font-family: "Maiandra GD", Arial, sans-serif;
	border-bottom: 1px dotted black;
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.feedback p
{
	line-height: 115%;
	width: 80%;
}

div.signature
{
	margin-top: -4px;
	font-style: normal;
}

a.bubble_orange
{
	display: block;
	width: 94px;
	height: 116px;
	background: url('../gfx/stroke-orange.gif');
	float: right;
	text-align: center;
	color: black;
	text-decoration: none;
}

a.bubble_yellow
{
	display: block;
	width: 94px;
	height: 116px;
	background: url('../gfx/stroke-yellow.gif');
	float: right;
	text-align: center;
	color: black;
	text-decoration: none;
}

a.bubble_green
{
	display: block;
	width: 94px;
	height: 116px;
	background: url('../gfx/stroke-green.gif');
	float: right;
	text-align: center;
	color: black;
	text-decoration: none;
	
}

a.bubble_orange span, a.bubble_yellow span, a.bubble_green span
{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}


div.feedback_quote_first
{
	width: 174px;
	height: 114px;
	background: url('../gfx/speech_bubble_right.gif');
	float: left;
	margin-left: 110px;
	margin-top: 40px;
}

div.feedback_quote_second
{
	width: 174px;
	height: 114px;
	float: left;
	background: url('../gfx/speech_bubble_left.gif');
	margin-top: 20px;
	margin-left: 30px;
}

div.feedback_quote_third
{
	width: 174px;
	height: 114px;
	float: left;
	background: url('../gfx/speech_bubble_left.gif');
	margin-left: 120px;
	margin-top: 60px;
}

div.feedback_quote_text
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}


form h3
{
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px;
}

form#mindfulspace div
{
	float: left;
	margin-top: 0px;
}

input#name, input#email
{
	margin-bottom: 5px;
	color: black;
	font-size: 13px;
	width: 350px;
	background: white;
	display: block;
	border: 1px solid #929601;
	margin-right: 4px;
	font-family: Arial, sans-serif;
}

div#character_limit
{
	float: left;
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 80px;
	text-align: right;
}

div#character_limit input
{
	background: white;
	border: none;
}	

textarea#message
{
	margin-bottom: 5px;
	color: black;
	font-size: 13px;
	width: 350px;
	height: 100px;
	background: white;
	display: block;
	border: 1px solid #929601;
	font-family: Arial, sans-serif;
}

input.button
{

	color: black;
	background: white;
	font-size: 12px;
	width: 70px;
	border: 1px solid #292D50;	
}


h2#new_courses
{
	background: url('../gfx/yellow_highlight.gif');
	background-repeat: no-repeat;
	width: 320px;
	margin-left: 35px;
	padding-left: 5px;
	background-position: -5px 5px;
}

h1#new_workshop
{
	background: url('../gfx/orange_highlight.gif');
	background-repeat: no-repeat;
	width: 200px;
	margin-left: -8px;
	padding-left: 8px;
	background-position: 0px -8px;
}

h1#new_workshop2
{
	background: url('../gfx/orange_highlight_long.gif');
	background-repeat: no-repeat;
	width: 300px;
	margin-left: -8px;
	padding-left: 8px;
	background-position: 0px -8px;
}

span.italic
{
	font-style: italic;
}

div.center
{
	text-align: center;
}