body {
		background-color: #FFFFFF;
		background-image: url(img/bg.jpg);
		background-repeat: repeat-x;
		font-family: Verdana, sans-serif;
		font-size: 8pt;
		color: #373535;
}

a:link, a:visited {color: #373535; text-decoration: underline; }
a:active, a:hover {color: #3b59a1; text-decoration: underline; }

#wrapper	{	width: 960px;
				margin: auto;
				padding-top: 5px;
}

#header {	width: 960px;
				height: 120px;
				margin: auto;
}

#top {	width: 960px;
				height: 310px;
				float: left;
				background: #000;
				text-align: center;
				margin-bottom: 10px;
				padding-top: 5px;
}

#top .shirtbanner {
				margin-right: 50px;
				}

#upleft {	width: 320px;
				height: 240px;
				text-align: justify;
				float: left;
}

#upper {		background-image: url(img/frame-up.gif);
				width: 300px;
				height: 240px;
				text-align: center;
				float: left;
				margin-left: 10px;
				margin-right: 10px;
}

#upright {	width: 320px;
				height: 240px;
				text-align: center;
				float: left;
}

#botleft {	background-image: url(img/frame-bot.png);
				background-repeat: no-repeat;
				width: 300px;
				height: 460px;
				text-align: justify;
				float: left;
				padding: 10px;
				margin-top: 10px;
}

#bott {		width: 320px;
				height: 460px;
				text-align: center;
				float: left;
				margin-top: 10px;
}

#botright {	background-image: url(img/frame-bot.png);
				background-repeat: no-repeat;
				width: 300px;
				height: 460px;
				text-align: justify;
				float: left;
				padding: 10px;
				margin-top: 10px;
}

#footer {	width: 960px;
				height: 50px;
				text-align: center;
				float: left;
				margin-top: 50px;
}

#footer img { margin-right: 20px; }