﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}


body{
  background: #ffffff;
}


#wrapper {
  width:100%;
  margin: 0;
  font-size: 11pt;
  background: #ffffff;
}


#header{
  background:#880000;
}

h1{
  float:right;
  background-image: url(../img/ballet.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  padding-top:20px;
  width:796px;
  height:125px;
  margin-right:0;
  font-size:2.5em;
  color:#eeeeee;
}

h2{
  float:right;
  margin-left:0;
  width:190px;
  height:92pt;
  padding-left:10px;
  font-family: "Times New Roman Bold";
  font-size:2.0em;
  color:#880000;
}


#navigation{
  float:left;
  background-color:#555555;
  margin-left:0;
  width: 204px;
}


#navigation ul {
 margin-top:20px;
}


#navigation img{
 margin-top:30px;
 margin-bottom:20px;
 margin-left:20px;
}


#navigation li {
  height: 14px;
  /*margin-right:2px;*/
  padding-top: 8px;
}


#navigation a {
  color: #ffffff;
  height: 21px;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 6px;
}


#navigation a:link {
  color: #ffffff;
}


#navigation a:hover, a:focus{
  color: #666666;
  background: #ffffff;
}


.current{
  background:#880000;
}

#content{
  float:left;
  width:786px;
  margin-top:0;
  margin-bottom: 30px;
  padding-top:10px;
  padding-left:10px;
}

#leader{
  width:90%;
  height:20px;
  margin-bottom: 10px;
  padding-left:10px;
  border-bottom: solid 1px;
}


#content #cource{
  width:300px;
  padding: 10px;
  border: solid 1px;
  margin-bottom: 10px;
  background-color: #ffaa66;
}

#content h2{
  width:90%;
  height:30px;
  text-align:center;
  color:#aa0000;
  padding-bottom:5px;
}

#images{
  float: left;
  margin-bottom:20px;
}

#names{
  float: left;
  margin-top: 50px;
}

#names p{
  margin-left:30px;
  margin-bottom:140px;
}

#subimg {
  float: left;
  margin-left:30px;
}


#footer{
  clear:both;
  background-color:#333333;
  color:#eeeeee;
  text-align:center;
}