body { 
	background-color: #FFFFFF;
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 12px;
}

p {
    margin-left: 5px;
	font-size: 12px;
    line-height: 1.75em;
}

img {
    border: none;
}

div#container {
	width: 100%;
	margin: 0px;
}
div#page-container, 
table#page {
    width: 750px;
}
div#global-body div#body-main {
    float: none;
    width: 100%;
}div.main_nav {
	display: none;
}
div#body-middle {
	float: none;
}
div#body-middle table {
	border: none;
}
div.page_title {
    display: none;
}

/* Header Logo Element */
table.header_logo {
    border: none;
}
table.header_logo td {
    vertical-align: top;
}
table.header_logo td.large {
    width: 100px; 
    height: 100px;
}
table.header_logo td.small {
    width: 50px; 
    height: 50px;
}
table.header_logo td.A1 {
    background-color: #901A1D;
}
table.header_logo td.A2 {
    background-color: #AB9E33;
}
table.header_logo td.A3 {
    background-color: #5B7C90;
}
table.header_logo td.B1 {
    background-color: #8CBCC5;
}
table.header_logo td.B2 {
    background-color: #F1E9AA;
}
table.header_logo td.C1 {
    background-color: #835C70;
}
table.header_logo td.B3, 
table.header_logo td.C2, 
table.header_logo td.C3 {
    background-color: Transparent;
}
table.header_logo div.logo_positioning_large {
    top: 3px; 
    left: 2px;
}
table.header_logo div.logo_positioning_small {
    top: 2px; 
    left: 1px;
}
table.header_logo div.title_large {
    top: 25px; 
    left: 60px; 
    width: 550px; 
    color: #5B7C90; 
    font-family: Arial, Sans-Serif; 
    font-size: 28px; 
    font-weight: bold; 
    white-space: nowrap;
}
table.header_logo div.title_small {
    top: 15px; 
    left: 30px; 
    width: 550px; 
    color: #333333; 
    font-family: Arial, Sans-Serif; 
    font-size: 22px; 
    font-weight: bold; 
    white-space: nowrap;
}
/* Header Logo Element (END) */

/* Site Navigation (START) */
div.navigation {
    float: left; 
    margin: 10px 10px 10px 2px; 
    border: solid 1px #999999; 
    background-color: #F6F6F6; 
    padding: 10px;
}
div.navigation ul {
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
}
div.navigation li {
    font-size: 12px; 
    line-height: 1.6em; 
    font-weight: bold;
}
div.navigation li a {
    color: #5B7C90; 
    text-decoration: none;
}
div.navigation li a:hover {
    color: #3B5C70;
    text-decoration: none;
}
/* Site Navigation (END) */


div.instructor_bio, 
div.class_description, 
div.faq {
    margin: 5px 0px 20px 0px; 
    /*border-bottom: dotted 1px #999999; */
    border-bottom: none;
    padding-bottom: 0px; 
    font-size: 11px; 
    line-height: 2em;
}
div.instructor_bio p {
    line-height: 2em;
}
div.photo_frame {
    float: left; 
    margin: 5px 10px 0px 0px; 
    border: solid 1px #999999; 
    padding: 5px;
}
div.photo_frame img {
    margin: 0px;
    border: none;
}
