/* Layout Stylesheet */ 
body
{
 margin: 0;
 padding:0; 
 background-image:url('http://www.ironhorsesoftball.com/images/background.jpg');
 background-repeat:repeat-y;
 scrollbar-face-color:#BA9E4F;
 scrollbar-arrow-color:#100847;
 scrollbar-base-color:#ffffff;
 scrollbar-shadow-color:#006600;
 scrollbar-track-color:#ffffff;
 scrollbar-highlight-color:#100847;
 scrollbar-3dlight-color:#100847;
 scrollbar-darkshadow-color:#100847;
}	 
#lh-col
{
 position:absolute;
 top:224px;
 left:0;
 width:190px;
 z-index:3;
 background-color:#100847;
}
#rh-col
{
 position:absolute;
 top:224px;
 right:10;
 width:140px;
 z-index:2;
 }

#c-block
{
 width:100%;
 z-index:1;
 height:80%;
 margin-top:20px;
}
#hdr
{
 height:220px; 
 width:100%; 
 margin-left:0;
}
#c-col
{
 margin:20PX 192px 0 192px;
 position:relative;
 z-index:5;
 padding:10;
}
#ftr
{
 width:100%;
 height:60px;
 margin:0;
}