body {
  color: #000000;
  background-color: #000000;
  font-family: "Verdana", "sans-serif";
  font-size: 1em;
  width: 1000px;
  margin: auto;
}
h1 {
    font-size: 1.5em;
    color: #494545;
    background-color: #f8f7f6;
    margin: 0;
}
h2 {
    font-size: 1.3em;
    color: #494545;
    background-color: #f8f7f6;
    margin: 0;
}
h3 {
    font-size: 1.2em;
    color: #f8f7f6;
}
img { border: 0; }

p { margin: 0px; }

.center {
	text-align: center;
}

.menu { 
  width: 410px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background-color: #f8f7f6;
}
.menu ul {
  margin-left: 10px;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  float: left; 
  position: relative;
  margin-left: 10px;
}

a {
  color: #494545;
  text-decoration: none;
}
a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}

#top {
  height: 85px;
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative;
  background-color: #9dcbef;
}

#main_content {
  height: 575px;
  position: relative;
  background-color: #3393dd;
}
#menu_arch {
  height: 60px;
  width: 60px;
  background:  url(/images/archl.png) no-repeat;
  position: absolute;
  top: 25px;
  left: 408px;
}
#title_arch {
  height: 60px;
  width: 60px;
  background:  url(/images/arch.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 540px;
}
#page_title {
  height: 60px;
  width: 540px;
  line-height: 60px;
  text-align: center;
  background-color: #f8f7f6;
  position: absolute;
  top: 0px;
  right: 0px;
}

#text_content {
    height: 400px;
    width: 540px;
    position: absolute;
    top: 100px;
    left: 200px;
  background-color: #3393dd;
}

#contact {
  padding: 10px;
  text-align: center;
  height: 20px;
  width: 700px;
  position: absolute;
  bottom: 0px;
  left: 200px;
  background-color: #9dcbef;
}

#banner_left {
  padding: 0px;
  text-align: center;
  vertical-align: bottom;
  width: 190px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #3393dd;  
}

#minion_logo {
  height: 70px;
  width: 540px;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 0px;
}
#logo {
    vertical-align: bottom;
}
