body {
  text-align: center;
  font-family: arial;
  background-color: #595;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}

div#main {
  margin: 20px auto 10px auto;
  text-align: center;
  width: 700px;
  background: #fff;
}
div#header {
  width: 700px;
  height: 1%;
  margin: auto;
  margin-bottom: 0px;
  background: transparent url(http://educationtoempower.org/assets/images/ete/header_background.gif) no-repeat scroll 0 0;
  border-bottom: 10px solid #595;
}
div#header a {
  text-decoration: none;
}
div#header a img {
  border: none;  
}
/*******************************************
Navigation
********************************************/
div#navigation {
  width: 700px;
  margin: 0px auto 0px auto;
  background: #595 url(http://educationtoempower.org/assets/images/ete/navigation_background.gif) no-repeat scroll 0 0;
  font-family: arial;
  height:55px;
}
div#navigation ul {
  padding-bottom: 10px;
  margin-top: 0px;
  margin-left: 3px;
  list-style-type: none;
  width: 690px;
  padding-left: 0px;
  padding-top: 2px;
}
div#navigation ul li {
  display: inline;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  top: 12px;
}
div#navigation ul span {
  display: inline;
  margin-right: 0px;
  position: relative;
  top: 10px;
  font-size: 16px;
  color: #EEEE33;
  _top: 0px;
  #top: 0px;
}
div#navigation ul li a {
  color: #EEEE00;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
}
div#navigation ul li a:hover {
  color: #EE7700;
}

/*******************************************
Content
********************************************/
div#content {
  text-align: left;
  width: 680px;
  padding: 5px 10px;
  margin: auto;
  background: #fff url(http://educationtoempower.org/assets/images/ete/top_background.gif) no-repeat;
  font-size: .75em;
  font-family: verdana,arial;
  line-height: 1.5em;
  border-top: 5px solid #595;
}

div#content p {
  margin: 12px 0;
}

div#content a, div#content a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
div#content #connect_images {
  float: right;
  margin-top: 0px;
}
div#content #connect_images a,  div#content #connect_images a:visited{
  color: #fffff;
}
div#content #connect_images img {
  display: block;
  border: none;
  padding: 0px;
}
div#content div#promo {
  float: right;
}
div#content blockquote {
  background: #ddd;
  padding: 2px 10px;
}
div#content h1 {
  font-size: 1.4em;
}
div#content h2 {
  font-size: 1.3em;
}
div#content h3 {
  font-size: 1.1em;
  color: #1c3550;
}
div#content div.block {
  width: 200px;
  height: 100px;
  background-color: #a4d7ed;
  border: 2px solid #76a0b1;
  margin: 5px;
}
div#content div#welcome {
  position: absolute;
  left: 540px;
  top: 110px;
  width: 550px;
  text-align: left;
}

div#bottom { 
  background: transparent url(http://educationtoempower.org/assets/images/ete/bottom_background.gif) no-repeat scroll 0 bottom;
}

/*******************************************
Footer
********************************************/
div#footer {
  width: 700px;
  margin: 5px auto;
  font-size: .70em;
  color: #fff;
}