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

html {
	height:100%;
	width:100%;
}
body {
	background:url("images/wood_background.jpg") repeat-y center top #000;
	height:100%;
	margin:0;
	overflow-x:hidden;
	padding:0;
	width:100%;
}
#wall_pictures {
	margin:auto;
	position:relative;
	width:900px;
}
img#licenses {
	position:absolute;
	right:-150px;
	top:210px;
}
img#cattle_drive {
	position:absolute;
	left:-245px;
	top:465px;
}
img#stars {
	position:absolute;
	left:-230px;
	top:195px;
}
#shadow {
	background-image:url("images/shadow_background.png");
	background-position:center top;
	background-repeat:repeat-y;
	position:relative;
	width:100%;
}
h2 {
	color:#990000;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:2.8em;
	font-variant:small-caps;
	font-weight:bold;
	padding:10px 0;
}
h3 {
	color:#990000;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:1.8em;
	font-variant:small-caps;
	font-weight:bold;
	padding:0 0 20px;
}
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#006;
}
#background_wall {
	background-color:transparent;
	background-image:url("images/background_wall.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:853px;
	margin-bottom:-853px;
	position:relative;
}
#container {
	height:695px;
	margin:auto;
	position:relative;
	width:900px;
}
#header {
	margin:auto auto -10px;
	width:900px;
}
/*** Left ***/

#left_column {
	float:left;
	position:relative;
	width:225px;
}
#left_column div {
	margin-bottom:-10px;
}
#gift_shop {
	height:133px;
	margin:auto;
	width:175px;
}
#gift_shop a {
	background-image:url("images/gift_shop.png");
	background-position:center bottom;
	display:block;
	height:133px;
	position:relative;
	width:175px;
}
#gift_shop a:hover {
	background-position:center top;
}
#specials {
	background-image:url("images/specials.png");
	height:101px;
	margin:auto;
	padding:65px 0 0 30px;
	width:162px;
}
#specials p {
	color:#DDDDDD;
	font-size:1.5em;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	width:133px;
}
#plain_mean {
	margin:auto;
	width:167px;
}
/*** Middle ***/

#middle_column {
	float:left;
	position:relative;
	width:450px;
}
#rotisserie {
	margin:14px auto 0;
	width:372px;
}
#come_get_it {
	margin:auto;
	width:384px;
}
/*** Right ***/

#right_column {
	float:left;
	position:relative;
	width:225px;
}
#lantern {
	margin:auto auto -10px;
	width:75px;
}
#tailgates {
	height:304px;
	margin:auto;
	width:220px;
}
#tailgates a {
	background-image:url("images/tailgates.png");
	background-position:center top;
	display:block;
	height:304px;
	position:relative;
	width:220px;
}
#tailgates a:hover {
	background-position:center bottom;
}
/*** Footer ***/

#footer {
	background:url("images/footer_wood.png") no-repeat scroll center bottom transparent;
	height:69px;
	margin-top:-15px;
}
#footer_container {
	margin:auto;
	padding-top:45px;
	width:900px;
}
#social {
	float:left;
	width:350px;
}
#copyright {
	float:left;
	padding-top:35px;
	width:475px;
}
#copyright p {
	color:#FFFFFF;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-variant:small-caps;
	letter-spacing:1px;
	line-height:20px;
	padding:0 0 10px;
	text-align:center;
	word-spacing:1px;
}
#copyright a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#copyright a:hover {
	color:#006;
}
#jukebox {
	float:right;
	width:75px;
}

