BODY {
  background-image: url(images/bg.png);
  font-family: "Arial";
  color: #000000;
  font-weight: normal;  
}

#top_menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#top_menu li {
    margin: 8px 4px;  
}

#top_menu a {
    display: block;
    padding: 9px 0px;
    width: 205px;
    height: 35px;
    background-image: url(images/menu_regular.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    color: #ffffff;
}

#top_menu a:hover {
    background-image: url(images/menu_hover.png);
    background-repeat: no-repeat;
}

#top_menu a:active {
    background-image: url(images/menu_hover.png);
    background-repeat: no-repeat;
}

#bottom_menu {
    margin: 2px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

#bottom_menu li {
    margin: 8px 4px;
    display: inline;
}

#bottom_menu a {
    padding: 7px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 13pt;
    color: #033256;
    font-family: "Times New Roman";
}

#bottom_menu a:hover {
    color: #5E0410;
}

#top_menu_date {
    font-size: 17pt;
}

#top_menu_contact {
    font-size: 12pt;
}

.bottom_menu_contact {
    font-size: 12pt;
}

.page_content {
    margin: 5px auto;
}

.enlarge_first_letter {
    font-size: 24pt;
    font-weight: bold;
    color: #5E0410
}

#content_welcome {
    width: 790px;
    font-size: 14pt;
}

#content_sample_layouts {
    width: 790px;
    font-size: 18pt;
    color: #033256;
}

#content_what_others_say {
    width: 790px;
    font-size: 12pt;
}

#content_sales_projections table {
    width: 790px;
    font-size: 14pt;    
}

#content_ten_reasons {
    width: 790px;
    font-size: 12pt;
    font-weight: bold;    
}

#content_how_would_you_like {
    width: 790px;
    font-size: 14pt;
    font-weight: bold;    
}

#content_contact_us {
    width: 790px;
    font-size: 12pt;
    font-weight: bold;    
}