#horibar {
	height: 300px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BDB8AD;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BDB8AD;
	margin-top: 100px;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/background.gif);
	background-repeat: repeat;
}
#hotbar {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDB8AD;
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	color: #333333;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

