body {
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0E427A;
}
#company{
	background-image: url(images/name.gif);background-position: right;
	height: 51px;
	width: 781px;
}
#header{
	background-image: url(images/top2.gif);
	width: 781px;
	height: 153px;
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	}
#leftside{
	background-image: url(images/graphics/leftsidefill.gif);
	font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #B5C2D7;letter-spacing: .08em;
	width: 202px;
	padding: 0;
}
.leftsidecontent{
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
}
.leftsidenav p{
	padding-left: 10px;
	line-height: 2em;	
}
.leftsidecontent p{
	margin-top: 0px;
	margin-bottom: 5px;
}
#leftside h1{
	font-size: 11px;
	font-weight: bold;
	color: #FFA80D;
	padding: 0px;
	margin: 20px 0px 0px;
	line-height: 8px;
}
#contentarea h1{Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9B7D9;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	
}
#content{
	padding: 5px 20px 0px;
	color: #FFFFFF;
}
#contentarea{
	background-image: url(images/graphics/contentfill.gif);
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 546px;
	line-height: 1.4em;
	letter-spacing: .05em;
}

#contentarea li{color: #A9B7D9;}
#footer{
	background-image: url(images/graphics/footerfill.gif);
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.footerad{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;}
	

#content a, a:visited{text-decoration: none;color: #FFA80D;}
#content a:hover{text-decoration: underline;color: #B5C2D7;}
#leftside a, a:visited{color: #FFA80D;text-decoration: none;}
#leftside a:hover{color: #FFA80D;text-decoration: underline;}
#footer a, a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
color: #ccc;
	text-decoration: underline;
}

.footertop{
	background-image: url(images/graphics/botbar.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.footerbot{
	background-image: url(images/graphics/botbar2.gif);
	background-repeat: no-repeat;
	height: 11px;
}

/*  GALLERY HOVER */

.gallerycontainer {
  position: relative;
}

.thumbnail img {
  border: 0px solid white;
  margin: 10px 10px 10px 0px;
}

.thumbnail:hover {
  background-color: transparent;
}

.thumbnail span {
  position: absolute;
  left: -1000px;
  visibility: hidden;
  text-decoration: none;
}

.thumbnail span img {
  border-width: 0;
  padding: 2px;
}

.thumbnail:hover span {
  visibility: visible;
  top: 0px;
  left: 200px; 
  z-index: 50;
}


/*  GALLERY HOVER */