body 
{
    background: transparent url('../img/tmp.png') 100% 0% no-repeat;
}

#content
{
    background: transparent none;
    color: #330000;
 
    width: 760px;
    padding: 1px;
    margin: 20px auto;
    
    text-align: left;
    font-size: 10pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    
}

#header
{
    background: transparent url('../img/banner.png') no-repeat right;
    display: block;
       
    height: 100px;
    width: 740px;
}

#centre
{
    display: block;
    border-width: 0 2px 0 0;

    width: 740px;
}

#menu
{
    padding: 0 0;
    width: 110px;
    display: block;
    float: left;
    
}

#main
{
    margin: 0 0 0 120px;
}

#title
{
    font-size: 3em;
    color: #C50839;
    font-family: Times New Roman, Times, serif;
    font-weight: bold;    
    position: absolute;
    left: 760px;
    top: 150px;
}

#meta
{
    width: 600px;
    height: 110px;
    display: block;
    /*float: right;*/
    margin: 10px 0;
    background: transparent url('../img/logo.png') no-repeat 80px 10px;
}

#menu
{
    background: transparent url('../img/menu.png') no-repeat center;
}


#topleft
{
    height: 100px;
    width: 110px;
    border: 0;
}

#menu ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 30px 0;
    display: block;
    padding: 0 20px;
}

#menu ul li
{
    padding: 2px 0;

}

.footer 
{
    color: gray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
}

fieldset
{
    display: block;
    border-width: 0;
}

label
{
    display: block;
}

.errorlist
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    color: #FF0000;
    padding: 0;

}
.tabmain2
{
    border:  none;
    font-size: 9pt;
}

a
{
    text-decoration: none;
}

#menu ul li a:link
{
    color: #C50839;
}

#menu ul li a:visited
{
    color: #C50839;
}

#menu ul li a:hover
{
    text-decoration: underline;
}

 
