﻿#inventory a {
	background-image:url('siteart/button_invent1.gif');
	display:block;
	padding:11px 0px 11px;
	font-size:12px;
	text-decoration:none;
	width:195px;
	color:white;
	text-align:center;
	font-weight:bold;
}

#inventory a:hover {
	color:yellow;
	background-image:url('siteart/button_invent2.gif');
}

#logo{
		border:0;
		position:absolute;
		z-index:100;
		width:250px;
		height:72px;
		top:5px;
		left:10px;
		float:left;
}

.textbox{
	background:white;
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 10px 10px 10px;
	font-size:15px;
	text-decoration:none;	
	text-align:center;

	

}