BODY
{
    color:#121212;
    background: #000000;
    font-family:arial, sans-serif;
}

A.nav:hover
{
    background-image:url(images/page/nav-background-hover.png);
}
A.nav
{
    background-image:url(images/page/nav-background.png);
    background-repeat:repeat-x;
    width:150px;
    height:30px;
    display:block;
    float:left;
    color:red;
    text-transform:capitalize;
    font-weight:bold;
    font-size:x-large;
    font-style:italic;
    text-align:center;
    text-decoration:none;
}
A
{
    font-style:normal;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

SPAN.lplate
{
    color:red;
    border: 2px solid #000000;
    letter-spacing: 1px;
    font-weight:bold;
    padding-left:6px;
    padding-right:4px;
    padding-top:2px;
    padding-bottom:2px;
}
SPAN.testimonial
{
    font-weight:bold;
    font-size:20pt;
    font-style:italic;
}

P.testimonial
{
    
    margin-top:80px;
}
P.center
{
    text-align:center;
}
P.slogan
{
    color:red;
    font-weight:bold;
    font-size:large;
    font-style:italic;
    text-align:left;
    float:right;
    width:49%;
    margin-right:10px;
}
P.footer
{
    width:49%;
    text-align:left;
    color:#000000;
    font-weight:normal;
    font-size:xx-small;
    line-height:10px;
    background: none;
    float:left;
}
P.index
{
    font-weight:bold;
    font-size:large;
}
P.head
{
    text-align:center;
    color:#ff9c00;
    text-transform:capitalize;
    font-weight:bold;
    font-size:xx-large;
    background: none;
}
P
{
    background: #ffffff;
    text-align:justify;
    font-size:medium;
    font-weight:normal;
    line-height:25px;
}

H2
{
    text-decoration:underline;
    line-height:23px;
}

H1
{
    text-align: center;
    background: #ff3333;
    width:100%;
}

UL
{
    /* uncomment to use l-plate image as bullet point
     *
     * list-style-image: url(images/page/l.jpg);
     */
    list-style-type:circle;
}

HR.spacer
{
    width:100%;
    display:block;
    visibility:hidden;
    clear:both;
}
HR.footer
{
    width:100%;
    clear:both;
}

INPUT.other
{
    visibility:hidden;
}

IMG.affiliate
{
    float: right;
    vertical-align:baseline;
    margin:2px;
}
IMG.nav
{
    margin:0px;
}
IMG.main
{
    max-width: 400px;
    width:400px;
}
IMG
{
    border:0px;
    padding:0px;
}

DIV.nav
{
    background: url(images/page/nav-background.png) #ffffff;
    width:90%;
    min-width:800px;
    margin-left:5%;
    margin-right:5%;
    height:31px;
    text-align:left;
    border-top:0px;
    border-bottom:0px;
}
DIV.topBar
{
    background: url(images/page/banner.jpg) no-repeat center top #000000;
    width:90%;
    min-width:800px;
    margin-left:5%;
    margin-right:5%;
    border-bottom:none;
    height:265px;
}
DIV.bottomBar
{
    background: #ffffff;
    width:90%;
    min-width:800px;
    margin-left:5%;
    margin-right:5%;
    height:155px;
    float:none;
}
DIV.bodyLeft
{
    background: #ffffff;
    width:45%;
    float:left;
    padding-top:10px;
}
DIV.bodyRight
{
    background: #ffffff;
    width:48%;
    text-align:justify;
    float:right;
    padding-top:10px;
    margin-right:10px;
}
DIV.body
{
    background: #ffffff;
    width:90%;
    min-width:800px;
    margin-left:5%;
    margin-right:5%;
    display:block;
}
DIV
{
    border:thin solid #ffffff;
    text-align:center;
}
