BODY{
  text-align : center;
  background-color : #4682B4;
  color : #23415A;
  width : 100%;
  background-attachment : fixed;
  font-family: Arial, Helvetica, sans-serif;  
}

.index {
	top: 0;
	left: 0;
	width: 95px;
        background-color : #4682B4;
        float:left;
}

.rightfill {
	top: 0;
	width: 54px;
        background-color : #4682B4;
        float:left;
}

div.wrapper {
width: 890px; 
margin-left:100px;
margin-right:100px;
position: relative;
margin: 0 auto; 
}
   
.meat {
float:left;
width:720px;
border: 6px solid white;
background-color: white;    
font-family: Arial, Helvetica, sans-serif;       
font-style: normal;
    
font-variant: normal;
    
font-weight: normal;
    
letter-spacing: 0;
    
line-height: 16px;
       
opacity: 1.00;
    
padding-bottom: 0px;
    
padding-top: 0px;
    
text-align: left;
    
text-decoration: none;
    
text-indent: 0px;
    
text-transform: none;
}



#header {
  font-family :Kresson Black;
  text-align : center;
  color : black;
  font-weight:bold;
}

#intro {
  font-size:smaller;
}

#smalltext {
  font-size:xx-small;
  padding:4px;
}

H1{
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-size:"5";
}
H2{
  font-size:larger;
  font-weight:bold;
  padding: 0px;
  color : black;
}

H3{
  font-size:"2";
  padding: 0px;
}

P{
  
}
A{
  
  text-decoration: underline;
}
A:VISITED{
  
  text-decoration: underline;
}
A:HOVER{
  
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  
  text-decoration: underline;
}
A.foo{
  color: white; 
  text-decoration: none;
}
A.foo:VISITED{
  color: white;
  text-decoration: none;
}
A.foo:HOVER{
  color: white; 
  text-decoration: none;
  font-style : italic;
}
A.foo:ACTIVE{
  color: white; 
  text-decoration: none;
}
UL{
  list-style-position: outside;
  list-style-type: none;
}
TABLE{
  margin-top:132px;
  width: 90px; 
  height: 221px;
  padding-right:6px;
  border-spacing: 3px 6px;
  table-layout:fixed;

}
TH{
  color: #FFFFDD;
  background-color : red;
}
TR{
  min-height : 30px;
}
 
TD{
  color : white;
  background-color : #CC6633;
  width : 78px;
  border-bottom: 15px solid #4682B4;
  padding: 6px 0px 6px 3px; 
  font-weight:bold;
  font-size:smaller;
}

TABLE.stock{
  margin-top:1px;
  width: 712px; 
  height: 20px;
  padding-right:1px;
  border-spacing: 8px 0px;
  table-layout:fixed;

}

TD.foo{
  color : white;
  background-color : #99ccFF;
  width : 20%;
  padding : 1px;
  font-weight:bold;
  font-size:smaller;
   border-spacing:0px; 
   height:30px;
  text-decoration: underline;
 border-bottom: 0px;
}
TD.top{
  color : white;
  background-color : #4682B4;
  width : 20%;
  padding : 3px;
  font-weight:bold;
  font-size:smaller;
  border-spacing:0px; 
  height:30px;
  border-bottom: 0px;
}

HR{
  color : #4682B4;
  height: 6px;
  background-color: #4682B4;
  width:800px;
  border:0px;
  }
