
a{
	text-decoration:none;     /*   This guy keeps away strange underscores after Image links .. my Arrow buttons  */
	}        



p {   /*     Fixes annoying SPACE around paragraphs   */
    margin: 0;
    padding: 0;
}

body {
   background-color: #000000;        /*     Keeps all pages Black to the core   */
}


.top{
	top:                30px;
	left:               290px;
	height:             30px;
	width:              1180px;
	color:              orange;           /*   text color */
	font-family:        Georgia, serif;
	font-size:          25px;
    font-weight:        bold;
    text-align:         center;
	line-height:        40px;        /* height above and below letters   */
	position:           absolute;
	/* background-color:      gray;   */
	user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;
	
}  

   
.LeftMenu{
	left:                 15px;          
	top:                  210px;
	width:                260px;
	position:             absolute;
	
	font-size:            22px;
	line-height:          40px;        /* height above and below letters   */
    text-align:           center;
	color:                #3377dd;              /*#3399bb;                  /* blue  */
	/*font-family:          "Times New Roman", Times, serif; */
	
	font-family:          arial;
	letter-spacing:       .2px;            /* 0 is default*/
	font-weight:          regular;
	
     
    user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;
} 

.GrayText{
	
	color:  #777777;
}




.UniqueLink{   /* just needs left and top */
	
	width:                260px;
	position:             absolute;
	
	font-size:            22px;
	line-height:          30px;        /* height above and below letters   */
    text-align:           center;
	color:                #3377dd;              /*#3399bb;                  /* blue  */
	/*font-family:          "Times New Roman", Times, serif; */
	
	font-family:          arial;
	letter-spacing:       .2px;            /* 0 is default*/
	font-weight:          regular;
	
     
    user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;

}


.PaintingCaptions{   /* each individual just needs left  */

	top:      870px;
	width:    718px; 
	position: absolute;
	
	
	font-size:           22px;
	line-height:         26px;
    text-align:           center;
	color: #33AA44;        /* green */
	
	font-family:         /*"Times New Roman", */Times, serif;
	
	
	letter-spacing:       .2px;            /* 0 is default*/
	font-weight:          regular;
	
     
    user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;

	
	/*background-color:  gray;*/
}








.stage {   /* for Home, Bio, 3d, Book, Anatomy, Resources        stage is just a top left corner for content  */
	left:                290px;           /*   left most part   */
	top:                 100px;
	width:               1180px;         
	position:            absolute;
    text-align:          center;
	font-size:           22px;
    color:               green;           /*   text color */
	
	/*background-color: yellow;*/
    
  	/*   I live without a height   lets see   */
	
}
 
 



  
.widestage{   /* for Drawings, Paintings,    right now they dont have a stage */
	 
	 
	 
 }
 
 
 /*============================== All Texts ==================================================*/
 
#TabHere{         /* use this div to position my table */
	left:                300px;           
	top:                 890px;
	width:               500px;         
	height:              80px;
	position:            absolute;
    text-align:          center;
	font-size:           22px;

}

#ContactTab {
     text-align: left;
  }
  
 .td-one{
	 
	 width:                 300px;
	 color:                 green; 
	 text-align:            right;
	 
	 user-select: 		    none;      /*  universal future some day  */
	-webkit-user-select:    none;      /*   Chrome / safari   */ 
	-ms-user-select:        none;      /*  IE 10+  */
	-moz-user-select:       none;      /* Firefox all */
 }
 
  .td-two{
	 text-indent: 20px;
	 width: 100px;
	 color:            orange; 
 }
 
.CaptionText{         /* for Drawings, Paintings,    descriptions  */
	
	font-size:        18px;
    color:            green;           /*   text color */
	font-family:      Georgia, serif;
	font-weight:      bold;
	line-height:      22px;
	user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;
}
 
.SelectMeText{
	font-size:        18px;
    color:            orange;           /*   text color */
	font-family:      Georgia, serif;
	
	line-height:      22px;
	user-select: 		    all;
	-webkit-user-select:    all;      /*   text unselectable   */ 
	-ms-user-select:        all;
	
	
}
 