* {
	margin: 0;
	padding: 0;
}

body {
	font-size:13px;
	font-family: Georgia, serif;
	overflow: hidden;
	background-color:#330000
}
img{border:none}

#weather-info {
	background: url(images/transpBlack.png);
	padding: 20px 0 20px 0;
	
	top: 200px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

.header {width:100%; height:150px; background:url(images/west-desert-juniper.png) 30px 25px no-repeat; z-index: 6000;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	}
.header h1{color:#bfb89c; font-size:11px; padding:75px 0 0 18px}

.container{width:100%; position: relative; z-index: 7000}
.page{
	margin:0 auto; 
	width:875px; 
	background-color:#000;
	-moz-border-radius: 8px;
	padding:20px
}

.page .columnlft{width:605px; float:left}
.page .columnrt{width:260px; float:left}
.clear{clear:both}
.page p{color:#fff; line-height:20px; margin-bottom:10px}

.furniture-gallery{float:right; width:235px; height:200px; background:url(images/custom-furniture-gallery.jpg) no-repeat}
.furniture-gallery a{font-size:20px; color:#ccc; text-decoration:none; display:block; padding:135px 0 0 125px}
.furniture-gallery a:hover{font-size:20px; color:#ccc; text-decoration:underline}

.furniture-home a{font-size:20px; color:#ccc; text-decoration:none; display:block; padding:10px 8px; text-align:right}
.furniture-home a:hover{font-size:20px; color:#ccc; text-decoration:underline}
#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}
#gallery li{float:left; width:75; display:inline; padding:1px 1px 0 0; margin:0}
ul {list-style: none;}
