/* CSS */

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#fff;
	text-align:left;
}
a:link {
text-decoration:none;
color:#666;
}
a:visited {
text-decoration:none;
color:#666;
}
a:hover {
text-decoration:underline;
color:#cc0000;
}
a:active {
text-decoration:underline;
color:#cc0000;
}
ul {
	list-style:none;
	margin:30px 0 0 35px;
	padding:0;
	line-height:0;
}
#wrapper {
	text-align:left;
	margin:0;
	width:1000px;
}
#wrapper .indexImage {
	margin:0;
	padding:103px 0 0 465px;
}
/*********** tshirts **************/
#wrapper .indexImage .tshirtThumbLeft {
	width:228px;
	float:left;
}
#wrapper .indexImage .tshirtThumbRight {
	width:228px;
	margin:0 0 0 256px;
}
.footer {
	margin:10px 0 0 41px;
	color:#666;
}