body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/body-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
	font-family: serif;
  font-size: 16px;
  background-color: #000;
}

p {
  font-family: sans-serif;
  line-height: 20px;
}

p a {
  color: #000;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}

h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;

  }

h1:first-letter {
  font-size: 34px;
}

#pageWrapper {
	width: 760px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding-left:40px;
}
	#pageWrapperInner {

	}

#contentWrapper {
	position: relative; 
	left: 1px; 
	background-image: url(../images/container-bg-repeat.png);
	background-repeat: repeat-y;
}

#contentWrapperInner {
	padding: 20px 30px 32px 5px; 
	margin-left: 35px;
}

.paststudents #contentWrapperInner, .lessons #contentWrapperInner {
  padding: 20px 30px 32px 5px;
  margin-left: 25px;
}
	
#header {
	background-image: url(../images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
  padding-top: 72px;
  margin-top: 10px;
}

	#headerInner {
		background-image: url(../images/picture123new.png);
		background-position: top center;
		background-repeat: no-repeat;
    height: 472px;
	}

    .headerText {
      float: right;
      width: 220px;
      font-size: 36px;
      font-style: italic;
      font-weight: 600;
      text-align: right;
      margin: 370px 125px 0 0;
      line-height: 20px;
      text-shadow: #000000 1px 1px 1px;
    }

    .headerText .row1 {
      color: #FFFFFF;
      text-align: left;
      margin-bottom: 10px;
    }

    .headerText .row2 {
      color: #fbdfaf;
      padding: 0 0 0 5px;
    }

#navigationMenu {
	width: 200px;
	position: relative;
	left: -12px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 279px;
  float: left;
  margin: 160px 0 0 0;
}

	#navigationMenuInner {  
		font-size: 13px; 
		padding-top: 15px; 
		width: 180px;
	}

	#navigationMenuInner ul.navigationMenu {
		margin: 0px 0 0 -25px;
    width: auto;
	}

	#navigationMenuInner ul.navigationMenu li {
		width: auto; 
		line-height: 2.5; 
		padding: 0 0 0 10px; 
		margin-bottom: 10px; 
		list-style-type: none; 
		margin: 0 auto; 
    float: left;
    clear: left;
    position: relative;
	}

	#navigationMenu ul.navigationMenu li:hover {
    background-image: url(../images/list-dot.png); 
    background-position: center left;
    background-repeat: no-repeat;
	}

	#navigationMenu a {
		display: block;	
		width: auto;
		color: #3c342c;
		text-decoration: none;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 14px;
	}

	#navigationMenu ul.navigationMenu a:hover {
    background-image: url(../images/list-dot.png);
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    width: auto;
    color: #d04b21;
  }

	#navigationMenuInner {
		width: auto; 
	}

  ul.reasonsNot {
    margin-left: 10px;
    padding-left: 10px;
	margin-right:20px;
  }
  
  ul.reasonsTo {
	margin-right:10px;

  }
  
.reasonsTo li, .reasonsNot li {
  list-style-image: url(../images/list-dot.png);
  margin-bottom: 5px;
  font-family: sans-serif;
  margin-left:10px;
}

.tabs ul.tabNavigation {
  padding: 0;
  margin: 0;
}

.tabs ul.tabNavigation li {
  display: block;
  width: auto;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 5px 0 0;
  list-style-type: none;
  list-style-image: none;
  background-image: url(../images/list-dot.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.hide { display: none; }
.tabs ul.tabNavigation li.last {
  background-image: none;
}

.tabs ul.tabNavigation li a {
		color: #3c342c;
		text-decoration: none;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.tabs ul.tabNavigation li a:hover {
    color: #d04b21;
}

#contactInfo {
  text-align: center;
  font-family: serif;
  padding-left:185px;
}

#footer {
	clear: both;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	height: 59px; 
	position: relative;
  left: 1px;
  z-index: 10;
}

	#footerInner {

	}

#standardFooter {
	color: #000000;
	font-size: 12px; 
	height:90px;
  text-shadow: #FFFFFF 1px 1px 1px;
	position:relative;
	z-index:-2;
  left: 15px;
  top: -25px;
}

#standard-footer {
	background-image:url(../images/footersheet.png);
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
	z-index:-2;
	height:90px;
  text-align: center;

}

#standardFooter a {
  color: #000000;
  text-decoration: none;
}


#standardFooter a:hover {
  text-decoration: underline;
}

.left50 {
	float:left;
	width:48%;
}

.left50 h3 {
	text-align:left;
}

.googleMap {
	text-align:center;
	float:left;
}

.right50 {
	float:right;
	width:48%;
	margin-right:-20px;
}

.right50-home {
	float:right;
	width:48%;
}

.right50-home h3 {
  text-align:left;
  padding-left:20px;
}

.clearBoth {
	clear: both;
}

.untitled2 {
	float:left;
}

.picture125 {
	float:right;
	margin-left:5px;
}

.untitled3 {
	float:left;
}

.untitled10 {
	float:right;
}

.paststudents {
	font-size:14;
}

.untitled5 {
	height:200px;
	width:200px;
	margin-left:220px;
}

.untitled21 {
	height:845px;
	width:710px;
	text-align:center;
	margin-left:-30px;
}

.untitled26 {
	float:left;
}

.untitled25 {
	float:right;
}

.untitled19 {
	float:left;
	margin-right:-280px;
}

.untitled12 {
	float:left;
	padding-left:-20px;
}

.untitled14 {
	float:right;
	margin:-30px -5px 0 0;
}

.indent {
	text-indent:30px;
}
.formError{
    background:#fee;
    border:1px solid red;
    margin:1.5em 1.5em 1.5em 0;
    padding:3px;
  }

  .formSuccess{
    background:#efe;
    border:1px solid #0f0;
    margin:1.5em 1.5em 1.5em 0;
    padding:3px;
  }

.caption {
	text-align:center;
	font-size:95%;
	font-style:italic;
	clear:both;
}

