html, body, h1, h2, h3, h4, ul, li
{
    margin: 0;
}
body
{
    background: #fff url(images/page_bg.gif) repeat-x;
    text-align: center;
    font: 14px arial, sans-serif;
    color: #464544;
    line-height: 180%;
}
h1
{
    font: 24px "Times new roman" , serif;
    margin-bottom: 10px;
    border-bottom: solid 1px black;
}
h2
{
    font: 16px "Times new roman" , serif;
}
h3
{
    font: 14px "Times new roman" , serif;
    margin: 0.6em 0;
}

h1 img
{
    display: block;
}
img
{
    border: 0;
}
a
{
    color: #464544;
    text-decoration: none;
}
a:hover
{
    color: #FFA405;
    text-decoration: underline;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.more
{
    text-align: right;
}
.clear
{
    clear: both;
}
.caption
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}
.question
{
    font-weight: bold;
}
.answer
{
    font-style: italic;
}
/** layout **/
#wrapper
{
    text-align: left;
    margin: auto;
    width: 728px;
    position: relative;
}

.heading
{
    position: absolute;
    top: 46px;
    left: 0;
    height: 43px;
    padding-top: 8px;
    width: 414px;
    text-align: center;
    color: #ffffff;
    font: 24px "Times new roman" , serif;
    font-weight: normal;
    background-image: url(images/lessons.jpg);
}
#top-nav
{
    position: absolute;
    top: 15px;
    left: 414px;
    width: 266px;
    height: 269px;
    background: #A79788 bottom left url(images/header.jpg) no-repeat;
}
#top-nav ul
{
    text-align: center;
    line-height: 32px;
}
#top-nav li
{
    display: inline;
    font-size: 12px;
    color: #fff;
}
#top-nav a
{
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
#top-nav a:hover
{
    text-decoration: underline;
}

#mmagic
{
    background: url(images/media_magic.gif) no-repeat;
    position: absolute;
    top: 46px;
    left: 680px;
    width: 48px;
    height: 238px;
}
#header
{
    background: url(images/header_bg.jpg) no-repeat;
    position: absolute;
    top: 89px;
    left: 0px;
    width: 414px;
    height: 195px;
}

/** body **/
#spacer
{
    height: 285px;
}

#body
{
    background: url(images/body_bg.gif) repeat-y;
    width: 100%;
}

#left
{
    float: left;
    width: 412px;
}
#right
{
    float: right;
    width: 312px;
}

#nav ul
{
    padding: 0px;
    margin: 0px;
}
#nav li
{
    float: left;
    text-align: center;
    background: url(images/tab_lit.gif) repeat-x;
    border-left: 1px solid white;
    list-style: none;
}
#nav a
{
    font: 16px "Times new roman" , serif;
    color: #ffffff;
    width: 102px;
    height: 34px;
    line-height: 34px;
    display: block;
}
#nav li.drk
{
    background: url(images/tab_drk.gif) repeat-x;
    border-left: none;
    padding-left: 1px;
}

#visit
{
    background: #E3DFD3;
    padding: 15px 40px 14px 36px;
}

#visit a
{
    text-decoration: none;
}
#visit a:hover
{
    text-decoration: underline;
}

#subs p
{
    font-size: x-small;
    margin-top: 5px;
    margin-bottom: 5px;
}

#subs-left
{
    float: left;
    width: 175px;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-top: 22px;
}
#subs-right
{
    float: right;
    width: 135px;
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 22px;
}
#subs a
{
    color: #fff;
}
#subs
{
    color: #fff;
}
#subs ul
{
    margin-top: 1em;
}
#subs li
{
    list-style: none;
    padding-left: 20px;
    background: 5px 3px url(images/bullet.gif) no-repeat;
}
#right-i
{
    padding: 20px 25px 0 20px;
}
#right h1
{
    color: #323E51;
    font: 22px "Times new roman" , serif;
    margin-bottom: 12px;
}
#right p
{
    margin-top: 0;
    color: #163348;
}
#right .left
{
    margin-right: 4px;
}
#right a
{
    color: #163348;
    font-weight: bold;
    text-decoration: none;
}
#right a:hover
{
    text-decoration: underline;
}

/** footer **/
#copyright
{
    background: #706052;
    color: #fff;
    text-align: center;
    font-size: 11px;
    float: right;
    width: 315px;
    padding: 10px 0;
    margin-bottom: 20px;
}
#copyright p
{
    margin: 0;
    padding: 0;
}
