/*
* { box-sizing:border-box; -moz-box-sizing:border-box }
*/

body {
     background-image: url('background.png'); margin: 0; background-repeat: repeat-x; 
      FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: garamond }
	  
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #000000; FONT-FAMILY: garamond }
	
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: garamond }

.steps { FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: garamond; font-weight:bold}

#header { 
	padding: 0; background-image: url( 'header.png' ); background-position: left top; 
	background-repeat: no-repeat; height: 169px}
/*
#contentbg { 
	padding: 0; background-image: url( 'contentbg.png' ); background-position: left top; 
	background-repeat:repeat-y}
*/
#content { 
	padding: 0;  background-image: url( 'contentbg.png' ); background-position: left top; 
	background-repeat:repeat-y}

#footer { 
	padding: 0; background-image: url( 'footer.png' ); background-position: left top; 
	background-repeat: no-repeat; height: 64px }

/*  Border Debug
#header, #content, #footer { border: 1px solid green; width: 680px; margin: 0 auto 0 auto;
		padding: 0 50px 0 50px }
*/
#header, #content, #contentbg, #footer { width: 683px; margin: 0 auto 0 auto;
		padding: 0 50px 0 50px }
