* {
	margin: 0;
	padding: 0;
}

BODY {
    background-color: #000;
}

BODY * {
    font-family: Trebuchet MS;
    font-size: 11pt;
}

.first {
    margin-top: 0;
}

HR {
    margin: 1em;
}

H1, H2, H3 {
    margin-bottom: 0.15em;
}

H1 {
    margin-top: 2em;
    font-size: 18pt;
}

H2 {
    margin-top: 1em;
    font-size: 14pt;
}

H3 {
    margin-top: 1em;
    font-size: 12pt;
}

P {
    margin-top: 1em;
}

DIV#page {
    width: 620px;
    padding: 15px;
    margin: 0;
}

TABLE#pagelayout {
    border-collapse: collapse;
    border: none;
}

TD {
    border: none;
}

TD#leftbg {
    width: 50%;
    background: url(images/orange-paisley-bg.gif) repeat;
}

TD#page {
    width: 675px;
    background-color: #ffc;
}

TD#rightbg {
    width: 50%;
    background: url(images/red-paisley-bg.gif) repeat;
}

@media print {
    DIV#menu {
        display: none;
    }
}

DIV#menu {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    background-color: #9cc;
}

UL#menu {
    margin: 0;
    text-align: center;
    width: 650px;
}

UL#menu LI {
    display: inline;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    padding: 1em;
    color: #fff;
}

UL#menu LI A, UL#menu LI A:visited {
    color: #000;
    text-decoration: none;
    font-size: 13pt ! important;
}

UL#menu LI A:hover {
    color: #fff;
}

A, A:visited {
    color: #00f;
    text-decoration: underline;
}

UL LI {
    margin: 0 5px 0.5em 25px;
    padding: 0;
}

DIV.directionsbox {
    float: right; 
    padding: 10px; 
    margin: 15px; 
    margin-top: -30px;
    border: 1px solid #939; 
    background-color: #ebf;
}

DIV.directionsbox, DIV.directionsbox * {
    font-size: 10pt ! important;
}

TD#photos, TD#videos {
    width: 50%;
    vertical-align: top;
}

TD#photos {
    border-right: 1px solid #999;
}

TD#photos * A, TD#videos * A {
    font-size: 10pt ! important;
}

TABLE#practice TD {
    padding: 0.5em;
    text-align: center;
    border-top: 1px solid #cbc;
}
