﻿/* 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;
   }
.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: absolute;
 top: auto;
 left: 0px;
 width: 220px;
 border: 2px groove #B8860B;
 background: #c0c0c0;
 color: #333333;
 margin: 20px;
 padding: 0px;
 height: auto;
 }

#rh-col{
 top:30px;
 margin: 20px 20px 20px 254px;
 border: 2px groove #B8860B;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 position :relative;
 }
#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('../cotn/images/Pyramids960x250.jpg') no-repeat left top;
	width: 960px;
	height: 250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

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

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


