#sidebar {
  position: absolute;
  left: 0;
}
.bodybg {
  width: auto;
  height: auto;
  background-color: #adadad;
}

.yb_pageborder {
  height: 15px;
  width: auto;
  text-align: right;
  font-family: "Century Gothic", "Times New Roman", "Times", serif;
  font-size: 12pt;
}

.yb_bordertop {
  border-top: 1px solid #330066;
}

.yb_borderbot {
  padding-bottom: 5px;
  border-bottom: 1px solid #330066;
}

.yb_pageshadow {
  height: 4px;
  margin: 0px;
  padding: 0px;
  border: 9px;
}

#yb_navbar_container {
  position: relative;
  text-align: center;
  margin: 0 auto 0 auto;
  background-color: #fff;
  width: auto;  
}

#yb_navbar_content {
  background-color: #dadada;
  background-image: url(/images/navbarbg.gif);
  background-repeat: repeat-x;
  position: relative;
  top: 10px;
  bottom: 10px;
  width: 100%;
  border-bottom: 1pt solid #a0a0a0;
  font-weight: bold;
  font-size: 10pt;
  font-family: "Andale Mono", Guatami, Verdana, sans-serif;
  z-index: 1000;
}

#yb_navbar_content a:link, #yb_navbar_content a:visited {
  color: #333;
  border-bottom: none;
  padding: 8px 20px 8px 20px;
  margin: 0 3px 0 3px;
  display: block;
  text-decoration: none;
}

#yb_navbar_content a:hover {
  color: #fff;
  border-bottom: none;
  background-color: #999966; /*#cccc99;*/ /*#cccc00;*/ /*#005422;*/
  text-decoration: none;
}

#yb_navbar_content a:link.indicator, #yb_navbar_content a:visited.indicator {
  /*background-color: #a0a0a0;*/
  color: #fff;
}

#yb_navbar_content ul {
  margin: 0;
  padding-left: 50px;
  list-style: none;
  width: 760px;
}
#yb_navbar_content li {
  float: left;
}
#yb_navbar_content li ul {
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
  background-color: #bbb;
  display: none;
  z-index: 100;
  border: 1px solid #aaa;
  padding: 10px;
}
#yb_navbar_content li ul li {
  width: 100%;
  clear: both;
}

#yb_content_container {
  position: relative;
  top: -22px;
  text-align: center;
  margin: 20px auto -10px auto;
  background-color: #adadad;
  width: auto;
}

#yb_content {
  margin: 0 0 10px 30px;
  padding: 0 0 20px 0px; 
  width: auto;
  clear: both;
  display: block;
}

/* for some reason navbar resizes the screen's positioning? */
#yb_fcontainer {
  margin: 0;
  position: absolute;
  left: -170px;
  right: -170px;
  width: auto;
  clear: both;
  display: block;
}

#clearfloat {
  clear: both;
  display: block;
}



* html .clearfix {
  height: 1%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*#navbar_content, #content {
  display: none;
}*/

 .g2_blogimage {
   float: left; <-- Photos will be left aligned, you can also change this to right aligned as well.
   margin-right: 5px; 
   margin-top: 5px; 
   margin-bottom: 5px;
 }

 div.one-image {
        display:inline;
 } 
