/* CSS Common */

body{
  background: #000000;/*#FFD234;*/
	margin: 0px;
	padding: 0px;
	font: 72%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #5a6635;
	text-decoration: none;
}

a:visited {
	color: #5a6635;
	text-decoration: none;
}

a:hover {
	color: #2b351c;
}

#Container {
  position: absolute;
  height: 603px;
	width: 770px;
	margin-left: -375px;
	/*background: url(/common/image/Container.jpg) repeat-y;*/
	z-index: 0;
}

#Intro {
	position: absolute;
	width: 730px;
	height: 603px;
	top: 0px;
	left: 50%;
	margin-left: -365px;
	background: url(/common/image/MainPhoto.jpg) no-repeat;
	}

#Content {
   display: inline;
   position: absolute;
   width: 710px;
   height: 92%;
   top: 25px;
   left: 30px;
   z-index: 0;
}

#Gallery_Password {
   padding-top: 20px;
}

#IframeMain {
   width: 710px;
   height: 100%;
   top: 25px;
   left: 30px;
}
	
#PageHeader h1 {
	position: absolute;
	font-size: 9px;
	color: #070707;
	width: 30px;
	top: 0px;
	left: 650px;
}
	
#PageHeader h2 {
	position: absolute;
	font-size: 9px;
	color: #070707;
	width: 170px;
	top: 50px;
	left: 15px;
}

#PageHeader h3 {
	position: absolute;
	font-size: 9px;
	color: #070707;
	width: 170px;
	top: 105px;
	left: 15px;
}

#PhotoDetail span {
  position: absolute;
	font-size: 9px;
	color: #C85314;
	top: 582px;
	left: 0px;
	width: 100%;
	text-align: center;
}
	
#Footer {
	position: absolute;
	top: 0px;
	left: 35px;
}

#Empty {
	font-size: 9px;
	font-weight: bold;
	color: #FFD234;   
}

#BodyEmpty {
   background: transparent;
}

#XHTMLValid {
   position: absolute;
	top: 544px;
	left: 20px;
}

#CSSValid {
   position: absolute;
	top: 544px;
	left: 110px;
}