﻿body 
{
    background-image:url("images/bg3.gif");
    background-repeat:repeat-x;
}

#head
{
   background-image:url("images/top.png");
    background-repeat:repeat-x;
    width:1001px;
    height:240px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    text-align:right;
}
#head p
{
    padding-top:180px;
    text-align:right;
    padding-right:20px;
    color:#ffffff;
    font-weight:bold;
}

#content
{
    background-image:url("images/body2.png");
    background-repeat:repeat-y;
    width:1001px;
    margin-left:auto;
    margin-right:auto;
}

#bottom
{
    background-image:url("images/bottom2.png");
    background-repeat:repeat-y;
    width:1001px;
    height:32px;
    margin-left:auto;
    margin-right:auto;
    font-size:12px;
    color:White;
    clear:both;
}

#nav
{
    background-color:#5a5A5A;
    width:253px;
    margin-left:4px;
}

#menu
{
    background-image:url("http://www.firstchristianchurchclarkston.com/images/menuGB.gif");
    background-repeat:no-repeat;
    width:253px;
    height:402px;
    padding-top:40px;
}

#menu a
{
    color:Black;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}

#menu a:hover
{
    text-decoration:underline;
}

#menu ul
{
    list-style-type:none;
}

#menu ul li
{
    padding-bottom:20px;
}

#nav, #main
{float:left;}

#main
{
    width:460px;
    padding-top:25px;
    padding-left:40px;
    padding-right:40px;
    color:Black;
}
