@charset "utf-8";
/* CSS Document */
html 
{
   overflow-y: scroll;
}

body
{
	background-image: url(../IMAGES/BACKGROUND/purplepurplestripe.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#outercontainer
{
	width: 960px;
	min-height: 600px;
	height: auto;
	background-color: #390F10;
	margin: 0px auto 0px auto;
	padding: 5px;
}

#webfield
{
	width:950px;
	min-height: 600px;
	background-color: #FFF;
	margin: auto;
	padding: 5px;
}

#bmcheader
{
	width: 950px;
	background-color: #390F10;
	height: 85px;
	margin: 0px 0px 1px 0px;
}

#buttoncontainer
{
	width: auto;
	height:27px;
	border-bottom: solid 1px;
	margin: 0px 0px 2px 0px;
}

#bmcmaincontainer
{
	width: 940px;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	margin: 0px auto 0px auto;
}



#textcontainerleft
{
	float: left;
	width: 740px;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	margin:0px 0px 0px 0px;
}

#textcontainerright
{
	float: right;
	width: 740px;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	margin:0px 0px 0px 0px;
}

#phpform
{
	width:auto;
	height:auto;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background-color: #C8C8C8;
	float: left;
}

#addressandphone
{
	float: left;
	width:220px;
	height: auto;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#addressandphonedivider
{
	width: 210px;
	height:2px;
	border-bottom: solid 1px #300;
	margin: 0 auto 0 auto;
}

#contactcontainer
{
	width: auto;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	margin: 0px auto 0px auto;
}

#salescontainermain
{
	width:888px;
	height: auto;
	margin: 0px auto 0px auto;
}


#salescontainerout
{
	width: 200px;
	height:auto;
	margin: 0px 10px 10px 10px;
	border: solid 1px black;
	float: left;
	background-color: #F0F0F0;
}

#salescontainertitle
{
	width: 200px;
	height: 30px;
	margin: 0px 0px 2px 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #F0F0F0;
}

#lessoncontainerleft
{
	width: 720px;
	height: auto;
}

#lessonimagecenter
{
	width: auto;
	height: auto;
	margin: 0px auto 5px auto;
}


#instructorcontainermain
{
	height: auto;
	width: auto;
	text-align: right;
	padding: 5px;
	background-color: #F0F0F0;
	float: right;
}

#instructorcontainerout
{
	width: 220px;
	height: auto;
	margin: 5px 0px 0px 0px;
	float: left;
}

#instructorbio
{
	width: 680px;
	min-height: 500px;
	padding: 5px;
	background-color: #F0F0F0;
	float: right;
}

#lessonquote
{
	width: 700px;
	height: auto;
	padding: 5px;
}

#lessonprice
{
	width: 125px;
	height: auto;
	float: left;
	padding: 5px;
}

#clear
{
	clear: both;
}

p
{
	margin: 0px 0px 10px 0px;
	text-indent: 20px;
}

p.noformat
{
	margin: 0px 0px 10px 0px;
}

p.signature
{
	margin:0px;
}

h3
{
	color: #300;
	margin: 0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h4
{
	color: #300;
	margin: 0px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.imagefloatright
{
	float: right;
	margin: 0px 0px 5px 5px;
}

.imagefloatleft
{
	float:left;
	margin: 0px 5px px 0px;
}

.imagecenter
{
	display: block;
	margin: 0 auto 0 auto;
}

.textfloatleft
{
	float: left;
}

.textfloatright
{
	float:right;
}

.redfont
{
	color:red;
}

.retailgreen
{
	color: #060;
	font-size: 12px;
}

.retailred
{
	color: red;
	font-size: 10px;
}

.imagenomargin
{
	margin:0px;
}

.quotetext
{
	font-size: 12px;
}
	
	
	
	