html {
	background-image: url(../images/main.png);
	background-color: #000;
	background-repeat: repeat-y;
	background-position: center;
}
body {
	text-align: center;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #000;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	margin-top:0px;
}
a {
	color: #8b3109;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#footer-left a {
	color:#EA5;
}
#container {
	position: relative;
	margin:0px auto;
	width: 595px;
	background-image: url(../images/container_background.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #AD491F;
	text-align: left;
}
html>/**/body #container {
	left: 1px;
}
#header {
	position: relative;
	height: 170px;
	font-size: 40px;
	color: #000;
}
#menu {
	position: relative;
	height: 23px;
	text-align: center;
	background-color: #8B3109;
	padding-top: 7px;
	margin: 0px 28px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px;
	margin: 0px;
}
#menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
}
#page {
	position: relative;
	padding: 28px 0px;
	margin: 0px 28px;
}
#page-pic {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 177px;
	height: 260px;
}
#content {
	position: relative;
	margin-left: 200px;
	text-align: justify;
	min-height: 300px;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 300px;
}
#content h1 {
	border-bottom: 1px solid #8B3109; 
}
#merchandisepage form table {
	background-color:#FFF;
	border:2px solid #CCC;
	margin-bottom:5px;
	color:#000;
	font-size:12px;
}
.price {
	font-weight:bold;
}
span {
	font-size:22px;
}
.leftfloat {
	float:left;
	margin:5px;	
}
.rightfloat {
	float:right;
	margin:5px;	
}
#dojos tr td {
	height:120px;
	width:120px;
	border:#FA5 solid 1px;
}
#dojos tr td a {
	padding:5px;
	font-size:13px;
	text-align:center;
	text-decoration:underline;
	color:#FA5;
}
#belts tr td {
	font-size:12px;
}
#footer {
	position: relative;
	color: #8b3109;
	padding: 5px 0px;
	margin: 0px 28px;
	border-top: 1px solid #8B3109;
}
#footer-left {
	position: relative;
	text-align: left;
}
#footer-right {
	float: right;
	text-align: right;
	margin-top: 1px;
}