/*
CSS for Local Online hotel landing pages

See the following:

www.fabuloussavings.com/us/ny/
www.fabuloussavings.com/us/il/
*/

html, body {
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   font: 12px Verdana;
   background: #fff;
}

#container {
   /*
   required for proper display in Firefox, Opera, Safari when nesting other 
   divs inside such as column divs
   */
   overflow: auto;
   outline: 0;
   margin: 0 auto;
   padding: 0;
   width: 766px;
   background: #fff;
   border : 1px solid #df6505;
}

#header {
   width: 766px;
   height: 476px;
   background: #fff;
   padding: 5px 0 0 0;
}

#content {
   margin-top: -35px;
   padding: 0 25px 0 25px;
   background: #fff;
   height: 100%;
}

#column1 {
   font-size: 11px;
   float: left;
   width: 50%;
   background: #fff;
}

#column2 {
   font-size: 11px;
   float: left;
   width: 50%;
   background: #fff;
}

ul.merchant_list {
   line-height: 20px;
   /*
   This top margin is to keep the spacing on top for Mozilla/IE consistent.
   Otherwise, Moz browsers add about 10px margin above and IE none.
   */
   margin-top: 10px;
}

#footer {
   clear: both;
   margin-bottom: 25px;
}

h1 {
   font-family: "Trebuchet MS", Arial, Verdana;
   font-size: 22px;
   margin-bottom: 10px;
   color: #6e1407;
}

a img {
   border: 0;
}

a:link, a:visited, a:active {
   color: #0079e0;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
