html        
{
        background-color:#8d8d8d;
        font: 14px Arial, Sans-Serif;
        
        }
        #wrapper
        {
        margin:auto;
        width:900px;
        background-color:white;
        border:Solid 1px #673400;
        }
        
        #top
        {
        float:left;
        width: 900px;
        height:150px;
        font-family:Arial;
        background-color:blue;       
        }
        
        .topLogo
        {
        	float: left;
        	width: 900px;
        	height: 110px;
        }
        
        .topLogo2
        {
        	float: left;
        	width: 600px;
        	height: 40px;
        }
        
        .button
        {
        	float: left;
        	width: 150px;
        	height: 40px;
        }
        
        
        #leftNav
        {
        float: left;
        width: 150px;
        height: 450px;
        }
        
        
        #content
        {
        float: right;
        width: 750px;
        height: auto;
        }
        
        .content
        {
        	float:right;
        	width: 750px;
        	height: auto;
        	}
        
        #footer
        {
        clear: both;
        }
        
        /*  contact  */
        
			table#ContactTable
			{
				width:394px;
				height:70px;
				text-align:center;
				margin:auto;
			}

			tr.ContactRow
			{
				height:14px;
			}

			td.ContactLeftCol
			{
				width:104px;
				text-align:right;
			}

			td.ContactRightCol
			{
				width:290px;
			}

        
        /*  contact  */