html body {
  background-color: #84a5c4;
  background-image: url(/images/winter07/bg.gif);
  background-repeat: repeat-x;
  margin: 20px 0 20px 0;
}

#page-container {
  width: 1004px;
  margin: 0 auto;
  background: url(/images/winter07/middle.gif) repeat-y;
}

div#top-wrap {
  width: 1004px;
  margin: 0 auto;
  background-color: transparent;
  background-image: url(/images/winter07/top-wrap.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
/*  background-x-position: center;
  background-y-position: top;*/
}

div#header {
  position: relative;
  width: 936px;
  height: 151px;
  background: url(/images/winter07/header.png);
  background-repeat: no-repeat;
  border: 0;
  margin: 0 auto;
}

div#navbar {
  position: relative;
  width: 936px;
  height: 36px;
  background: url(/images/winter07/navbar.png);
  background-repeat: no-repeat;
  border: 0;
  margin: 0 auto;
  padding: 0;
}

div#main {
  position: relative;
  width: 930px;
  background-color: #fff;
  background-image: url(/images/winter07/left-bg.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: 3px;
  border-bottom: 1px solid #5555ff;
}

div#left {
  float: left;
  position: relative;
  width: 175px;
  padding: 0 10px 0 10px;
}

div#center {
  position: relative;
  margin-left: 196px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #5555ff;
}

/* This is only needed for short pages... 
   On long pages, it makes too much of an
   empty white gap below the content */
#min-height {
  height: 240px;
  width: 3px;
/*   background-image: url(/images/winter07/left-bg.png); */
/*   background-repeat: repeat-y; */

}

div#footer {
  clear: both;
  width: 1004px;
  height: 69px;
  color: #004;
  background-color: #348;
  text-align: center;
  background: url(/images/winter07/footer.png);
  background-repeat: no-repeat;
  /* Necessary for Firefox, and Safari. IE is fine without this */
  margin-top: -14px;
}

/* Content Elements */

img {
  padding: 5px;
}

a img {
  border: 0;
}

div#navbar ul {
  position: relative;
  margin: 0;
  top: 5px;
  margin-left: 5px; /* MSIE */
}

/* Non-IE (even v7) */
div#navbar>/**/ul {
  margin-left: -34px;
}

div#navbar ul li {
  display: inline;
  text-decoration: none;
  padding: 4px 0px 3px 0px;
  margin: 0 -5px 4px -5px;
}

div#navbar a {
  position: relative;
  display: inline;
  padding: 4px 25px 3px 25px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

div#navbar a:hover {
/*   padding: 5px 24px 5px 24px; */
  padding: 4px 25px 3px 25px;
  color: #fff;
  background-image: url("/images/winter07/navhover.png");
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
}

/* Active tab - matches body id*/
#home #navbar li.home a,
#blog #navbar li.blog a,
#about #navbar li.about a,
#russia #navbar li.russia,
#photos #navbar li.photos a,
#travels #navbar li.travels a,
#spudguns #navbar li.spudguns a,
#linux #navbar li.linux a,
#projects #navbar li.projects a
{
/*  display: inline;
  margin-left: 0px;
  padding: 4px 24px 5px 24px;
  color: #fff;
  background-image: url(/images/winter07/navdark.png);
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;*/
  position: relative;
  display: inline;
  padding: 4px 25px 3px 25px;
  color: #fff;
  background-image: url("/images/winter07/navdark.png");
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
}

div#footer p {
  margin-top: 14px; /* Needed to offset above margin hack */
  padding: 0px;
}