/* Main */

body
{ 
    background-color : #872D2D;
    background-image : url('/images.net/html.background.png');
    background-repeat : repeat-x;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    margin : 0px; 
    text-align : center;
}

img 
{
    border : 0px;
    margin : 0px; 
    padding : 0px; 
}


table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 11px;
    margin : 0px; 
    width : 100%;  
}

ul, li
{
    list-style-position : inside;
    list-style-type : disc;
    margin : 0px;
    padding : 2px;
    text-align : left;
}

/* Content */

#ctnContent
{
    margin : auto;
    width : 600px;
}

#ctnContent .bottom
{
    background-image : url('/images.net/html.03.png');
    background-repeat : no-repeat;
    height : 25px;
}

#ctnContent .middle
{
    background-image : url('/images.net/html.02.png');
    background-repeat : repeat-y;
    padding-left : 20px;
    padding-right : 20px;
    text-align : left;
}

#ctnContent .top
{
    background-image : url('/images.net/html.01.png');
    background-repeat : no-repeat;
    font-size : 18px;
    font-weight : bolder;
    height : 125px;
}

/* Links */

a:link
{
    color : #7F2119 ;
    text-decoration : none;
}

a:active
{
    color : #7F2119;
    text-decoration : underline;
}

a:visited
{
    color : #777777;
    text-decoration : none;
}

a:hover
{
    color : #CC0000;
    text-decoration : underline;
}


