﻿body 
{
    font-family:Verdana;
    font-size:14px;
    background-image:url('../images/bodybg.jpg');
    background-repeat:repeat;
    text-align: left;
}
#page
{
    width:950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#header
{
    background-image: url(../images/sgi-header.jpg);
    height:100px;
    width:950px;
    cursor:pointer;
}
#menu
{
    width:950px;
    height:30px;
    vertical-align:middle;
    color:White;   
}
#menu #leftside
{
    background-image: url(../images/menu-left-side.gif);
    width:30px;
    height:30px;
    float:left;
    background-color:Transparent;
}
#menu #rightside
{
    background-image: url(../images/menu-right-side.gif);
    width:30px;
    height:30px;
    float:right;
}
#menu #menubuttons
{
    height:30px;
    width:890px;
    float:left;
    background-image:url(../images/menu-button-static.gif);
}
#menu a
{
    color:White;
    text-decoration: none;
}
#content
{
    width:950px;
    clear:both;
}

#footer
{
    
    background-color:#C42B24;
    width:950px;
    height:40px;
    vertical-align:bottom;
    color:White;
    clear:both;
}
.linkbutton
{
    float:left;
    height:30px;
    width:100px;
    background-image: url(../images/menu-button-static.gif);
    background-repeat:repeat;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}
.activelinkbutton
{
    float:left;
    height:30px;
    width:100px;
    background-image: url(../images/menu-button-hover.gif);
    background-repeat:repeat;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

.ullink
{
    color:White;
}
.lispace
{
    padding-bottom:5px;
}
    
