﻿#page
{            
    width: 750px;
    margin: 0px auto;            
    background-color: White;                        
}
#top_header
{
    width: 100%; 
    background: Black; 
    height: 37px;
}
#header
{
    height: 131px;
    background:url(../images/header.jpg) no-repeat;        
    padding-top: 25px;
}        
#h_image
{
    background:url(../images/h_image.jpg) no-repeat;                    
}
#logo
{
    float: left; 
    width: 320px;    
}
#call_us
{
    color: Red; 
    margin-right: 20px; 
    vertical-align: top; 
    text-align: right; 
    margin-top: -135px;
}
#content
{        
    padding: 20px;
    padding-top: 10px;
    min-height: 250px;
}
#sitemap
{            
    font-size: 0.9em;
}
#sitemap a
{
    font-size: 0.9em;
    border-bottom: dotted 1px Gray;
}
#middlecontent
{
    margin-top: 5px;
}        
#footer
{
    font-size: 0.85em;
    padding: 20px;
}        
#devby
{
    color: Gray;
    font-size: 0.9em;
}
#links
{
    text-align: right;
}
#copyright
{
    text-align: right;
    color: Gray;
    font-size: 0.9em;
}