

#spt-01 {
	position:absolute;
	left:0px;
	top:5px;
	width:175px;
	height:150px;
}

#spt-02 {
	position:absolute;
	left:175px;
	top:35px;
	width:550px;
	height:115px;
}

#spt-3and5 {
	position:absolute;
	left:5px;
	top:155px;
    bottom:955px;
	width:140px;
	height:800px;
}

#spt-03 {
	position:absolute;
	left:5px;
	top:0px;
	width:140px;
	height:300px;
}

#spt-04 {
	position:absolute;
	left:175px;
	top:155px;
	width:550px;
    margin:0px 200px 0px  0px ;
}

#spt-04 p {
    display: block;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 500;
    color: #000000;
    text-indent: 25px;
    text-align: left;
    }
    
#spt-04 p.bold {
    display: block;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 800;
    color: #000000;
    text-indent: 25px;
    text-align: left;
    }
	
#spt-04 p.center {
    display: block;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 500;
    color: #000000;
    text-indent: 25px;
    text-align: center;
    }	
	
#spt-04 p.centernoindent {
    display: block;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 500;
    color: #000000;
    text-indent: 0px;
    text-align: center;
    }		

#spt-04 .right {
    display: block;
	float:right;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 500;
    color: #000000;
    text-indent: 25px;
    text-align: right;
    }
	
#spt-04 p.centerbold {
    display: block;
    margin: 10px;
    font-family: "Times New Roman", "MS Serif";
    font-size: 12pt;
    font-weight: 800;
    color: #000000;
    text-indent: 0px;
    text-align: center;
    }	

#spt-04 img.left {
    display:block;
    float:left;

    border:1px;
    border-color: rgb(0,0,0);
    padding:0px;
    margin-left:10px;
    margin-right:30px;
    margin-bottom:10px;
    margin-top:10px;
    }
    
#spt-04 img.right {
    display:block;
    float:right;
    clear:left;
    border:1px;
    border-color: rgb(0,0,0);
    padding:0px;
    margin:10px;
   }

#spt-04 img.center {
    display:block;
    margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:5px;
    border:1px;
    border-color: rgb(0,0,0);
    } 

#spt-04 hr {
    display:block;
    clear:both;
    width:100%;
    border-top: 2px solid #000000;
    height:2px;
    margin:5px;
    }  
	
#spt-04 table.tshirts {
	border:5px ridge #C0C0C0;
	width:100%;
	border-collapse:collapse;
}

#spt-04 table.tshirts tr {
	
}

#spt-04 table.tshirts td {
	border-bottom:1px solid #000000;
	padding:5px;

}

#spt-04 table.tshirts td.info {
	border-bottom:1px solid transparent;
	padding:5px;

}

#spt-04 table.tshirts td.info {
	border-bottom:1px solid transparent;
	padding:5px;
}

#spt-05 {
    position:relative;
    left:-10px;
    width:175px;
    bottom:0px;
}

body {
     font-family: "Times New Roman","MS Serif", serif;
     font-size: 12pt;
     font-weight: 500;
     color: #000000;
     background:url(../images/new/bg2.jpg);
     background-color: transparent;
}

a.menu:link {font-size: 12pt; color: rgb(255,255,255); background-color: transparent; text-decoration: none; font-weight: 800;}
a.menu:active {font-size: 12pt; color: rgb(255,0,0); background-color: transparent; text-decoration: none;}
a.menu:visited {font-size: 12pt; color: rgb(255,255,255);background-color: transparent; text-decoration: none; font-weight: 800; }
a.menu:hover {font-size: 12pt; color: rgb(255,0,0);  background-color: transparent;text-decoration: underline;}

table#css 
    {
        border: 0px;
        width: 100%;
    }

table#css td 
   {
       padding: 1.5em .5em;
       border-bottom: solid #000000 2px;
   }
   
   .clicks
   {
   text-align: center;
   }