* {
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
    margin-bottom: 1px;
    font-size: 67.5%;
}

body {
    margin: auto;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1.2em;
    position: relative;
    background-color: #f1d5ea;
}

/*h1 {
    text-indent: -9999em;
    width: 0;
    background-repeat: no-repeat;
}*/

h1 {
    text-indent: 30px;
}

.homePage h1 {
    text-indent: 0;
}

h2 {
    /*font-family: georgia;*/
    font-weight: normal;
    font-size: 1.8em;
    /*padding: 0.6em 0;*/
    /*text-indent: 1em;*/
    /*float: left;
    width: 703px;
    padding-bottom: 19px;*/
}

img {
    border: none;
}

div.classInformation {
    float: left;
    width: 265px;
    height: 453px;
    background-image: url(../images/style/columnBackground.png);
    margin-top: 25px;
    padding: 15px;
}

div.classInformation h2 {
    border-bottom: 1px #000000 solid;
    font-size: 1.4em;
    text-transform: capitalize;
}

div.classInformation h2 span {
    font-weight: normal;
    /*text-transform: none;*/
    font-size: 0.8em;
}

div.classInformation ul {
    padding: 0 5px 0 8px;
    font-size: 0.8em;
}

div.classInformation ul li {
    margin-top: 4px;
}

div.danceClass {
    margin-top: 24px;
    float: left;
    width: 512px;
    /*height: 493px;*/
    height: 484px;
    border-left: 1px solid #963870;
    background-repeat: no-repeat;
    position: relative;
}

div.danceClass div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.danceClass p {
    font-size: 1em;
}

div#balletClass div {
    background-image: url(../images/style/balletBackground.png);
}

div#adultBalletClass div {
    background-image: url(../images/style/adultBalletBackground.png);
}

div#hipHopClass div {
    background-image: url(../images/style/hipHopBackground.png);
}

div#jazzAwardsClass div {
    background-image: url(../images/style/jazzBackground.png);
}

div#tapClass div {
    background-image: url(../images/style/tapBackground.png);
}

div#adultTapClass div {
    background-image: url(../images/style/adultTapBackground.png);
}

div#musicalTheatreClass div {
    background-image: url(../images/style/musicalTheatreBackground.png);
}

div#modernTheatreClass div {
    background-image: url(../images/style/modernTheatreBackground.png);
}

#balletClass p {
    width: 150px;
    margin: 150px 0 0 80px;
}

#adultBalletClass p {
    color: #ffffff;
    width: 150px;
    margin: 300px 0 0 300px;
}

#hipHopClass p {
    margin-top: 400px;
}

#jazzAwardsClass p {
    margin-top: 368px;
    color: #ffffff;
}

#tapClass p {
    width: 460px;
    margin: 30px 0 0 20px;
}

#adultTapClass p {
    width: 400px;
    margin: 400px 0 0 40px;
}

#musicalTheatreClass p {
    width: 420px;
    color: #ffffff;
    margin: 10px 0 0 40px;
}

#modernTheatreClass p {
    width: 420px;
    margin: 370px 0 0 50px;
}

div.about, div.news, div.ballet, div.adultBallet, div.hiphop, div.jazzAwards, div.tap, div.adultTap, div.musicalTheatre, div.modernTheatre, div.gallery, div.pageNotFound {
    background-image: url(../images/style/topPink.png);
    background-repeat: repeat-x
}

div.aboutUs, div.newsPage, div.notFound {
    background-image: url(../images/style/aboutBackground.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

div.about div.aboutUs, div.newsPage, div.galleryPage, div.notFound {
    float: left;
    width: 800px;
    min-height: 311px;
}

div.notFound {
    margin-top: 40px;
}

div.notFound p {
    width: 600px;
}

div.notFound h1 {
    color: #d74d9c;
    font-size: 1.8em;
    font-weight: normal;
}

div.notFound h2 {
    color: #0099ff;
    text-indent: 40px;
    margin-top: 10px;
    font-size: 1.4em;
}

div.newsItem {
    margin: 5px;
    padding: 0 20px;
    background-color: #eeeeee;
    width: 550px;
    border: 1px #000000 solid;
}

div.newsItem h2 {
    color: #d74d9c;
    margin-top: 10px;
}

div.newsItem h2 span {
    font-size: 0.8em;
    color: #0099ff;
}

p.newsFoot {
    font-size: 0.8em;
}

div.aboutUs div {
    clear: left;
}

div.teacher h4 {
    padding-top: 5px;
}

div.aboutUs p {
    float: left;
    font-size: 0.8em;
}

div.aboutUs .principle p {
    width: 630px;
}

div.aboutUs .teacher p {
    width: 500px;
}

div.aboutUs img {
    float: left;
    margin: 10px;
    margin-left: 20px;
}

div.aboutUs div.principle {
    background-color: #cccccc;
}

div.homePage {
    background-image: url(../images/style/homeBackground.png);
    width: 810px;
    height: 458px;
    float: left;
    position: relative;
}

div.homePage h1, div.classes h1, div.news h1, div.gallery h1 {
    color: #ffffff;
    margin: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.5em;
}

div.homePage h1 span, div.classes h1 span {
    color: #d74d9c;
    font-size: 1.2em;
    font-weight: bold;
}

div.news h1 span, div.gallery h1 span {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
}

div.homePage p {
    color: #ffffff;
    width: 510px;
    margin-left: 30px;
}

div.homePage a.homeContact:link, div.homePage a.homeContact:visited {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url(../images/style/homeContact.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 1.5em;
    height: 66px;
    line-height: 66px;
    width: 110px;
}

ul {
    list-style: none;
}

div.homePage ul {
    margin-top: 40px;
    width: 308px;
}

div.homePage li {
    height: 60px;
}

div.homePage a:link, div.homePage a:visited {
    margin-left: 40px;
    line-height: 35px;
    font-size: 1.4em;
    /*color: #ffffff;*/
    color: #231f20;
    display: block;
}

div.homePage .yellowRibbon a:link, div.homePage .yellowRibbon a:visited {
    color: #231f20;
}

.redRibbon {
    background-image: url(../images/style/redRibbon.png);
}

.pinkRibbon {
    background-image: url(../images/style/pinkRibbon.png);
}

.yellowRibbon {
    background-image: url(../images/style/yellowRibbon.png);
}

h4 {
    font-size: 1em;
}

p.contact {
    float: left;
    text-align: right;
    /*width: 50%;*/
    width: 272px;
    padding: 15px 30px 0 0;
    margin: 0;
}

p.contact a {
    color: #ffffff;
    font-size: 1.6em;
}

p {
    padding: 0.6em;
    font-size: 0.9em;
}

strong {
    /*color: #0099ff;*/
}

a:link, a:visited {
    /*color: #666666;*/
    color: #0099ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #333333;
}

#container {
    background-color: #ffffff;
    width: 990px;
    margin: auto;
    margin-top: 50px;
}

#footer {
    background-color: #d74d9c;
    height: 30px;
    width: 100%;
    clear: both;
}

#footer p {
    text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}