html, body {
   margin: 0px;
   padding: 0px;
   border: 0px;
   height:800px;
 }
html {
   font-family: Arial, Helvetica, sans-serif;
 }
body {
   text-align: center;
   background: #000;
   color: #fff;
 }


#outerWrapper {
   position: relative; 
   text-align: left;
   background-color: #e0e0e0;
   margin: 0px auto; 
   width: 920px;
   min-height: 600px;
 }

 #header {
   text-align: center;
   margin: 0px;
   background:#fff;
   color: #000;
   height: 110px;
   border-bottom: #007 7px solid;
 }

 #left {
   position: absolute;
   top: 150px;
   left:200;
   width:250px;
   background:#e0e0e0;
   padding-left:0px;
   padding-right:5px;
   overflow:hidden;
 }

 #main {
   float:left; 
   width: 640px;
   padding-BOTTOM: 30px; 
   padding-LEFT: 10px; 
   padding-RIGHT: 10px; 
   padding-TOP: 10px;
   background:#e0e0e0;
   color: #000064;
   margin-left: 260px;
   margin-right:20px;
 }

 #footer {
   padding-bottom: 15px; 
   padding-top: 0px;
   clear: both; 
   width: 100%;
   height: 20px;
   margin: 0;
   text-align:center;
   bottom: 5px; 
   background: #e0e0e0;
   color: #000064;
 } 

ul#navigation { width: 12em; }
 
ul#navigation li {
 list-style: none;
 background-color: #999;
 border-top: solid 1px #007;
 text-align: left;
 margin: 0;
 }
ul#navigation li a {
 display: block;
 text-decoration: none;
 padding: 4px;
 padding-right: 4px;
 border-bottom: 1px solid #007;
 border-right: 1px solid #007;
 border-left: 1px solid #007;
 }
 
ul#navigation li a:link, a:visited, a:active {
   color: #00f;
   }

ul#navigation li a:hover {
   color: #FFF; 
   background-color: #007;
   }
ul#navigation li#youarehere a {
   background-color: #00f;  
   color: #FFF;
   }

p, ol, li {
  font : 1em Arial,geneva,helvetica;
 }
ul {
    font : 1em Arial,geneva,helvetica;
    margin: 0.5em;
   }
ul li{margin-top:0.5em}
h1 {
   text-align: left;
   margin: 0;
   color: #000064;
   font-size: 1.6em;
   font-weight: bold;
 }
h2 {
   text-align: left;
   margin: 0.5em 0em 0.2em 0em;
   color: #00007f;
   font-size: 1.5em;
   font-weight: normal;
 }
h3 {
   text-align: left;
   margin: 1.0em 0em;
   color:#000064;
   font-size: 1.4em;
   font-weight: bold;
 }
h4 {
   text-align: left;
   margin: 1.0em 0em;
   color:#000064;
   font-size: 1.2em;
   font-weight: bold;
 }
h5 {
   text-align: left;
   margin: 1.0em 0em;
   color:#000064;
   font-size: 1.0em;
   font-weight: bold;
 }

h6 {
   text-align: left;
   margin: 1.2em 0em;
   color:#000064;
   font-size: 0.8em;
   font-weight: bold;
 }
 img{
   margin:5px
 }
#gallery ul {
	list-style: none;
   }
#gallery ul li {
	display: inline;
   }
#gallery ul img {
	border-width: 5px 5px 20px; border-style: solid; border-color: rgb(62, 62, 62);
   }
#gallery ul a:hover img {
	border-width: 5px 5px 20px; border-style: solid; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
   }
#gallery ul a:hover {
	color: rgb(255, 255, 255);
   }
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(./images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(./images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
   