@charset "utf-8";
/* CSS Document */

#allcontent     {
                   width: 980px;
                   margin-top: 5px;
                   margin-left: auto;
                   margin-right: auto; 
				   background-color: #FCFCFC;
				   -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
                 }
				 
body              {
                   font-family: "Times New Roman", Times, Serif; 
                   background-color: #F5F5F5; 
	                             
                   }		

iframe
	{border: none;}			   
				   

				
#copyright

	{
	text-align: center;
	margin-top: 0px;
	}
