
/* Base styles for all pages inherited from BaseFrame.php */


	BODY
	 {
	 	background-color:rgb(80,80,80);
		/*background-image: url(../Images/Bg1.bmp);*/
		background-position: top;
		background-repeat: repeat;
		margin:0px 0px 0px 0px;
	 }

	DIV#content
	 {
	 	position:relative;
		margin:0px 0px 0px 0px;
		width:800px;
		height:470px;
		background-color:transparent;
		border-style:none;
	 }	 

	DIV#intro
	 {
	 	position:absolute;
		top:0px;
		left:0px;
		width:500px;
		height:200px;
		background-color:rgb(120,120,160);
		border-style:none;
	 }
	P.introtitle
	 {
	 	text-align:center;
		font-size:12pt;
	 }
	P.introtext
	 {
	 	
	 }
	 
	DIV#item
	 {
	 	position:absolute;
		bottom:0px;
		left:0px;
		width:500px;
		height:270px;
		background-color:rgb(140,120,160);
		border-style:none;
	 }
	P.itemname
	 {
	 	
	 }
	P.itemtext
	 {
	 	
	 }
	IFRAME#handphoto
	 {
	 	position:absolute;
		height:100%;
		width:100%;
		background-color:rgb(48,62,89);
	 }

	IFRAME#thumblist
	 {
	 	position:absolute;
		top:0px;
		right:0px;
		width:300px;
		height:470px;
		background-color:rgb(48,62,89);
	 }

	  	  