/* Basics */

body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0px;
}


/* Structure */
#page_holder {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
#page {
	width: 950px;
	height: 600px;
	background: url(images/background.jpg) center top no-repeat;
	position: relative;
}
#katana {
	width: 34px;
	height: 161px;
	background: url(images/katana_hilt.png) no-repeat top center;
	position: absolute;
	left: 457px;
	top: 456px;
	z-index: 50;
}
#katana_button {
	width: 350px;
	height: 161px;
	position: absolute;
	left: 457px;
	top: 430px;
	z-index: 51;
}
#legal {
	width: 400px;
	height: 75px;
	position: absolute;
	left: 275px;
	top: 600px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content_holder {
	width: 785px;
	height: 415px;
	position: absolute;
	border: 1px solid #000000;
	top: 91px;
	left: 83px;
}
#content_bg {
	width: 785px;
	height: 415px;
	background: #FFFFFF;
	opacity: 0.90;
	filter: alpha(opacity=90);
	position: absolute;
	top: 0px;
	left: 0px;
}
#outside_bg {
	width: 785px;
	height: 415px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#content {
	width: 785px;
	height: 415px;
}
.whole_divider {
	width: 720px;
	height: 1px;
	background: #000000;
	overflow: hidden;
	margin: 15px 0px 10px 0px;
}
.whole_divider2 {
	width: 720px;
	height: 1px;
	background: #000000;
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}
.whole_divider3 {
	width: 720px;
	height: 1px;
	background: #000000;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}
.whole_divider4 {
	width: 720px;
	height: 1px;
	background: #000000;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}
#page_content {
	padding: 10px 25px 10px 25px;
}
#scrollable_content {
	padding: 10px 25px 10px 25px;
	overflow: auto;
	height: 337px;
}
#right_content {
	position: absolute;
	width: 300px;
	left: 250px;
	top: 200px;
}

/* Navigation Links */
#navi a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#navi a:hover {
	text-decoration: underline;
}
#navi {
	padding-top: 15px;
}

/* Secondary Page Links */

#page_content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #356c22;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
#page_content a:hover {
	text-decoration: overline;
}

/* Inside Page Links */
#inside_navi {
	font-size: 13px;
	padding: 5px 0px 10px 0px;
}
#inside_navi a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #356c22;
	text-decoration: none;
	text-decoration: none;
}
#inside_navi a:hover {
	text-decoration: underline;
}
/* Text stylings */
.header_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
}
.header_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	padding: 0px;
	margin: 0px;
}

.product_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}.leftbox {
	float: left;
	width: 160px;
}
.center_text {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.event_text {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
img.alignright {
	float: right;
	padding-left: 10px;
}
img.alignleft {
	float: left;
	padding-right: 10px;
}

div.error {
	color: red;
	font-weight: bold;
}