html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: left;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
  background: top center url(images/logo2.gif) no-repeat;
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDFDB3;
  background: #173185;
  border: 2px solid #C73B3C;
  padding: 8px;
  text-align: center;
  font: 25px Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 2px 21px;
}


/** Body **/
#body {
  position: relative;
  width: 100%;
  font:Tahoma, Geneva, sans-serif;
}

#nav {
  position: absolute;
  top: 0;
  left: 7px;
  height: 130px;
  width: 245px;
  padding-top: 210px;
  background: url(images/MainPeng03.jpg) no-repeat;
}
#nav ul {
  background: bottom right #173185 url(images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
    padding: 7px 0px 0px 0px;
  background: bottom left url(images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDFDB3;
  font: 18px Tahoma, Geneva, sans-serif;
  font-style: normal;
  background: #173185;
  padding-right: 8px;
}

/** content **/

#content {
  background: #FDFDB3 bottom right url(images/body_bottom_right2.gif) no-repeat;
  width: 462px;
  margin-left: 254px;
  min-height: 335px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #C73B3C;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}
.maingallery {
	float:left;
	margin-left:18px;
	margin-top:10px;
}
	
#erin {
  float: right;
  width: 134px;
  border-left: 1px solid #C73B3C;
  padding: 12px;
  background: top right url(images/bogy_top_right2.gif) no-repeat;
}
#erin span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#erin p {
	float: left;
	width: 110px;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0em;
}
#erin .clear {
  height: 10px;
}

h2 {
  font: normal 22px Tahoma, Geneva, sans-serif;;
  color: #173185;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #000000;
  margin: 2px 0 0 275px;
}
.gallerynav {
	text-align:center;
	position:relative;
	bottom:0px;

}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 5px;
  text-align: center;
  font: 10px Tahoma, Geneva, sans-serif;
  background: #FDFDB3 bottom left url(images/footer_tab3.gif) no-repeat;
}

#privacy a {
  color: #173185;
  font: 11px Tahoma, Geneva, sans-serif;
  font-style: normal;
  text-decoration: underline;

  }
  
  <style type="text/css">

/*CSS Gallery*/

.gallerycontainer{
  position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
z-index:3;
background-color: lightyellow;
padding: 5px;
left: -1100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position:absolute;
z-index:10;
top: 0;
left: -68px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

