﻿/* Layout Stylesheet */ 
body{
	margin: 0;
	padding: 0;
	background: #FFFF99;
	font-family: Georgia;
	min-height:600px;
	min-width:800px;
}
hr  {
	color:blue;
	}

h1 	{
	font-family:Georgia;
	color:blue;
	text-align:center;
	}
h2 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	padding:5px 0;
	text-align:center;
	}
h3 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	padding:5px 0;
	text-align:center;
	}
h4 {
 	margin:0; 
 	padding: 5px 0;
 	color:blue;
 	padding:5px 0;
	text-align:center;
   }
p	{
text-align:left;
text-indent:1.4em;
text-align:justify;
}
.GoldenRod{color:#DAA520}
.DarkGoldenRod{color:#B8860B}
   						/*  Pop up Styles  */
.popup
   {
   border: solid 1px #333;
   font-family: Tahoma;
   font-size: 12px;
   display: none;
   position: absolute;
   width: 200px;
   z-index: 60;
   }
.popuptitle
  {
  background: blue;
  color: white;
  font-weight: bold;
  height: 15px;
  padding: 5px;
  }
.popupbody
   {
   background: #ddd;
   padding: 5px;
   text-align: center;
   }
#popup1{top: 225px;left: 200px;}
      				/*  End Pop up Styles  */
.line{line-height:26px}
.justify{text-align:justify}
.txtleft{text-align:left}
.width50{width:50%;}
.menuPos{margin-left:20px;}
.imgCenter{text-align:center}
#hdr{
	height: 35px;
	background: #c0c0c0;
	color: #000000;
	border: solid #000000;
	border-width: 2px 0px;
	margin: 0px 0 0 0;
	position: relative;
	z-index: 1;
}

#lh-col{
 position: relative;
 top: 0px;
 left: 0px;
 width: 220px;
 border: 2px groove #B8860B;
 background: #c0c0c0;
 color: #333333;
 margin: 20px;
 padding: 0px;
 height: auto;
 }

#rh-col{
	top: 0px;
	margin: 0px 0px 20px 254px;
	border: 2px groove #B8860B;
	background: #ffffff;
	color: #333333;
	padding: 20px;
	position: relative;
	z-index: 1;
}
#galleryTitle{
 font-size:24px;
}
a:link {color: teal}
a:visited {color: blue}
a:hover {color: #ff00ff}
a:active {color: #ff0000}
 
 /* Presentation Styles */
 
#img{
	border:none;
	border-style:none;
	margin-top:auto;
}

#img2{
	border:none;
	border-style:none;
}
.img2{
	border:none;
	border-style:none;
}
#banner {
	background: url('images/Pyramids960x250.jpg') no-repeat left top;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

#banner2 {
	background: url('images/Mummy_Banner.jpg') no-repeat left top;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

#banner3 {
	background: url('images/Alex_Banner_5.jpg') no-repeat left top;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

