body {
	font-family: arial, geneva, helvetica, sans-serif ;
	font-size: 12px;
	color: #330033;
	margin: 0px;
	background-color: #fceefc;
	background-image: url(images/backgroundcss.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed; 	}


h1 { 
	color: #330033; 
	font-family: arial, geneva, helvetica, sans-serif ; 
	font-size: 28px; 
	text-align: center;
	}

h2 { 
	color: #003366; 
	font-family: arial, geneva, helvetica, sans-serif ; 
	font-size: 1.2em; 
	text-align: center;
	}
	
h3 { 
	color: #663366; 
	font-family: arial, geneva, helvetica, sans-serif ; 
	font-size: 1.0em; 
	text-align: center;
}
	
	
a:link {
	color: #663366;
	}
	
a:visited {
	color: #000000;
	}
	
a:hover {
	color: #000099;
	}
	
a:active {
	color: #000099;
	}
	

td.white {
	font-size: .8em; 
	}
	
#menu {
	width: 170px;
	position: fixed;
	top: 50px;
	}
	
#content {
	max-width: 930px;
	margin: 10px 20px 0px 190px;
	}

.button {
	padding: 0px;
	display: block;
	}
	
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
.latest {
	float: left;
	padding: 0px 15px 10px 0px;
	text-align: center;
	width: 300px;
	}	
	
.latest h2 {
	margin: 0px;
	padding: 0px;
	}
	
.leftimg {
	float: left;
	padding: 0px 15px 10px 0px;
	text-align: center;
	}	
	
.rightimg {
	float: right;
	padding: 0px 0px 10px 15px;
	text-align: center;
	}
	
.address {
	clear: both;
	font-size: 13px;
	text-align: center;
	}
	
.bottommenu {
	border: 1px solid #330033;
	padding: 10px;
	font-size: 12px;
	background-color: #ffffcc;
	text-align: center;
	}
	
.copyright {
	font-size: 10px;
	text-align:center;
	}
	
.tshirt {
	margin: 10px;
	float: left;
	width: 160px;
	height: 330px;
	font-size: 10px;
	}
	
.tshirt h2 {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	}
	
.thumb {
	border: 0px;
	}