img {
	border: 0px;
	z-index: 100;
}

body {
    font-family: Verdana;
	font-size: 10px;
	color: white;
	background: #f0f0f0;
	background-image: url(img/bg-logo.png);
	background-repeat: repeat;
	background-position: -470px -170px;
}

#tri {
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

#w_tri {
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

#outer {
	position: absolute;
	top: 10px; left: 10px;
	width: 800px; height: 510px;
	text-align: left;
}

#mast {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 9px;
	color: #b1c064;
}

#mast a {
    color: #889839;
    text-decoration: none;
}

#mast p {
    margin: 4px auto;
}

#bartop {
    position: absolute;
    top: 120px; left: 10px;
    height: 80px;
    z-index: -5; /*changed from 1 for IE OT problem*/
}

#menuback {
    background-image: url(img/greenback.png);
    position: absolute;
    top: 26px; left: 200px;
    width: 430px; height: 39px;
}

#menu {
    z-index: 2;
    position: absolute;
    top: 28px; left: 200px;
    width: 430px; height: 39px;
}

#m_about {
    position: absolute;
    z-index: 2;
    top: 64px; left: 240px;
    visibility: hidden;
}

#m_menu {
    position: absolute;
    top: 64px; left: 270px;
    z-index: 2;
    visibility: hidden;
}

#bar {
    position: absolute;
    top: 210px; left: 0px;
    width: 800px; height: 25px;
    background-image: url(img/barback.png);
    z-index: -10; /*changed from 0 for OT IE problem*/
}

#news {
    position: absolute;
    top: 26px; left: 650px;
    width: 130px; height: 105px;
    background: #b1c064;
    border: solid 2px #889839;
    padding: 8px;
    color: #ffffff;
    list-style-position: outside;
}

#reservations {
	
    position: absolute;
	top: 52px; left: 0px;
    width: 270px; height: 0px;
    /*background: #889839;*/
    border: solid 0px /*#b1c064;*/
    /*background: #b1c064;*/
	padding: 0px;
    color: #9A0000;
    font-size: 12px;
/*    list-style-position: outside;*/
}


* html #news {
    width: 150px; height: 120px;
}

#news a {
//    font-weight: bold;
    text-decoration: none;
    color: #889839;
}

#news ul {
  margin: 5px auto;
}

#download {
    position: absolute;
    top: 156px; left: 650px;
    width: 150px; height: 25px;
    background: #b1c064;
//    text-align: center;
}

#buyatab {
    position: absolute;
    top: 181px; left: 650px;
    width: 150px; height: 24px;
    background: #889839;
//    text-align: center;
}

* html #buyatab {
	top: 192px;
}

#content {
	position: absolute;
	top: 235px; left: 0px;
	width: 800px; height: 285px;
	background-image: url(img/woody3.jpg);
}

#tagline {
	position: relative;
	top: 535px; right: 10px; 
	/* changed from position: absolute; top: 0px; right: 0px; */
	width: 810px;
	color: #000000;
	text-align: right;
}

#socmed {
	position: absolute;
	top: 535px; left: 10px;
	width: 810px;
	color: #000000;
	text-align: left;
}