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


	BODY
	 {
	 	background-image:url(../Images/Backgrounds/gray_cord.bmp);
		background-position:top;
		background-repeat:repeat;
	 }

	DIV#content
	 {
	 	width:500px;
		height:430px;
	 	background-color:rgb(28,34,46);
	 }	 

	DIV#intro
	 {
		background-color:transparent;
		z-index:4;
	 }
	P.introtitle
	 {
	 	text-align:center;
		font-family: Bookman Old Style,serif;
		font-size:10pt;
		color:rgb(255,255,255);
	 }
	P.introtext
	 {
		font-family: Bookman Old Style,serif;
		font-size:8pt;
		color:rgb(255,255,255);
		color:rgb(230,230,230);
		margin-left:40px;
		width:425px;
	 }
	 
	DIV#item
	 {
		background-color:transparent;
	 }
	P.itemname
	 {
	 	
	 }
	P.itemtext
	 {
	 	
	 }
	IFRAME#handphoto
	 {
		background-color:rgb(28,34,46);
	 }
	 
	IFRAME#thumblist
	 {
		top:0px;
		left:500px;
		width:299px;
		height:620px;
		background-color:rgb(28,34,46);
		border-style:solid;
		border-width:0px 0px 0px 1px;
		border-color:rgb(56,61,71);
		border-color:rgb(20,20,40);
	 }

	A.outlink
	 {
	 	color:rgb(210,210,210);
	  	  