/* CSS Document */


html, body {
  background-image:url(../images/pageimg/bkgd1.jpg);
  margin:0 auto;
  padding:0;
  height:100%;
  width: 100%;
}


#header {
  width:95%;
  height:150px;
  margin:0 auto;
  overflow:hidden;
  background-image:url(../images/pageimg/header2.jpg);
  background-position:right;
  background-repeat:no-repeat;
}

#gallery {
	width: 90%;
	margin:0 auto;
	background-color:#202020;
	padding: 10px;
	border-left:thin solid #303030;
	border-right:thin solid #303030;
}

#gallery2 {
	min-height:100%;
	hight:100%;
	width: 90%;
	margin:0 auto;
	background-color:#202020;
	padding: 10px;
	border-left:thin solid #303030;
	border-right:thin solid #303030;
}

#contact Form {
	border:thick solid #333333;
	
} 


a img {
	border:2px solid #666666;
	padding:5px;
	margin:10px;
}


h1 {
	font:"Bookman Old Style";
	font-style:italic;
	color:#C7F5FF;
	font-size:small;
}

h2 {
	font:"Palatino Linotype";
	font-style:italic;
	color:#C7F5FF;
	font-size:large;
}

h3 {
  font:"Palatino Linotype";
  font-style:italic;
  color:#9ED5A8;
  font-size:xx-large;
}

#menu {
	margin: 0 auto;
	display:block;
	height:50px;
}

#menu ul{
  	display:table;
	height:20px;
	background:transparent url(../images/pageimg/bg.jpg) repeat-x top left;
}

#menu li {
	display:table-cell;
}
	
#menu li a {
	text-align:right;
	display:block;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:0px 25px 0 25px;
	height:18px;
	margin: 0 auto;
}
	
#menu li a:hover {	
	color:#FFFFFF;
	background:transparent url(../images/pageimg/over.jpg) no-repeat top right;	
}