	BODY, P, TABLE, TD, TH, BR, DIV, SPAN
		{
		font-family : Verdana, Arial, Helvetica;
		font-size : 12px;
		color: #000000;
		margin: 15px;
		
		padding: 0; 
		}

		body{
			 width  : 940px;
			 height : 600px;
			 border : 1px;
		}
	a:link {
            color: blue;
            text-decoration: underline;
        }
        
        a:active {
            color: green;
        }
        
        a:visited {
            color: red;
        }
        
     
	 div#heading
	 {
	 	margin-left: 0px;
		margin-right: 50px;
		text-align : center;
		font-weight :600;
		font-size :20px;
	 }
	 
	 div#content
		{
		margin-left: 50px;
		margin-right: 50px;
		} 
	
	 div#banner
		{
		background-image: url(img/bg_feathead5.jpg);
		
		width  : 940px;
	    height : 40px;
		background-color: #333;
		border-bottom: 0px solid #000;
		} 

	div#seperate
		{
		clear: both;		
		border-top: 0px solid #999;
		text-align: right;
		background-image: url(img/bg_feathead5_Copy7.jpg);
        width  : 940px;
	    height : 20px;
		}
	

    div#footer
		{
		clear: both;		
		border-top: 0px solid #999;
		text-align: right;
		background-image: url(img/bg_feathead5_Copy7.jpg);
        width  : 940px;
	    height : 30px;
		}
	
    div#img {
      
	   width: 100px;
	   border: 10px ;
	   padding: 0px;
	   margin: 20px;
	   height:100px;
	 
	   }
	