/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2E0044;
	background-image:url(images/backgroundvlt5.png);
}




/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	height: auto;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
#outerWrapper #topNavigation {
	height: 58px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 952px;
	border-left-color: #C96;
	background-color: #000;
	padding: 0px;
	margin-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C96;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	margin: 0;
	padding: 0px;
	width:960px;
	background-image:url(images/MAheader2g.png);
	background-repeat: no-repeat;
	height: 152px;
}

#topbin {
	width:928px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: medium solid #C96;
	margin: 0px;
	background-color: #ececec;
	padding: 10px;
 }
 
 
 #addressbox {
	background-color: #669933;
	height: auto;
	width: 885px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-top: 5px;
	text-align: center;
}



 #corehome {
	width:950px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	padding: 0px;
 }
 
 
  #champagne {
	width:947px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(images/transparent-bkgrnd.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
 }
 
 #champleft {
	width:467px;
	float:left;
	position: static;
	left: auto;
	height: 230px;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color:#000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
 #champright {
	width:440px;
	float:right;
	position: static;
	left: auto;
	height: 220px;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #ececec;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
 }
 
 
 #testimonials1 {
	width:928px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding: 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/transparent-bkgrnd.png);
	background-repeat: repeat;
	background-position: left top;
 }
 
 
 
 #testbinleft {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
 #testbinright {
	width:auto;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 #offerbin {
	width:950px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: medium solid #C96;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
 }
 
 #topbinhome {
	width:928px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-color: #ececec;
	padding: 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 #video {
	width:auto;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #996633;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
 }
 
  
 #homevideo {
	width:444px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 318px;
	border: thin solid #996633;
	background-repeat: repeat;
	text-align: center;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
 }
 
  #blogtext {
	width:450px;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin none #996633;
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
 }
 
  
  #email {
	width:250px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #996633;
	text-align: center;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 8px;
 }
#middlebin {
	width:932px;
	float:left;
	position: static;
	left: auto;
	height: 195px;
	border: thin solid #c96;
	background-repeat: repeat;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-image: url(images/tile.png);
	background-position: left top;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
 }
 
 #summer {
	width:948px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #c96;
	background-repeat: repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-position: left top;
	padding: 0px;
	background-color: #0066CC;
 }
 #certificatebin {
	width:890px;
	float:left;
	position: static;
	left: auto;
	height: 100px;
	border: thin solid #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-repeat: repeat;
	background-image: url(images/transparent-bkgrnd.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
 }
 
 #salsa {
	width:932px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #c96;
	background-repeat: repeat;
	padding: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-position: left top;
	background-color: #FFF;
 }

 
 
 
 
 #leftbin {
	width:450px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	padding: 5px;
	height: 100px;
	border: thin solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-repeat: repeat;
	text-align: center;
 }
 #rightbin {
	width:390px;
	float:left;
	position: static;
	left: auto;
	padding: 5px;
	height: 100px;
	border: thin solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-repeat: repeat;
	text-align: center;
	background-color: #FFFFFF;
 }
 #facebook  {
	width:800px;
	float:left;
	position: static;
	left: auto;
	padding: 5px;
	height: 100px;
	border: thin none #C96;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	background-repeat: repeat;
	text-align: center;
 }
 #twitter {
	width:250px;
	float:left;
	position: static;
	left: auto;
	padding: 5px;
	height: 50px;
	border: thin none #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	background-repeat: repeat;
	text-align: center;
 }
 #buttonbin {
	width:375px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 125px;
	border: thin solid #C96;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-repeat: repeat;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
 }
 #certbin {
	width:475px;
	float:right;
	position: static;
	left: auto;
	padding: 5px;
	height: 165px;
	border: thin none #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-repeat: repeat;
 }
 
 #tangochocobin {
	width:725px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thick dotted #900;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 85px;
	background-color: #FFF;
	padding: 0px;
	text-align: center;
 }
 #groupheaderbin {
	width:725px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: medium dotted #000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 80px;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
 }
 #groupclassbin {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 80px;
	background-color: #FFFFFF;
	padding: 0px;
 }
  #groupclassbin2 {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 110px;
	background-color: #FFFFFF;
	padding: 0px;
 }
 #footer {
	width:928px;
	float:left;
	position: static;
	left: auto;
	height: 125px;
	border: thin solid #C96;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/blktilie.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
 }
 
  #blkfooter {
	width:932px;
	float:left;
	position: static;
	left: auto;
	height: 25px;
	border: thin solid #C96;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/blktilie.jpg);
 }
   /*why fred*/
 #largebin {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: 425px;
	border: thin solid #C96;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 #leftbin {
	width:320px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	padding: 0px;
	height: 380px;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
 }
   /*benefits*/
 #benefits {
	width:865px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 8px;
	padding-right: 45px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 #leftbene {
	width:290px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
 /*contact*/
 #contact {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: 1300px;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #FFFFFF;
 }
 #rightcontact {
	width:525px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: 370px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 20px;
 }
 /*faqs*/
 #faqs {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 
   /*lessons*/
 
  
 #lessons {
	width:900px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
 }
 #less {
	width:325px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
 }
 #leftless {
	width:auto;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
 }
 #leftless2 {
	width:auto;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
 }
  #bottomless {
	width:830px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 20px;
 }
 
 
 
 /*trophy*/
 #lefttrophy {
	width:250px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #963;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
  /*testimonials*/
 #testimontials {
	width:870px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
 }
 
 #test02 {
	width:805px;
	float:left;
	position: static;
	left: auto;
	height: 540px;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
	background-image: url(images/tile2.jpg);
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
 }
 
 
 #wedtest {
	width:780px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
	background-image: url(images/tile2.jpg);
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
 
  #test11 {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
 #test12 {
	width:auto;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
  #test13 {
	width:465px;
	float:none;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
 #test14 {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
  #test15t {
	width:auto;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
 #test16 {
	width:auto;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/tile2.jpg);
 }
 
 /*staff*/
 #staffpage {
	width:900px;
	background-color:#ececec;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
 }
 #lefttest2 {
	width:350px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 325px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
 }
  #righttest {
	width:350px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: 335px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
 }
 
   /*events*/
   #HSB11 {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(HolidayStarBall2011/HBheader.png);
	background-position: left top;
 }
   
   
   #DSChall11 {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(DSChallenenge11/header.jpg);
	background-position: center top;
 }
 #COevents {
	width:830px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #C96;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(Chicago%20Open/co.jpg);
	background-position: center top;
 }
 #events {
	width:870px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #FFFFFF;
 }
 #leftevents {
	width:240px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 410px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
  #dsc {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 1790px;
	border: 1px solid #C96;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(DSC/dsc.jpg);
	background-position: center top;
 }
 #COevents {
	width:830px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #C96;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(Chicago%20Open/co.jpg);
	background-position: center top;
 }
 
  #rightevents {
	width:790px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #C96;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(Chicago%20Open/co.jpg);
	background-position: center top;
 }
  /*offers*/
 #offers {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #FFFFFF;
 }
 #leftoffer {
	width:750px;
	float:left;
	position: static;
	left: auto;
	height: 520px;
	border: thin solid #C96;
	text-align: center;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 48px;
	clear: none;
	background-color: #FFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
 }
  #rightoffer {
	width:740px;
	background-color:#ececec;
	float:none;
	position: static;
	left: auto;
	height: 250px;
	border: thin none #000000;
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 8px;
	background-image: url(Valentines%20Day/background.jpg);
	padding-top: 0px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 5px;
 }
  #valoffer {
	width:465px;
	background-color:#FFF;
	float:none;
	position: static;
	left: auto;
	height: auto;
	border: thin none #C96;
	text-align: center;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 205px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
 }
 
 
 /*class*/
  #classdescriptions {
	width:785px;
	background-color:#FFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999;
	background-repeat: repeat;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
 }
  /*calendars*/
   #calendarbin {
	width:934px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-color: #ececec;
	padding: 8px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 #studio {
	width:650px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	padding: 0px;
	height: auto;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
 }
 
 
  #calendar2 {
	width:650px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: 520px;
	border: 1px dotted #999;
	background-repeat: repeat;
	text-align: center;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
 }
 
 
 #calendarnow {
	width:650px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999;
	background-repeat: repeat;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
 }
  #calendarnext {
	width:650px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999;
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
 }
 
 
 #descriptions {
	width:610px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999;
	background-repeat: repeat;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
 }
 #calendar {
	width:270px;
	background-color:#FFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999999;
	text-align: center;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
 }
 
 
  #coachingschedule {
	border: thin solid #CC9966;
	background-repeat: repeat;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 65px;
	background-position: right bottom;
	vertical-align: top;
	height: auto;
	width: 750px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
 }
 #smcalendar {
	width:650px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999999;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
 } #smcalendar2 {
	width:650px;
	background-color:#FFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px dotted #999999;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
 }
  /*newsworthy*/
 #newsworthy {
	width:870px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
 }
  #stevemelnews {
	width:680px;
	background-color:#FFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #609;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 80px;
	padding: 20px;
	background-image: url(%20);
	background-position: center top;
 }
 
  #salsa {
	width:703px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #FF9933;
	text-align: center;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 88px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(salsa%20dance%20camp/salsa-dance-camp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
 
  #minimatch2011 {
	width:703px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #609;
	text-align: center;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 88px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
 }
 
 
 
 
 
 #leftnews {
	width:680px;
	background-color:#FFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #609;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 80px;
	padding: 20px;
	background-image: url(%20);
	background-position: center top;
 }
 
 #rightnews  {
	width:680px;
	background-color:#ad1d1c;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #606;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 85px;
	background-image: url(Valentines%20Day/tcheader.jpg);
	background-position: center top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
 }
 
 
 /*youth*/
 #youth {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #FFFFFF;
 }
 #leftyouth {
	width:560px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 910px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 #rightyouth {
	width:420px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px none #999999;
	background-repeat: repeat;
	text-align: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
  #leftyouth {
	width:420px;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: medium dotted #C93;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	clear: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/backgroundgrey2.jpg);
 }
 
  /*contact*/
 #contact {
	width:874px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
 }
 #leftcontact {
	width:860px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: 1px none #999999;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
 }
 #rightcontact {
	width:650px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: medium dotted #C93;
	text-align: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 70px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(images/backgroundgrey2.jpg);
 }
 
  #mapcontact {
	width:430px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px none #999999;
	text-align: left;
	background-image: url(%20);
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
 }
 /*staff*/
 #staff{
	width:866px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 15px;
	padding-right: 39px;
	padding-bottom: 8px;
	padding-left: 45px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
 }
 
 
 #staffbox {
	width:100px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px none #999999;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-position: right bottom;
 }
 #stafftop {
	background-color:#FFFFFF;
	border: 1px none #333;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: right bottom;
	vertical-align: top;
	height: auto;
	padding: 5px;
	width: 900px;	
 }
 #staffright {
	border: thin dotted #963;
	background-repeat: repeat;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: left top;
	vertical-align: text-top;
	height: auto;
	width: 535px;
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #FFF;
 }
 
  #staffbottom {
	float:left;
	left: auto;
	border: 1px dotted #003366;
	text-align: left;
	padding: 20px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 500px;
	width: 865px;
	vertical-align: top;
 }
 
 #titles {
	width:948px;
	float:left;
	position: static;
	left: auto;
	padding: 5px;
	height: auto;
	border: thin solid #999999;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: repeat;
	background-image: url(images/transparent-background.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	vertical-align: top;
	text-align: center;
	line-height: 20px;
 }
 
  /*careers*/
 #careers {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 #leftcareers {
	width:850px;
	background-color:#ececec;
	float:none;
	position: static;
	left: auto;
	height: 480px;
	border: 1px none #999999;
	background-repeat: no-repeat;
	text-align: left;
	background-position: right bottom;
	margin: 5px;
	padding: 20px;
 }
 #rightcareers {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 350px;
	border: 1px none #999999;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position: right bottom;
	background-image: url(fred/fred22.jpg);
	vertical-align: top;
 }
 
  #formcareers {
	width:630px;
	float:none;
	position: static;
	left: auto;
	height: auto;
	border: thin dotted #963;
	text-align: left;
	padding: 8px;
	background-image: url(images/backgroundgrey2.jpg);
	background-repeat: repeat;
	background-color: #FFF;
	margin: 15px;
 }
 
 /*married*/
 #married {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: 1350px;
	border: thin solid #C96;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 
  /*links*/
 #links {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #FFFFFF;
 }
 #leftlinks {
	width:277px;
	float:left;
	position: static;
	left: auto;
	height: 375px;
	border: thin solid #963;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(fred/FREDLINKS%20copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
 
 
  /*store*/
 #store {
	width:775px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 8px;
 }
 #storeleft {
	width:290px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 450px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
  #store1 {
	width:300px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 700px;
	border: thin solid #C96;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
 }
 
 #store2 {
	width:440px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
 }
 
  #store3 {
	width:448px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	background-repeat: repeat;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 13px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	text-align: center;
 }
  #store4 {
	width:290px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
  /*specials*/
 #specialss {
	width:875px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #C96;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-color: #ececec;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 
   /*wedding*/
 #wedding {
	width:915px;
	float:left;
	position: static;
	left: auto;
	height: auto;
	border: thin solid #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
 }
 
  #specialist {
	width:150px;
	background-color:#FFFFFF;
	float:right;
	position: static;
	left: auto;
	height: auto;
	border: 1px solid #C96;
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
 }
 #weddingleft {
	width:290px;
	background-color:#FFFFFF;
	float:left;
	position: static;
	left: auto;
	height: 450px;
	border: thin none #000000;
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
  /*buttons*/
  
 /* create an empty frame so that visitors expect something to go there */
	p {margin-bottom:26px} /*add bottom margin to p elements so that they are (roughly) aligned with the big image frame */
  /*fonts*/

.redheading {
	font-size: 14px;
	color:#990000;
	font-style:normal;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.mainfont {
	font-size: 14px;
	color:#000000;
	line-height: normal;
	font-style:normal;
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-align: left;
}


.style22 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color:#CC9933;
	font-variant: normal;
	text-transform: none;
}
.know {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color:#666666;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: 100px;
}
.small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: 200;
	color:#CCCCCC;
	font-variant: normal;
	text-transform: none;
}

.white {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	color:#CCCCCC;
	font-variant: normal;
	text-transform: none;
}

.black {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 24px;
	font-weight: 200;
	color:#CCCCCC;
	font-variant: normal;
	text-transform: none;
}
.blackbold{
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-style:normal;
	line-height: 20px;
	font-weight: bold;
	color:#000000;
	font-variant: normal;
	text-transform: none;
}
.heading {
	font-size: 14px;
	font-style:normal;
	line-height: 28px;
	font-weight: bold;
	color:#669933;
	font-variant:normal;
	text-transform: none;
	text-align: center;
}

.headingx {
	font-size: 18px;
	font-style:normal;
	line-height: normal;
	font-weight: bold;
	color:#669933;
	font-variant:normal;
	text-transform: none;
	text-align: left;
}



.getting {
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height: 20px;
	font-weight: bold;
	color:#9C0;
	font-variant:normal;
	text-transform: none;
}
.navheading {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height: 16px;
	font-weight: bold;
	color:#666666;
	font-variant:normal;
	text-transform: none;
	position: static;
	height: 16px;
	width: auto;
}
.pageheading {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	line-height: 24px;
	font-weight: 500;
	color:#CCCCCC;
	font-variant:normal;
	text-transform: none;
}

.intro {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
}
.style7 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0099;
	font-weight: bold;
	font-size: 14px;
}
.stylelarge {
	font-size: 14px;
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.calendarfont {
	font-size: 12px;
	color:#000000;
	font-family: "Trebuchet MS";
	font-weight: 200;
}
.redcalendarfont {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #606;
}
.first {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: baseline;
}
 .coaches  {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #996633;
	line-height: 24px;
}
.orange {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #C90;
}
.footinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.whitecentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.coaches {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.dsc_font {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	text-align: center;
}
.salsadance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.wedding {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	text-align: center;
}
#groupclassesswing {
	float: right;
	height: auto;
	width: 430px;
	text-align: center;
	border: thin dotted #609;
	padding: 8px;
	margin-top: 8px;
	vertical-align: top;
	margin-bottom: 15px;
	background-color: #FFF;
}
.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #609;
}
.whitecentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.purpleleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #609;
	text-align: left;
}
.largepurple {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #909;
}
.mainfontsize2centered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-align: center;
}
.orangecentered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c90;
	text-align: center;
}
.HSBredfont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B00;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
.goldcentered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C96;
	text-align: center;
	font-weight: bold;
}

