/* CSS Document */

body
{
        margin: 0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        background-image:url(../images/home_bkgnd.jpg);
}

.border
{
        margin: auto auto 0 auto;
        width:804px;
        border:4px solid #013A56;
}

#wrapper
{
        margin: auto auto 0 auto;
        width:800px;
        border:2px solid #3495C4;
}

#content
{
        text-align: left;
        margin: auto;
        width:800px;
        height:395px;
}

#home_text
{
        background-image:url(../images/text.jpg);
        width:514px;
        height:395px;
        float:right;

}

#home_text .text
{
        font-size: .8em;
        line-height: 1.3em;
        width: 480px;

        padding: 10px 0 0 0;
}

a
{
        color: #FFFFFF;
}

#home_text a:hover
{
        color:#00CCFF;
}

#home_menu
{
        width:286px;
        height:395px;
        float:left;
}

#flash
{
        border:2px solid #3495C4;
        border-left: none; border-right:none;
        background-image:url(../images/multitasking.jpg);
        height:250px;
        width:800px;
}

#header
{
        width:800px;
        height:95px;
}

#footer
{
        width: 800px;
        margin:auto;
}

#footer p
{
        margin: 5px auto auto auto;
        font-size: .6em;
}

#footer img
{
        border: none;
}

#footer p.left
{
        float: left;
}

#footer p.right
{
        float:right;
}

div.menu ul li
{
        list-style-type:none;
        display:inline;
        float:right;
}

div.menu a
{
        color: #FFFFFF;
        font-size: .7em;
        padding-right: 10px;
}

div.menu a:hover
{
        color:#00CCFF;
}