﻿html, body
{
    background-color: #ffffff; /* fade to : #b71313; */
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
    height : 100%;

}

img{border:0px;}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.left{float:left;}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color:#000000
}
h2{font-size:1.5em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5, h6{font-size:1em;}


/* PAGE  
----------------------------------------------------------*/
div#master{overflow: hidden;}
div#site, div.site
{
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}

div.header
{
    width:100%;
    height:65px;
    background-color:#ffffff;
    border-bottom:solid 1px #000000;
}

ul.header_menu
{
    display:inline;
}

div.page{
    width:980px;
    margin-left:auto;
    margin-right:auto;
}
