* html #left{margin-right:-3px}/* reduce the right margin to account for 3pixels*/
* html #content {height:1%;margin-left:212px}/* fix 3 pixel jog and account for 3 pixels extra padding*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ; }
abbr,acronym { border:0; }

html>body #content {
    height: auto;
	}


body{background: #CDCDCF;
margin: 0px;
padding: 0;
border: 0;

 }


#header {
   	
	position: relative;
    margin: 0;
    padding: 0;
    border: 0;


}

#footer {
   	background-image: url(head-footer1.gif) ;
	background-repeat: repeat-x;
    height: 262px;
	position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}   
    #footer br {clear: both}  



#page {
    margin: 0px auto;
	!--[if IE]>
    margin-top: -4px;
    <![endif]-->
    margin: 0;
	width: 975px;
	background:#fff;
    padding: 0;
    border: 0;
    min-height: 900px;


}


#headerimg {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
    width: 975px;
    padding: 0;
    border: 3px;


}
#footerimg {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
    width: 975px;
    padding: 0;
    border: 0;
    font-family: arial;
    font-weight: 11px;
    color: black;
    vertical-align: top;
    
}
/* Footer links */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	color: #000;
}

a {
	font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->