body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #933;
}

#main_container {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #0cf url(../images/left_bkgd.gif) repeat-y 0 0;
}

* html #main_container {
  height: 100%;
}

#top_bar {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  height: 50px;
  background-color: #933;
}

#image_bar_01, #image_bar_02, #image_bar_03, #image_bar_04, #image_bar_05 {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  text-align: right;
}

#image_bar_01 {
  background: #000 url(../images/bkgd_01.jpg) top left no-repeat;
}

#image_bar_02 {
  background: #000 url(../images/bkgd_02.jpg) top left no-repeat;
}

#image_bar_03 {
  background: #000 url(../images/bkgd_03.jpg) top left no-repeat;
}

#image_bar_04 {
  background: #000 url(../images/bkgd_04.jpg) top left no-repeat;
}

#image_bar_05 {
  background: #000 url(../images/bkgd_05.jpg) top left no-repeat;
}

#text_container {
  margin: 0 0 0 180px;
  padding: 0 20px 70px 20px;
}

#nav_container {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}

#nav_container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  font-family: "Geneva", "Arial", "Helvetica", sans-serif
}

#nav_container a {
  display: block;
  margin: 0;
  padding: 5px 3px;
  width: 174px;
  background-color: #f33;
  border-bottom: 2px solid #c33;
}

* html #nav_container a {
  width: 180px;
  w\idth: 174px;
}

#nav_container a:link, #navlist a:visited {
  color: #fff;
  text-decoration: none;
}

#nav_container a:hover {
  background-color: #fff;
  color: #f33;
}

#nav_container a#current {
  background-color: #933;
  color: #fff;
}

#footer_container {
  height: 50px;
  margin-top: -51px;
  background-color: #933;
  border-top: 1px solid #fff;
  text-align: right;
}

html>body #footer_container {
  height: 55px;
  margin-top: -56px;
}

.centredobject {
  text-align: center;
}

.rightalignedobject {
  padding: 0;
  float: right;
}

.rightalignedphoto {
  padding: 0 0 10px 10px;
  float: right;
}

.leftalignedphoto {
  padding: 0 10px 10px 0;
  float: left;
}

.workphoto {
  padding: 25px 0 5px 0;
}

img {
  border: none;
}

.breakclear {
  clear: both;
}

.white_hr {
  border: 0 solid #fff;
  height: 2px;
  width: 100%;
  background-color: #fff;
  color: #fff;
  text-align: center;
}