 @charset "utf-8";
/* CSS Document */

/* TOP LEVEL SELECTORS */
/*****************************************************************************/

body
{
	background: #F2B33D;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, form, input
{
  padding: 0;
  margin:  0 0 6px 0;
}

img
{
  border: none;
}

fieldset
{
  border: none;
	padding: 0;
	margin: 0;
}

legend
{
  display: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 1px;
}
#background_wrapper {
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 0px;
}
#homewrapper {
	width: 955px;
	background-color: #FFFFFF;
}
#logoarea {
	width: 930px;
	background-color: #FFF;
        padding: 10px 0px 10px 25px;
}
#navigation {
    background-color: #FFCC00;
}
#mainarea {
	background-color: #FFF;
	float: left;
	width: 955px;
}
#mainarea #left {
	float: left;
	width: 585px;
	margin-top: 20px;
	margin-left: 20px;
}
#mainarea #right {
	float: left;
	width: 330px;
	margin-top: 20px;
	margin-right: 20px;
}
#footer {
	background-color: #FFF;
	text-align: center;
}

/* THIS IS HOW WE STYLE THE BOXES FOR THE NAV...all other styleing for nav is done in other style sheet*/
/*  HOME tab style */
#MenuBar1  li.hm a:link, #MenuBar1  li.hm a:visited {
	background-color: #0B79BF;
}
#MenuBar1  li.hm a:hover, #MenuBar1  li.hm a:active {
	background-color: #2387C7;
}
/*  ABOUT EMBODYOGA tab style */
#MenuBar1 li.emb a:link, #MenuBar1 li.emb a:visited {
	background-color: #EF831F;
}
#MenuBar1  li.emb a:hover, #MenuBar1  li.emb a:active {
	background-color: #F29845;
}

/* workshops tab style */
#MenuBar1 li.wks a:link, #MenuBar1 li.wks a:visited {
        background-color: #6EC3BB;
}
#MenuBar1  li.wks a:hover, #MenuBar1  li.wks a:active {
	background-color: #84CEC7;
}

/* teacher training tab style */
#MenuBar1  li.tt a:link, #MenuBar1  li.tt a:visited {
        background-color: #339999;
}
#MenuBar1  li.tt a:hover, #MenuBar1  li.tt a:active {
	background-color: #4DABAB;
}

/* teachers & studios tab style */
#MenuBar1 li.ts a:link, #MenuBar1 li.ts a:visited {
        background-color: #FE9934;
}
#MenuBar1  li.ts a:hover, #MenuBar1  li.ts a:active {
	background-color: #FEAB58;
}

/* special programs tab style */
#MenuBar1 li.sp a:link, #MenuBar1 li.sp a:visited {
	background-color: #FFCC66;
}
#MenuBar1  li.sp a:hover, #MenuBar1  li.sp a:active {
	background-color: #FFCC00;

/* special programs tab style */}
#MenuBar1 li.sp a:link, #MenuBar1 li.sp a:visited {
	background-color: #FFCC66;
}
#MenuBar1  li.sp a:hover, #MenuBar1  li.sp a:active {
	background-color: #FFCC00;
