/*
Duck Egg(light)	c1edfd
Duck Egg(dark)	85c2cd
Purple			a400a4
Dark Blue		000040
Ameythyst 		85133f
*/

html {
	
}
body {
	background-color:#c1edfd;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
#pagewrapper {
	width:730px;
	min-height:200px;
	background-color:#ffffff;
	margin:60px auto 30px;
}
	b.btop, b.btop b, b.bbot, b.bbot b {
		display: block;
		height: 15px;
		font-size: 1px;
		background-image:url(../img/rc2.png);
		background-repeat: no-repeat;
	}
	b.btop b{
		background-position: 100% -15px;
	}
	b.bbot{
		background-position: 0 -30px;
	}
	b.bbot b{
		background-position: 100% -45px;
	}
	b.b2top, b.b2top b, b.b2bot, b.b2bot b {
		display: block;
		height: 15px;
		font-size: 1px;
		background-image:url(../img/rc3.png);
		background-repeat: no-repeat;
	}
	b.b2top b{
		background-position: 100% -15px;
	}
	b.b2bot{
		background-position: 0 -30px;
	}
	b.b2bot b{
		background-position: 100% -45px;
	}
#header {
	float:left;
	width:150px;
	height:137px;
	background-color:#ffffff;
	margin:0 0 0 30px;
}
	.main-title {
		background:url(../img/inner-yoga-trust-teacher-foot.gif)  center no-repeat;
		width:150px;
		height:137px;
		text-indent:-999px;
		margin:0;
	}

#content-wrapper {
	float:left;
	margin:0 30px 10px;
	background-color:#c1edfd;
}

#content {
	float:left;
	width:610px;
	color:#85133f;
	min-height:100px;
	height:auto;
	padding:0 30px 10px;
	background-color:inherit;
	color:#000040;
}
	h2,h3,h4 {
		color:#85133f;
	}
		h3 {
		}
	.workshop-picture {
		float:left;
		width:250px;
		text-align:center;
	}
	.workshop-dates {
		float:left;
		margin:50px 0 0 0;
		list-style:none;
	}
		.workshop-dates ul {
			list-style:none;
		}
	.error {
		color:#F00;
		font-size:0.9em;
		font-weight:bold;
		text-align:center;
	}
#footer {
	float:left;
	background-color:inherit;
	margin:0 30px;
	font-size:0.6em;
	color:#999;
	text-align:right;
	width:660px;
}
	#footer a:link {
		color:#999;
		text-decoration:none;
	}
	#footer a:active {
		color:#999;
		text-decoration:none;
	}
	#footer a:visited {
		color:#999;
		text-decoration:none;
	}
	#footer a:hover {
		color:#999;
		text-decoration:underline;
	}