	body {

		margin: 0px auto;

		text-align: center;
		background-color:#000000;

	}

	#footer {

		position: relative;

		width: 650;

		margin: 0px auto;

		text-align: center;

		z-index: 4;

	}

	* html #footer {

		top: 10px;

	}

	#outerbox {

		position: relative;

		width: 750px;

		background-image: url('../images/bkgrd.jpg');

		background-repeat: repeat-x;

		background-color: #333333;

		margin: 15px auto;

		z-index: 0;

	}

	#content {

		position: relative;

		top: 50px;

		width: 650px;

		background-color: white;

		border-style: double;

		border-color: #8a8a8a;

		border-width: 2px;

		margin: 0px auto;

		z-index: 2;

	}

	#menu {

		position: relative;

		width: 620px;

		height: 50px;

		background-image: url('../images/menu.jpg');

		background-repeat: no-repeat;

		border-style: solid;

		border-color: #8a8a8a;

		border-width: 10px;

		margin: 5px auto;

		z: 2;

	}

	* html #menu {

		height: 61px;

	}

	#comment {

		position: relative;

		width: 600px;

		border-style: solid;

		border-color: #e3e3e3;

		border-width: 5px;

		margin: 5px auto;

	}

	img.logo {

		margin: 5px;

		border-style: solid;

		border-color: #8a8a8a;

		border-width: 10px;

	}

	img.office {

		float: left;

		margin: 15px;

	}

	pre {

		font-family: Verdana;

		font-size: 15px;

	}

	a {

		position: relative;

		text-decoration: underline;

		font-family: Verdana;

		font-size: 15px;
		
		color:black;

	}

	.menu a:link {color: black;}

	.menu a:visited {color: black;}

	.menu a:active {color: black;}

	.menu a {

		position: relative;

		top: 15px;

		text-decoration: none;

		font-family: Verdana;

		font-size: 15px;

		font-weight: bolder;

		padding-left: 10px;

		padding-right: 10px;

	}

	* html .menu a {

		top: 12px;

	}

	p {

		text-align: center;

		font-family: Verdana;

		font-size: 14px;

		color: black;

	}

	p.content {

		text-align: left;

		font-family: Verdana;

		font-size: 14px;

		color: black;

		padding: 5px;

	}

	p.form {

		text-align: right;

	}

	p.form2 {

		text-align: left;

		font-size: 12px;

	}

	p.small {

		font-size: 12px;

		color: black;

	}

	p.footer {

		font-family: Verdana;

		font-size: 10px;

		color: white;

	}

	td {

		text-align: center;

		font-family: Verdana;

		font-size: 14px;

		font-weight: bolder;

		color: #000000;

		padding: 5px;

	}

	td.norm {

		font-weight: normal;

		color: black;

	}

	td.norm2 {

		font-weight: normal;

	}

	td.price {

		text-align: left;

	}

	input.bottomrow {

		width: 100px;

	}

	input.Quant {

		width: 50px;

	}

	ol.alpha {

		list-style-type: upper-alpha;

	}

	ol.numeric {

		list-style-type: decimal;

	}

	li {

		text-align: left;

		font-family: Verdana;

		font-size: 14px;

		color: black;

		padding: 5px;

	}

	h1 {

		text-align: center;

		font-family: Verdana;

		font-size: 25px;

		color: black;

		font-weight: bolder;

	}

	h2 {

		text-align: center;

		font-family: Verdana;

		color: #8a8a8a;

		font-weight: bolder;

	}
