﻿body
{
    margin:0px; 
    font-family:Arial;
    font-size:11px;
    background-image:url('images/yellowbg.jpg');
    background-repeat:repeat;
}

ul
{
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    margin-top:0px;
}

li
{
    text-align:left;
}

#Header
{
    background-image:url('images/header_background.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    height:160px;
    width:750px;
    margin:0px auto;
}

#Nav
{
    width:750px;
    margin:0px auto;
}

#Content_Footer
{
    background-image:url('images/content_footer_background.gif');
    background-position:top;
    background-repeat:no-repeat;
    height:512px;
    width:575px;
    margin:0px auto;
    padding-left:90px;
    padding-right:85px;
    padding-top:1px;
    margin-top:-5px;
}

.Center
{
    text-align:center;
}

.Bold
{
    font-size:12px;
    font-weight:600;
}


/* HOME PAGE CONTENT */
.Home_Column_1
{
    width:40%;
    float:left;
    text-align:center;
}

.Home_Column_2
{
    width:58%;
    float:left;
    text-align:center;
}

/* SERVICES PAGE CONTENT */
.Services_Column
{
    width:33%;
    float:left;
    /*text-align:center;*/
}
