/* anchor format */
a:link {text-decoration: none; color: #3333FF;}
a:visited {text-decoration: none; color: #3333FF;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: red;}

a.teaser:link {text-decoration: none; color: #A5DAFF;}
a.teaser:visited {text-decoration: none; color: #A5DAFF;}
a.teaser:active {text-decoration: none;}
a.teaser:hover {text-decoration: none; color: #FFA5B6;}

/* block format */

.gold {background-color: #C2B17D;}
.maroon {background-color: #942C31;}
.maroontwo {background-color: #7C4238;}
.gray {background-color: #999999;}
.white {background-color: white;}
.black {background-color: black;}

/* font format */

td {font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #993333;}
	
.head {font-size: 12px; font-weight: 900;}
.utilft {color: gray;}
.footcolor {color: #333333;}
.hptag {color: #993333; line-height: 16px;}
.teasehd {font-weight: 900;}
.tease {color: white; line-height: 16px;}
.time {color: gray;}
	
/* line spacing */
.psm {line-height: 14px;}
.plg {line-height: 16px;}

/* margins */
.hdsplg {margin: 20px 0px 0px 0px;}
.hdspsm {margin: 5px 0px 0px 0px;}
.utilnav {margin: 6px 10px 9px 0px;}
.tour {margin: 0px 8px 0px 0px;}
.maincont {margin: 10px 10px 0px 10px;}
.menucont {margin: 0px 10px 0px 10px;}
.roompic {margin: 8px 1px 5px 0px;}
.foot {margin: 5px 10px 5px 0px;}
.hptagsp {margin: 105px 0px 0px 20px;}
.wedge {margin: 17px 0px 0px 0px;}
.wedgie {margin: 12px 0px 0px 0px;}
.hpcont {margin: 10px 50px 0px 10px;}

/* divids */

#teaserville {
   position: absolute; top: 330px; left: 16px;
}