body {
	margin: 0;
	padding: 0;
	text-align:left;
	color:#012A01;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-image : url(images/back.gif);
	background-repeat : repeat;
		line-height: 1.5em;
}




#backColor{
		background-color:#FFFFFF;
}

#header{
	padding-top:10px;
	background-image : url(images/headerBack.jpg);
	background-repeat : repeat-x;
}

#innerHeader{
	width:770px;
	margin-left:auto;
	margin-right:auto;

}

#mainNav{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#016600;
	padding-bottom:5px;
}

#mainNav img{
	margin-right:5px;
}

#contentWrapper{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}


.leftHalf{
	float:left;
	width:365px;
	margin-right:15px;
	text-align:justify;
}

.rightHalf{
	float:right;
	width:350px;
	padding-left:30px;
}

.homePageRight{
	padding-top: 243px;
	background-image: url(images/home-back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


.boysgirls{
	background-image: url(images/boys-girls.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.homeSection{
	border-top: 2px solid #016600;
}

.homeSectionLast{
	border-top: 2px solid #016600;
	border-bottom: 2px solid #016600;
}


.fullContent{
	width:760px;
}

#sidebar{
	float:right;
	width:180px;
	background-color:#ECEFE4;
	padding:10px;
	background-image : url(images/sidebar-back-2.gif);
	background-position : bottom;
	background-repeat : no-repeat;
	padding-bottom:90px;
}

.sidebarSection1{
	padding-top:20px;
	padding-bottom:0px;
}

#mainContent{
	float:left;
	width:500px;
	margin-right:60px;
}

.clear{
	clear:both;
}

#footer{
	height:50px;
	background-color:#95C703 ;
	margin-bottom:50px;
}


.submit, #searchsubmit, #submit{
	background-color: #95C703;
	color:#016600;
	font-weight:bold;
}



ul.tList {

margin-left:20px;
padding-left:8px;
	} 

ul.tList li {
margin-bottom:10px;
margin-left:0;
	list-style-image: url(images/list-item-2.gif);

	}
	
	.tshirtHint{
		
		text-align:center;
	}
	
	
/* html elements */

img{
	border:0;
}

.border{
	border:2px solid #006600;
	padding:2px;
}

form{
	margin:0;
	padding:0;
}


p{
	margin-top:15px;
	margin-bottom:15px;
}


hr{
	background-color: #016600;
	margin:0;
	border:0;
	padding:0;
}

/* end html elements */


/* headings */


h1, h2, h3 {
	font-weight: bold;
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	text-align:left !important;
	margin-top:20px;
	padding-top:0;
	}

h1 {
color: #02B8BE;
	font-size: 22px;
	}
	
h1 a{
color: #02B8BE;
border-bottom:1px dotted #A1D703;
	text-decoration: none;
}


h1 a:hover{
color:#BC039F;
border-bottom:1px dotted #BC039F;
}
	
	

h2 {
	font-size: 18px;
	margin-bottom:0;
	color:#FE8504;
	}
	
	
	
#sidebar h2{
	font-size: 18px;
	color: #02B8BE;
}

#links h2{
	font-size:16px !important;
	color:#FE8504 !important;
}
	
	
	
	h3{
	font-size:16px;
	color:#FE8504;
}




/*-------------*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	.center{
		text-align:center;
	}
/* End Images */




/* links */

 a:link {

}
 
 
 a:visited{

}


a:hover {
	color:#BC039F;
	text-decoration : none;
}

a:active {

}

/*-----------*/

/*
.littleShirts a:hover{
	border-bottom:3px solid #d9e2e9;
	padding-bottom:3px;
}
*/



/* -------------- main nav ----------------*/
#mainNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#mainNav ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
	}
	
		
#mainNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


 a.navLink:link, .navLinkCurrent,  a.navLink:visited, a.navLink:active {
	font-size:24px;
	padding: 0 10px 5px 10px;
	margin-left:5px;
	margin-right:5px;
	/*background-color:#A1D703;*/
	color:#FFCC00;
	text-decoration:none;
}
 


a.navLink:hover {
	color:#A1D703;
	text-decoration : none;
}



.navLinkCurrent{
		color:#A1D703;
}







/* ------ end main nav --------------*/