
div#header {
    background: url('/images/content_main_bg.jpg') no-repeat top left;
    height: 76px;
    width: 100%;
    float: left;
}

h1#logo {
    position: absolute;
}
h1#logo a span {
    visibility: hidden;
}
h1#logo a {
    display: block;
    width: 170px;
    height: 75px;
    border: none;
    text-decoration:none;
}

h2#title {
    float: left;
    clear: left;
}
span.timestamp {
    float: left;
    clear: left;
}

div#content {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0px;
}
div#content p {
    float: left;
    clear: both;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}
div#content p.note {
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
}
div#content h3 {
    float: left;
    clear: both;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #c00;
}

ul#navigation {
    list-style-type: none;
    float: right;
    margin-top: 37px;
    margin-right: 2px;
}
ul#navigation li {
    padding: 0px;
    display: inline;
}
ul#navigation li a span {
    visibility: hidden;
}
ul#navigation li a {
    display: block;
    padding: 0px;
    float: left;
    height: 39px;
}
ul#navigation li a#classes {
    width: 83px;
}
ul#navigation li a#classes:hover {
    background: url('/images/content_classes.jpg') no-repeat top left;
}
ul#navigation li a#instructors {
    width: 115px;
}
ul#navigation li a#instructors:hover {
    background: url('/images/content_instructors.jpg') no-repeat top left;
}
ul#navigation li a#schedule {
    width: 97px;
}
ul#navigation li a#schedule:hover {
    background: url('/images/content_schedule.jpg') no-repeat top left;
}
ul#navigation li a#tuition {
    width: 86px;
}
ul#navigation li a#tuition:hover {
    background: url('/images/content_tuition.jpg') no-repeat top left;
}
ul#navigation li a#gallery {
    width: 83px;
}
ul#navigation li a#gallery:hover {
    background: url('/images/content_gallery.jpg') no-repeat top left;
}
ul#navigation li a#contactUs {
    width: 113px;
}
ul#navigation li a#contactUs:hover {
    background: url('/images/content_contactus.jpg') no-repeat top left;
}

div#newsletter {
    float: right;
    clear: right;
}

h4#section {
    float: left;
    margin: 20px 0px 10px 0px;
}
h1#section {
    float: left;
    margin: 50px 0px 20px 0px;
    color: #c00;
}

ul#directory {
    float: left;
    clear: left;
    padding: 0px 20px 20px 40px;
}

div#photos {
    float: right;
    width: 550px;
    padding-top: 20px;
}
div#photos div.photo {
    float: right;
    padding-left: 30px;
}

div.image div.border {
    float: left;
    background: url('/images/small_image_border.gif') no-repeat top;
    width: 150px;
    height: 102px;
}
div.image {
    float: left;
	overflow: hidden;
    width: 150px;
    height: 102px;
    background: no-repeat center;
}

a.anchor {
    float: left;
    clear: both;
}