﻿    body {
        background: url("img/bg.png");	
        background-repeat:no-repeat;
        background-position:top;
        font-family: "Segoe UI", Arial;
        font-size: 10pt;
        line-height: 1.2em;
    }

    #content {
        width: 790px;
        margin: 10px auto;
        padding: 10px;
        background: #FFF;	
        border: 1px solid #CCC;
    }

    h1 {
        margin: 0;
    }

    h3 
    {
    	margin:8px;
    	font-size:larger;
    	letter-spacing:1px;
    	font-weight:400;
    }

    hr {
        border: none;
        height: 1px; line-height: 1px;
        background: #CCC;	
        margin-bottom: 20px;
        padding: 0;
    }

    p {
        margin: 0;	
        padding: 7px 0;
    }
    
    DIV.header 
    {
        font-family:Arial;
        font-size:24pt;
        font-weight:bold;
        padding: 10px 0px 10px 0px;
        margin-bottom:10px;
        letter-spacing:-1px;
    }
    
    #footer 
    {
    	font-size:9pt;
    	width:790px;
    	margin:10px auto;
    }
    
    a
    {
    	text-decoration:none;
    }

