/* 
	This is the "/styles/My-PCs_Silver_Format.css" file: for MOST MainMenu Root files";
	 This style-sheet applies to the file that calls for a separate CONTENT FILE. 
	It provides the "frame for the picture" so to speak.   
 */

/*  The "Body" section sets the default settings for everything governed by this style sheet,
but can be over-ridden either in specific sections below, or in the files which are governed
by this style sheet. */

 /*
	Gold-PC_Format.css :  background-color: Gold      =	background-color: #FFE97A;  	-------   
		Needed ONLY in the SideMenu, because the Main Page color is  governed by its own file. 
	Silver-PC_Format.css  background-color:Silver      =	background-color: #D3D3D3; 	-------   
*/  

Body  	  /* The attributes in this section are the defaults for everything that follows
	: order to locate the sidemenu properly, I had to remove the Align=center from that menu file   */
{	 background-color: #D3D3D3;	  /* displayed very briefly, pending the sidemenu and main page startups.  */ 

}
#SideMenu 	 /* The attributes in this section only affect this particular frame    */
{
				
	position: fixed;  		/*  keeps this frame in place, while other frame can scroll   */
	left:1%; right:1%; 
	text-align:center;
	scroll-behavior: auto;
	width:22%;
	height: 95%;       		/*  fills the whole left-hand window  */
}
 #Main   /* The attributes in this section only affect this particular frame:      */
{
		   /* The attributes in this section only affect this particular frame:    */
	background-color: #D3D3D3; 
	position: absolute;
	top: 2;    			/*  	starts at top of window  */
	left:24%;	      			/*  	starts where Sidemenu ENDS  */    	
	height: 99%;   		 	/*	fills the whole window  */
	width: 75%;
 	padding-left: 0%; padding-right:0%; 	/*   excludes designated areas from the settings of THIS frame */
}

  /*  "border: 0; color:maroon;" designates both the width & color of the border on all sides at once   */