body {
    margin: 0 ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    }
td {
    font-size: 12px;
    }
#main {
    height: 200% ;
    width: 900px ;
    background-color: #ffffff ;
    background-image: url('images/white.jpg') ;

    }
#top {
    background: #ffffff url('images/backt.jpg') no-repeat 610px 0;
    width: 100% ;
    height: 85px ;
    }
#content {	float:right;
	width:600px;
    background-color: #ffffff ;
    height: auto ;
    width: 645px ;
    margin: 4px 0 0 0 ;
    }
ul {
    padding: 0 0 0 5px  ;
    margin: 0 0 0 5px;
    indent: 0 ;

    }
.nav li {
    margin: 3px 0 3px 0 ;
    list-style-type: none;
    color: #666666 ;
    }
.nav a {
    text-decoration: none ;
    color: #000000;
    }
.nav a:hover {
    text-decoration: underline ;
    color: #0000f0 ;
    }
h4 {
    font-size: 16px ;
    }
a	{	text-decoration: none ;
	}
a:hover {	text-decoration: underline ;
	}