﻿@media handheld
{

    *
    {
        margin: 0 !important;
        float: none !important;
        border: none !important;
        font-weight: normal !important;
        position: static !important;
        float: none !important;
        background: none !important;
        background-image: none !important;
    }
    html
    {
        text-align: left;
    }
    body
    {
        font: 11px tahoma,arial,sans-serif;
        color: #333;
        background: #fefefe;
    }
    h1
    {
        padding: 15px 0;
    }
    h2, h3, h4
    {
        padding-top: 22px;
    }
    p, li
    {
        padding: 0;
    }
    a
    {
        outline: 0;
        text-decoration: underline;
    }
    a:hover
    {
        text-decoration: none;
    }
    a:focus
    {
        outline: none;
    }
    img, fieldset
    {
        border: 0;
    }
    .none
    {
        display: none;
        visibility: hidden;
    }
    .clearfix
    {
        content: ".";
        display: block;
        height: 1px;
        clear: both;
    }
    div#header
    {
        width: 100%;
    }
    div#content
    {
        width: 100%;
        padding-bottom: 22px;
    }
    div#footer
    {
        width: 100%;
    }

}

