/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#d5bf9e;
}

h1 {
color: #244f07;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 0.1em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}

p {
  font-size: 1.4em;
  line-height: 1.3em;
}

ul {
  line-height: 1.5em;
}

li {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.navIndent {
  margin-left: 1em;
  margin-top: 10em;
}

#mainNav a {
color: #000;
text-decoration: none;
}

#mainNav a:hover {
	text-decoration: underline;
	color: #0000ff;
	}

a {
color: #337c02;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
	}

h1, h2, p {
  margin: 1em 0;
}

#branding h1 {
  margin: 0;
}

#branding {
  height: 140px;
  background-color:#1d5487;
  padding: 0px;
  background: #fff url(images/sub_header.jpg) left top;
}

#mainNav {
  list-style: none;
}

#footer {
height: 119px;
  background-color:#b0b0b0;
  background: #fff url(images/sub_footer.jpg) left top;
  padding: 0px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 960px;
}

#wrapper {
  width: 920px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(images/sub_bkgd.jpg) repeat-y left top;
}


#content { 
  width: 650px;
  float: right; 
}

#mainNav { 
  width: 200px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#mainNav {
  padding-top: 10px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 36px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 90px;
}

#content * * {
  padding-right: 0;
}