
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background: #cfc9a2;
  color: #769271;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 1.3em;
  margin: 0;
  padding: 20px;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #769271;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #769271;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #cfc9a2;
  margin: 0 auto 0 auto;
  min-width: 780px;
  text-align: left;
  width: 100%;
}
#outerWrapper #header { 	
	clear:both;
	height:207px;
	width:765px;
	background: #cfc9a2 url(../images/header.png) top left no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#outerWrapper #header h1 {
	text-indent:-10000px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #outerWrapper #contentWrapper {
 	padding-top:20px;
 }
 
#outerWrapper #contentWrapper #leftColumn1 {
  	float: left;
  	padding: 0 10px 10px 10px;
  	width: 20em;
  	text-align:right;
}

#outerWrapper #contentWrapper #leftColumn1 ul {
	list-style:none;
	margin-top:0;
}

#outerWrapper #contentWrapper #content {
  margin: 0 20px 20px 22em;
  padding: 0 0 10px 10px;
  text-align:left;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

/* TO MAKE THE BORDERS HAPPEN */
#top,#bottom,#left,#right {
position:absolute;
background:#fff;
}

#top,#bottom {
left:0;
width:100%;
height:20px;
}

#top {
top:0;
}

#bottom {
bottom:0;
}

#left,#right {
top:0;
height:100%;
width:20px;
}

#left {
left:0;
}

#right {
right:0;
}
