body
{
    margin: 0;
    padding: 0;
    background-color: #eee;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4
{
    margin: 25px 15px 15px 15px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

h1
{
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 5em;
    letter-spacing: 0.1em;
    line-height: 1.00em;
    padding-right: 10px;
}

p#tagline
{
    position: absolute;
    right: 0px;
    top: 140px;
    font-style: italic;
    color: #000;
    font-size: 1.1em;
}

h2
{
    font-size: 1.30em;
    letter-spacing: 0.05em;
}

p, ul
{
    margin: 10px;
    line-height: 1.60em;
    color: #000;
    letter-spacing: 0.1em;
}

p span
{
    font-size: 1.50em;
    font-weight: bold;
}

a:link, a:visited
{
    color: #004dff;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active
{
    color: #004dff;
}

ul
{
    list-style: inside square;
}

#container
{
    position: relative;
    margin: 0 auto;
    width: 800px;
    background: url('img/bg.png') 0 0 repeat-y #ddd;
    overflow: hidden;
}

#header
{
    float: left;
    width: 800px;
    height: 220px;
    background: url('img/top.png') 0 0 no-repeat #ddd;
}

#lftcol
{
    position: absolute;
    left: 25px;
    margin-left: 50px;
    width: 200px;
    background: transparent;
    overflow: hidden;
}

#rgtcol
{
    float: right;
    width: 500px;
    padding-bottom: 30px;
    background: transparent;
    overflow: hidden;
    background-color: #eee;
}

#footer
{
    float: right;
    text-align: center;
    font-size: 0.90em;
    height: 4em;
    line-height: 4em;
    width: 750px;
    background: #ddd;
}

ul#nav
{
    margin: 53px 0 20px 0;
    padding: 0;
    list-style: none inside;
}

ul#nav li
{
    float: left;
    display: block;
}

ul#nav li a
{
    width: 170px;
    margin: 3px 0 0 0;
    border: 0;
    border-left: 10px solid #eee;
    padding: 10px 5px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: #fe0000;
}

ul#nav li a#current
{
    border-color: #004dff;
}

ul#nav li a:hover
{
    background: #004dff;
    color: #fff;
}
