

/*

	PRINCE ARTHUR STYLESHEET
	Dave Hart, July 2007

*/


body, div, input, select, table
		{ font-family:Calibri, Arial; font-size:x-small; color:white; }

h1		{ font-size:medium; margin:12px 2px; }
h2		{ font-size:medium; margin: 6px 2px; color:khaki; }
p, li		{ line-height:150%; margin:2px 2px 12px 2px; }
a		{ color: khaki; text-decoration:underline; }
a:hover		{ color:khaki; text-decoration:underline; }

body		{ background:#333 url('../images/back.gif') repeat center center; margin:0px; padding:0px; text-align:center; }

#PAGEHOLDER	{ width:800px; height:550px; background:#000 url('../images/paPageBack.gif') center center; clear:both; text-align:left;	}

#SITENAV		{ width:175px; margin:130px 10px 20px 10px; float:left; }

#PAGE		{ width:580px; margin:10px 5px; float:left; }

#PAGEHEADER 	{  width:580px; height:80px; margin-bottom:5px; }
#PAGECONTENT	{ width:580px; height:380px; margin-bottom:5px; }
#PAGEFOOTER	{ width:580px; height:30px; margin-top:20px; margin-bottom:5px; text-align:center; font-size:xx-small; color:#666;  }


#TEXTCONTENT	{ width:270px; height:370px; margin: 5px 10px; float:left; padding:5px 15px 5px 5px; overflow:auto; 

				scrollbar-3dlight-color:	#000; 
				scrollbar-arrow-color:	#fc9; 
				scrollbar-base-color:		#000; 
				scrollbar-darkshadow-color:	#000; 
				scrollbar-face-color:		#333; 
				scrollbar-highlight-color:	#333; 
				scrollbar-shadow-color:	#000;
				scrollbar-track-color:	#000;

}
#IMAGECONTENT	{ width:250px; height:370px; margin: 5px 5px; padding:5px;  float:right; overflow:clip; }

div.MenuItemHolder 	{ width:145px; margin:10px 10px 10px 20px; }
div.MenuItemHolder a	{ text-decoration:none; font-weight:normal; color: khaki;  }

