  
/* link color spec*/
 
a:link {text-decoration: none; color: #FFFF00;}
a:visited {text-decoration: none; color:  #FFFFFF;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #FFFFFF;}
  

/* both tiles the background image*/
body {background-color:#E6E6E6; }

 #wrapper {    height: 900px;
		       width: 1200px;
			   margin: 0 auto;
			   border-top: solid 1px #FFF;
			   border-left: solid 1px #FFF;
			   border-right: solid 2px #666;
			   border-bottom: solid 2px #666;
			   padding: 0%  ;
			   background-image: url(../tch_images/horse_background.jpg) ;}

/* tch_line draws the team logo position: absolute;
                 top: 100px;
	        	 left: 520px;*/

.line { font-family: Impact;
        color: #FFFF00;
        font-size: 100px;
        font-style: italic;
        font-weight: bold; 
        margin-top:  -10px;
        margin-bottom: -10px;
        border-bottom: 2px solid #151B8D; 
        width: 400px;   
        } 
     

 .gallery_cell { float: right;
                 margin-right: 50px;
                 margin-top: 50px;
		 width: 500px;
                 text-align: center;
                 font-family: Impact;
                 font-size: 15px;
                 font-weight: regular;
                 color: #000;
                 cell-border: 2px solid  #FFF; 
                 cell-spacing: 5px; 
                 cell-padding: 5px 2px 5px 2px;
                 background-color: #D8D8D8;
                 border: 2px solid #FFF;
				}   

.gallery_header 
                {font-size: 20px;
		 text-align: center; 
                 font-family: Impact;
                 font-weight: regular;}
                 
                 .pic { width: 120px; height: 90px; border: 3px solid #151b8d; }
                    
                  
                 .gal_pic {     align-self: flex-end;
    position: absolute;
    right:16%;
    top:50%;
                            width: 720px;
                            height: 480px;
                            margin-left: -10px;
                            margin-top: 5px;
                            
                           }  
                            
                  .blink  { text-align: center;
                            font-weight: bold;
                            font-size: 25px;
                            margin-top: -25px; }
                              
                              
                               .tch_pic { width: 240px; height: 160px; 
                              
                            }
 
                       