/* 
StyleSheet for Glascott's Saloon
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #993300;
}
.container { 
	margin: 0 auto;
	width: 1022px;
	height: 862px;
	background: url('img/sidebar.jpg') repeat;
	border: solid 1px black;
}

.header {
	color: #333;
	width: 1016px;
	float: left;
	border: 0;
	height: 137px;
	margin: 0;
	background: url('img/top3.jpg') no-repeat;
}

.left-bar { 
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	height: 725px;
	width: 145px;
	float: left;
	overflow: auto;
}

.button-panel {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: -20px;
}

.button {
	margin: 0 auto;
	margin-top: -32px;
	width: 119px;
	height: 65px;
	background: url('img/button.jpg') no-repeat;
	text-align: center;
	padding-top: 20px;
}

a.navlink {
	text-decoration: none;
	color: orange;
	font-variant: small-caps;
	font-size: large;
}

a.current_navlink {
	text-decoration: none;
	font-variant: small-caps;
	font-size: large;
	color: white;
}

.tin-sign {
	background: url('img/tin_sign.jpg') no-repeat;
	width: 115px;
	height: 75px;
	margin: 0 auto;
}

.tin-sign div {
	padding: 3px;
	text-align: center;
}

.flag {
	background: url('img/flag.png') no-repeat;
	width: 118px;
	height: 165px;
	margin: 0 auto;
	margin-top: 5px;
}

.flag div {
	padding: 3px;
	padding-top: 55px;
	text-align: center;
}

.content { 
	float: left;
	color: #333;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background: url('img/background.jpg') repeat;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	height: 705px;
	width: 723px;
	display: inline;
	overflow: auto;
}

.right-bar { 
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	height: 725px;
	width: 145px;
	float: left;
}

.specials-menu {
	margin: 0 auto;
	width: 129px;
	height: 100%;
	border-left: solid 1px #273946;
	border-right: solid 1px #273946;
	background: #273946;
}
