body {
	font-family: "Courier New";
	background-color:#BBA453;
	margin:0px;
}
img {
	border:0px;
}
h2 {
	font-size: 22px;
}
#inafj_header, #inafj_content_wrapper, #inafj_footer {
	width:960px;
}
#inafj_header {
	height:154px;
	width:870px;
	background-image:url('/images/header.jpg');
	background-repeat:no-repeat;
	text-align:right;
	padding: 26px 45px 0px 45px;
}
#inafj_content_wrapper {
	background-image:url('/images/content_wrapper_back.jpg');
	background-repeat:repeat-y;
}
#inafj_content_background {
	width: 870px;
	margin: 0px;
	background-image: url('/images/background_right.jpg');
	background-position:870px 0px;
}
#inafj_content {
	margin: 0px;
	background-image: url('/images/background_left.jpg');
	background-position:0px 260px;
	background-repeat:repeat-y;
	position: relative;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#inafj_content a {
	color: black;
	text-decoration:underline;
}
#inafj_footer {
	height:70px;
	background-image:url('/images/footer.jpg');
	background-repeat:no-repeat;
	clear:both;
	padding-top:6px;
	font-size:11px;
	color:#EEEEEE;
}
#inafj_footer a {
	text-decoration: none;
	color:#333333;
}
#inafj_footer a:hover {
	text-decoration: underline;
	color:#333333;
}
#menubar {
	width: 870px;
	background-color: #ECECEC;
	font-size: 18px;
	clear:both;
}
#menubar td {
	text-align: center;
}
#menubar a {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px #ECECEC solid;
}
#menubar a:hover {
	color: #B70505;
	border-bottom: 1px #B70505 solid;
}
.menuitem {
	padding: 3px 20px 3px 20px;
}
#tmafb_menubar {
	width: 870px;
	height: 30px;
	background-color:#B70505;
	background-image: url('../images/tmafb_menu_back.png');
	background-repeat: repeat-x;
	font-size: 16px;
	clear:both;
}
#tmafb_menubar td {
	text-align: center;
}
#tmafb_menubar a {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: 1px #B70505 solid;
}
#tmafb_menubar a:hover {
	border-bottom: 1px #FFFFFF solid;
}
#shirt_menu {
	width: 300px;
}
#shirt_menu td {
	width: 150px;
	height: 140px;
	background-image:url('../images/white_tee_thumb.png');
	background-repeat: no-repeat;
	text-align: center;
}
#shirt_frontback {
	background-image: url('../images/white_tee_detail.png');
	background-repeat: no-repeat;
	width: 526px;
	height: 269px;
}
#shirt_frontback.black_detail {
	background-image: url('../images/black_tee_detail.png');
}
#shirt_menu td.black_shirt {
	background-image:url('../images/black_tee_thumb.png');
}
.cart {
	width: 830px;
	margin: 20px 20px 0px 20px;
	border: 1px black solid;
	background-color: #BFBE7D;
}
.cart th {
	background-color: black;
	color: white;
	font-weight: bold;
	text-align:left;
	padding: 3px;

}
.cart td {
	text-align: left;
	padding: 3px;
	background-color: white;
	border: 1px black solid;
}
.cart td.center, .cart th.center {
	text-align:center;
}
.cart td.right, .cart th.right {
	text-align: right;
}
