/*************************************************************************************************************************
/**  GENERAL
/************************************************************************************************************************/

*
    {
    margin: 0;
    padding: 0;
    }

html
    {
    height: 100%;
    background: url(../images/background.png) repeat-x;
    }

body
    {
    color: black;
    line-height: 1.5em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

/********************** LINKS **********************/

a
    {
    text-decoration: none;
    font-weight: bold;
    }

a:link, a:active
    {
    color: #003366;
    }

a:visited
    {
    color: #000000;
    }

a:hover
    {
    text-decoration: none;
    font-weight: bold;
    color: red;
    }

/********************** FORMS *********************/

input
    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

fieldset
    {
    border: 1px dotted #AAA;
    padding: 15px;
    }

label
    {
    font-weight: bold;
    }

legend
    {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    }
    
/*********************** ETC **********************/

img
    {
    border: 0 none transparent;
    }

/*************************************************************************************************************************
/**  MyPAGE
/************************************************************************************************************************/

#page
    {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    }

/*************************************************************************************************************************
/**  MyHEADER
/************************************************************************************************************************/

#header
    {
    height: 100px;
    }

#innerHeader
    {
    position: relative;
    top: 25px;
    }

/*************************************************************************************************************************
/**  MyFOOTER
/************************************************************************************************************************/

#footer
    {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 4px;
    background: url(../images/background.png);
    color: #CCD;
    text-align:center;
    }
