body {
  background: #F0F8FF;
  margin: 0;
  font: 11px Tahoma, Verdana, Sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

a img {
  border: 0;
}

p {
  margin: 0 0 5px 0;
}

.content-padding {
  padding: 4px;
}

.clear {
  clear: both;
}

/* Wrapper Styles
  **************************************/

#wrapper-container {
  width: 900px;
  margin: 0 auto;
}
           /* Header Styles
  **************************************/

#header-container {
  height:54px;
  background: #999;
  color: #F0F8FF;
}

#header-container h1 {
  margin: 0;
  text-align: center;
  line-height: 100px;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-size: 40px;
}

#header-container h2 {
  margin: 0;
  text-align: center;
  line-height: 100px;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-size: 30px;
}

#header-container h3 {
  margin: 0;
  text-align: center;
  line-height: 100px;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-size: 20px;

}

/* Header Styles
  **************************************/

#navigation-container {
  line-height: 30px;
  background: #444;
}

#navigation-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}


#navigation-container ul li {
  display: inline;
}

#navigation-container ul li a {
  color: #F0F8FF;
  padding: 0 10px;
}

#navigation-container ul li a:hover {
  color: beige;
  text-decoration: underline;
}


/* Centeral Column Styles
  **************************************/

.middle-column {
  float: left;
  min-height: 250px;
}

.column-one {
  width: 300px;
  background: #EEE;
}

.column-one .top {
  height: 300px;
}
.column-one .bottom {
  height: 300px;
  background: #bbb;
}
.column-two {
  width: 300px;
  background: #ddd;
}
.column-three {
  width: 300px;
  background: #ccc;
}

/* Footer Styles
  **************************************/

#footer-container .top {
  background: #999;
}

#footer-container .bottom {
  background: #ccc;
  text-align: center;
}
