/* CSS Document */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	margin-top: 20px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2 {
  margin-bottom: .5em 0;
}

p {
  margin: 0 0 12px 0;
}


#branding {
  height: 217px;
}

#mainNav {
  list-style: none;
}

/* The Core Technique
================================= */


#wrapper {
  width: 750px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff;
}


#content { 
  width: 736px;
  margin: 0 auto;
  height: 285px;
  color: #0060A9;
}

#text_area {
	width: 480px;
	position: absolute;
	height: 282px;
	overflow: auto;
	padding: 7px;

}

#text_area p {
	font-size: 1.2em;
}


#mainNav { 
  width: 736px;
  margin: 0 auto;
  height: 22px;
  background: #0060A9;
} 

#footer { 
  background: url(images/footer.gif) no-repeat;
  height: 64px;
} 

#text_change {
 width: 750px;
 margin: 0 auto;
 padding: 2px 0 0 12px;
}