﻿body
{
    background-image: url(bkgnd.png) ;  
    background-repeat : repeat;  
} 

*
{
    color: black;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

h1, h2, h3, h4, ul, ol
{
    font-weight: bold;
    display: block;
    border: solid 1px #dcdcdc;
    padding: 5px;
}

input
{
    border: solid 1px #dcdcdc;
}

div.content
{
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 850px;
}

div.login
{
    background-image: url(login.png);
    background-repeat: no-repeat;
    height: 256px;
    width: 450px;
    margin: auto;
    margin-top: 200px;
}


div.test
{
    display: block;
    background-color: white;
    margin-bottom: 10px;
    clear: both;
    border: 1px solid black;
    overflow: auto;
    width: 100%;
}


div.test h1
{
    font-size: xx-small;
    margin: 0;
    background-color: #dfe3e4;
    border-bottom: 1px solid black;
}

div.test img
{
    border: none;
    margin: 5px;
}

div.test div.leftCol
{
    margin: 10px;
    float: left;
    width: 200px;
}

div.test div.rightCol
{
    float: left;
    clear: right;
}



