
    /* HEADER */
	
	div#page {
	width: 100%;
	/*background: url(../img/top_rpt.gif) no-repeat center top;*/
	margin:  0 auto;
	padding: 0;
	text-align: center;
    }
	
	div#content {
	margin: 0 auto;
	padding: 0;
	height: 90%;
	width: 760px;
	text-align: center;
	}
	div#content img{
	float: left;
	height: 
	}
	.summer {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:366px;
	height:70px;
	background:url(../img/summer07_08.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	.guys {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:366px;
	height:112px;
	background:url(../img/guys_head.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	.thumbnail{
	float:left;
	display: block;
	text-align:left;
	width:150px;
	margin:0;
	}
	.thumbnail img{
	margin:0;
	}
	.thumbnail_tee{
	float:left;
	display: block;
	text-align:left;
	width:150px;
	margin:10px 0;
	text-transform: capitalize;
	}
	.thumbnail_tee img{
	margin:0 0 10px 0;
	border:1px #000 solid;
	}
	.t_shirt_graphics{
	text-indent:-1000em;
	width:750px;
	height:132px;
	background:url(../img/t_shirt_graphics.gif) no-repeat center bottom;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	float:left;
	}
	
