body {
	background: #ccf8cc;
	align:center;
}
		
		#header {
			background: green url(images/header.png);
			repeat:none;
			height: 64px;
		}

		#container {
			width: 780px; /* width + border for IE 5.x */
			w\idth: 780px; /* real width */
			margin: auto;
			background: #ffffff;
		}
		
		#content {
			background: #764800 url(images/sides.png);
			background-repeat: repeat-y;
			/*xpadding: 1px 1em 2em 1em;*/
			padding: 10px 20px 1em 20px;
		}
		
		#footer {
			background: #764800 url(images/bottom.png);
			background-repeat: no-repeat;
			height: 24px;
			}
			
			/*Text Formating*/
			
		h2 {
		  font-family:arial;
      text-align:center;
			font-size: 1.5em;
			color:#006600;
		}
		h3 {
			font-size: 1em;
					}
					
		p.ex1 {
      font-family:arial;
      text-align:center;
      font-size: 1.25em;
      }			
      
    p.ex2 {
      font-family:arial;
      text-align:center;
      font-size: 1em;
      }  

		p.foot {
		  text-align:center;
			color: green;
		}