@charset "utf-8";
/* CSS Document */

body
{
	background: #3B3A40;
}

.box
{
	background: #3B3A40;
	//border:2px solid black;
	width: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFBF0;
}
.box200
{
	width: 150px;
	vertical-align:top;
}
.box1000
{
	text-align: left;
	width: 900px;
	height:402px;
	margin-left:auto;
	margin-right:auto;
}
.box1000white
{
	text-align: left;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

span#BuyForm
{
	width: 100%;
	text-align: right;
	display:inline;
}

img
{
	border: none;
}

img#banner
{
	float:left;
}

table#nav
{
	width: 100%;
}
