html, body, div, span, pre, code, a, p, img, hr, 
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { 
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  min-height: 100%;
  font-size: 0.74em; 
}

body {
  color: #EAC55B;
  background:#000 url('../img/bg.jpg') top left repeat-x;
  height: 100%;
  min-height: 100%;
  text-align:center;
  font-family: Verdana, Arial, sans-serif;
}

.hide{
	display:none;
}

#container {
	height: auto;
	width: 784px;
	margin: 0 auto;
	position: relative;
	text-align:left;
}

h1#topHeader{
	width:774px;
	height:138px;
	background:url(../img/topHeader.jpg) top left no-repeat;
	position: relative;
}

h1#topHeader span{
	display:none;
}

#bottomHeader{
	width:774px;
	height:228px;
	background:url(../img/bottomHeader.jpg) top left no-repeat;
	position: relative;
}

#headerPhoto{
	width:535px;
	height:329px;
	background:url(../img/headerPhoto.jpg) top left no-repeat;
	top:24px;
	left:223px;
	z-index:80;
	position: absolute;
}

 ul#headerMenu{
	position: relative;
	margin:0 7px;
	padding:0;
	list-style:none;
	width:198px;
	
}

 ul#headerMenu li{
	background:url(../img/menuBottomLine.gif) left bottom;
	padding:5px;
}


 ul#headerMenu li a{
	display:block;
	color:#FFF;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding-left:20px;
}


ul#headerMenu li a:hover{
	background:url(../img/btn_over.gif) left top;
}

#mainArea{
	width:774px;
	height:auto;
	background:url(../img/mainAreaBg.gif) top left repeat-y;
	position: relative;
}

#lamp{
	width:205px;
	height:300px;
	background:url(../img/saltLamp.gif) top left no-repeat;
	position:absolute;
	top:-170px;
	left:4px;
}

#textArea{
	width:530px;
	margin-left:220px;
}

#textArea p{
	line-height:120%;
	padding:10px;
}

#textArea ul{
	margin-left:30px;
	padding:10px;
}

#textArea h3{
	width:100%;
	border-bottom: 1px solid #EAC55B;
	padding:4px;
}

#footer{
	width:774px;
	height:178px;
	background:url(../img/footerBg.jpg) top left repeat-y;
	position: relative;
}

.photoItem{
	float:left;
	width:150px;
	height:150px;
	margin:10px;	
}

.photoImage{
	width:150px;
	height:150px;
}

.photoImage img{
	margin:auto;
	display:block;
	border: 2px solid #EAC55B;
}

.photoPageNav span{
	float:left;
	margin:0 10px 0 20px;
	font-weight:bold;
	color:#A0987A;
	line-height:24px;
}

.photoPageNav a{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	background:#A0987A;
	border:1px solid #FFF;
	float:left;
	margin:2px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#activePageNav{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	background:#fff;
	border:1px solid #A0987A;
	float:left;
	margin:2px;
	color:#A0987A;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
