BODY{ 
    background-color: #b2b2b2;
    font-weight:normal;
    font-family: arial,helvetica, sans-serif;
    font-size: 12px; 
}

  #wrapper {
		width:970px;
		margin:0px auto;
		border:3px solid #000000;
		padding:0px;
		background-color:#ffffff;
                                position:relative;

	}

  #header {
                float:left;
                border:0px solid #bbb;
		height:100px;
                 padding-top:20px;
        		background-color: #848484;
        		text-align:center;
       		color:#ffffff;
                                width:610px;
}

  #subheader {
                float:left;               
                border:1px solid #000000;
		        height:35px;
                padding-top:5px;
            	background-color: #e8e8e8;
            	text-align:center;
       	    	color:#ffffff;
		        width:968px;
}

  #spacer {
                                border:0px solid #bbb;
		height:100px;
        		background-color: #ffffff;
        		text-align:center;
       		color:#ffffff;
                                width:100%;
}

   #content {
		float:left;
		margin-top:30px;	
		margin-bottom:20px;
		margin-left: 25px; 
		margin-right: 25px;
		padding-bottom:0px;
          		border:0px solid #bbb;

		width:920px;
		text-align:center;



	}

  #footer {
                                border:0px solid #bbb;
		height:90px;
        		background-color: #848484;
        		Font-size: 12px;
        		font-family: arial;
        		font-weight:bold;
                                width:100%;
        		text-align:center;
       		padding-top:10px;
       		color:#ffffff;
clear:both;
}
	

  #bottom {
		clear:both;
		text-align:right;
}