﻿body
{
    background-color: #C00F21;
}

#background
{
    background: transparent url('images/background.gif') repeat-y scroll 0 0;
    width: 940px;
    float: left;
}
#top
{
    background: url('images/top.gif') no-repeat;
    width: 940px;
    height: 30px;
    float: left;
}
#bottom
{
    background: url('images/bottom.gif') no-repeat;
    width: 940px;
    height: 30px;
    float: left;
}
#content
{
    margin: 0px 20px 0px 20px;
}


#wrapper
{
    width: 860px;
    padding-right: 20px;
    padding-left: 20px;
}

#leftcolumn
{
    width: 220px;
    height: 55px;
    float: left;
    margin-right: 10px;
    display: inline;
}
#rightcolumn
{
    width: 630px;
    float: left;
    display: inline;
    margin-top: 3px;
}

#sidebar_background
{
    background: url(images/liberal_background.gif) repeat-y scroll 0 0;
    width: 220px;
}
#sidebar_top
{
    background: url('images/liberal_box_top.gif') no-repeat;
    width: 220px;
    height: 10px;
    z-index: 0;
    float: left;
}

#sidebar_bottom
{
    background: url('images/liberal_box_bottom.gif') no-repeat;
    width: 220px;
    height: 10px;
    z-index: 0;
    float: left;
}
#sidebar_content
{
    padding-right: 10px;
    padding-left: 10px;
        font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
}
ul#nav
{
    position: relative;
    background: url(images/nav.gif) no-repeat;
    width: 900px;
    height: 55px;
    list-style-type: none;
    z-index: 0;
    margin: 0 0 0 0;
    padding: 0;
}
li#home a, li#about a, li#get a, li#philos a, li#friends a
{
    background: transparent;
    position: absolute;
    height: 55px;
    bottom: 0;
    text-decoration: none;
}
li#home a
{
    left: 288px;
    width: 91px;
    background: url(images/home.gif) no-repeat;
    background-position: 0 -55px;
}
li#about a
{
    left: 383px;
        width: 121px;
    background: url(images/about.gif) 0 0 no-repeat;
        background-position: 0 -55px;
}

li#get a
{
    left: 504px;
        width: 135px;
    background: url(images/get.gif) 0 0 no-repeat;
        background-position: 0 -55px;
}

li#philos a
{
    left: 644px;
        width: 91px;
    background: url(images/philos.gif) 0 0 no-repeat;
        background-position: 0 -55px;
}

li#friends a
{
    left: 740px;
        width: 149px;
    background: url(images/friends.gif) 0 0 no-repeat;
        background-position: 0 -55px;
}

li#home a:hover, li#about a:hover, li#get a:hover, li#philos a:hover, li#friends a:hover
{
    background-position: 0 0px;
}

.text
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
}

.head
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-weight: bold;
    color: #013a93;
}


#footer
{
    font-size: 11px;
    font-family: Georgia;
    line-height: 21px;
}

a:link {text-decoration: none;color: #c00f21;}
a:visited {text-decoration: none;color: #c00f21;}
a:active {text-decoration: none;color: #c00f21;}
a:hover {text-decoration: underline; color: #013a93;}
.text2
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17px;
}
