body {
	margin: 0px;
	background-color: #E0E1F3;
	font-family: courier new, courier, monospace;
	font-size: 90%;
	background-image: url("images/background.png");
	background-repeat: repeat-y;
}

#container {
	background-image: url("images/banner.png");
	background-repeat: no-repeat;
}

h1 {
	margin: 0px;
	text-indent: -5000px;
}

h2 {
	background-image: url("images/h2.bmp");
	background-repeat: repeat-x;
}

#navigation {
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
	margin-left: 230px;
	margin-top: 130px;
	text-transform: uppercase;
}

#navigation ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: -1px;
}

#navigation li {
	display: inline;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: -5px;
	font-weight: bold;
	font-family: sans-serif
}

#navigation  li a {
	color: #660000;
	text-decoration: none;
}

#navigation li:hover {
	background-color: #e0e1f3;
}

#content {
	background-color: #ffffff;
	margin: 0px;
	margin-top: 20px;
	margin-left: 230px;
	padding: 30px;
	padding-top: 20px;
}

#other {
	float: left;
	color: #ffffff;
	margin-top: 30px;
	margin-left: -2px;
	width: 226px;
	height: 249px;
	background-image: url("images/back.png");
}

strong a {
	color: #000000;
	text-decoration: none;
}

.secret {
	color: #ffffff;
}

.secret a {
	text-decoration: none;
	color: #ffffff;
}

.secret img {
	border: 0px;
}

.soldout {
	color: #ff0000;
}

#shoutbox {
	float: left;
	color: #ffffff;
	width: 210px;
	
}
