/********************/
/* WWW.KENNYINC.COM */
/********************/

BODY
{
    margin: 0 auto;
    padding: 0;
    background-image: url(../images/elements/background_homepage.png);
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
}

/*************************/
/**** PAGE WRAPPER *******/
/*************************/

#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 900px;
}

#header
{
    position: absolute;
    top: 0;
    right: 0;
    height: 130px;
    width: 900px;
}

#companylogo
{
    position: absolute;
    top: 15px;
    left: 46px;
    height: 113px;
    width: 649px;
    z-index: 30;
}

/*************************/
/******* NAVIGATION ******/
/*************************/

#nav
{
    position: absolute;
    top: 107px;
    right: 0;
    width: 480px;
    height: 24px;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #0000ff;
    z-index: 31;
}

table.navigation
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.navigation td
{
    padding: 0 7px;
    height: 24px;
    border: none;
    border-top: none;
}

table.navigation td.link
{
    white-space: nowrap;
}

table.navigation td.link a
{
    color: #0000ff;
    font-size: 13px;
    text-decoration: none;
}

table.navigation td.link a:hover
{
    color: #ffffff;
}

table.navigation td.link a:active
{
    color: #ffffff;
}

/*************************/
/****** PAGE CONTENT *****/
/*************************/

#content
{
    position: absolute;
    top: 130px;
    left: 0;
    width: 900px;
}

#content_center
{
    text-align: center;
}


/*************************/
/****** FOOTER DIVS ******/
/*************************/


/* Note that shorthand margin and padding */
/* sequence is top, right, bottom, left.  */

#footer_wrapper
{
    width: 900px;
    height: 110px;
    padding: 15px 0 0 0;
    text-align: center;
}

#footer_left
{
    float: left;
    margin-left: 90px;
    margin-right: 0;
    width: 213px;
    height: 77px;
}

#footer_center
{
    float: left;
    margin-left: 65px;
    margin-right: 0;
    width: 100px;
    padding-top: 0px;
}

#footer_right
{
    float: right;
    margin-right: 90px;
    margin-left: 0;
    font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
    font-size: 12px;
    padding-top: 15px;
    color: #0000ff;
}
