﻿body {
   font: 11px Arial;
   background: url(../pagegfx/body_bg_popup.png) top repeat-x;
   color: #06385A;
   padding: 0;
   margin: 0 auto;
   position: relative;
   text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	background-color: transparent;
}

img {
  border: 0px;
}

#header {
   position: relative;
   margin: 0px auto;
   text-align: left;
   background: url(/pagegfx/main/bg_header.jpg) no-repeat;
   background-position: top right;
   width: 1000px;
   height: 80px;
}

#left_bg {
 position: absolute;
 margin: 0 auto;
 width: 50%;
 left: 0px;
 height: 80px;
}

#right_bg {
 position: absolute;
 margin: 0 auto;
 width: 50%;
 right: 0px;
 background: url(/pagegfx/main/bg_right.png) repeat-x;
 height: 80px;
}

#logo {
 position: relative;
 width: 235px;
 height: 40px;
 top: 0px;
 left: 70px;
}

#logo_title{
  position: absolute;
  top: 25px;
  left: 66px;
  width: 160px;
  overflow: hidden;
}

#galleryTitle {
  margin: 20px 0 10px 0;
  padding-bottom: 4px;
  background: url(../pagegfx/main/line2.png) no-repeat;
  background-position: center bottom;
}

h1{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

h2{
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.photo {
  margin-top: 25px;
}

.photo img{
  padding: 1px;
  margin-top: 2px;
  background-color: White;
  border: 8px solid #EDF4FE ;
}

.photo .nav{
  margin-top: 2px;
  padding-left: 545px;
}

a{
  color: #8FB7DE;
  margin: 0 7px 0 7px;
  text-decoration: none;
  cursor: pointer;
}

a:hover{
  color: #095182;
  text-decoration: underline;
}

.lnk{
  margin: 30px 0 5px 0;
  padding-top: 5px;
  background: url(../pagegfx/main/hr_lnk.png) no-repeat;
  background-position: center top;
}

a.close {
  background: url(../pagegfx/main/close.gif) no-repeat;
  background-position: 0px 0px;
  padding-left: 16px;
  color: #06385A;
}

a.goto{
  color: #CCE0EE;
}









