/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    width: 820px;
    height: 100%;
    /* reset font-sizes to 1em == 10px */   
    font-size: 62.5%;
    text-align:center;
    margin:0 auto;
    }
* {
    font-size: 1em;
    /* reset font-sizes to 1em == 10px */
    padding: 0;
    margin: 0;
    font-family:Helvetica,Verdana,sans-serif;
    list-style:none;
}
a img{
    border:0;
    }
.clear{
    clear:both;
    }
img.left {
    float:left;
    margin-right:10px;
}
img.right {
    float:right;
    margin-left:10px;
}
#header {
    background: #000000;
    height:35px;
    width:820px;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: right;
    float:left;
    }
    #headerLogo a {
	background:#000000 url(../images/ff_logo.jpg) no-repeat 0 0;
	display:block;
	float:left;
	height:30px;
	width:335px;
	}
    #headerNav {
    height:25px;
    line-height:22px;
    float:right;
    margin-top:6px;
    }
    #headerNav a {
        padding:0 10px;
        text-transform:uppercase;
        font-size:10px;
        color:#999;
        font-family:sans-serif 
    }
	#headerNav a:hover {
	    color:#fff;
	}
    
#container1{
    float:left;
    width: 820px;
    position:relative;
    right:585px;
    } 

#container2 {
    border:1px solid #999;
    float:left;
    margin-top:5px;
    overflow:hidden;
    width:818px;
    position:relative;
    }

#column1 {
    float:left;
    width:235px;
    position:relative;
    left: 585px;
    text-align: left;
    }
#reservations {
bottom:65px;
float:left;
line-height:15px;
position:relative;
text-align:left;
text-decoration:none;
}
    #reservations p {
	color:#990000;
	letter-spacing:1px;
	padding-left:45px;
	}
#column2 {
    border:3px solid #CCFF99;
    min-height:440px;
    float:left;
    margin-bottom:1px;
    left:585px;
    position:relative;
    text-align:left;
    width:577px;
    }

#column2.home {
    border:3px solid #FFFFFF !important;
}    

    #column2 p {
	margin:20px 20px 20px 5px;
    }
/*-- Home page --*/
#homePageContent {
    background:transparent url(../images/homepage_bg.png) no-repeat scroll right top;
    height:588px;
    width:586px;
}
    p#homePageContentSlug {
    float:right;
    font-size:12px;
    text-align:right;
    padding:15px 10px 0 0;
    }
#homeContentTable {
    float:right;
    margin-top:-20px;
}
/*-- sidebar --*/
a#frescoHeader {
    background:url(../images/fresco_logo_new.jpg) top left no-repeat;
    display:block;
    width:234px;
    height:117px;
}
#navgiation {
    padding:30px 0 85px 0; 
}
    li.current {
	background:#CCFF99;
    }
	li.current a {
	    color:#000;
	}
    #navgiation li a {
	font-size: 12px;
	padding-left:35px;
	display:block;
	}
    #navgiation li a:hover {
	background:#CCFF99;
	}
    ul.sub {
	
	}
	ul.sub li {
	    background:#fff;
	    padding-left:25px;
	    }
	ul.sub li.current {
	    background:#CCFF99;
	}
#bottomLocationInfo {
    background:#999999 none repeat scroll 0 0;
    clear:both;
    float:left;
    font-size:10px;
    height:30px;
    line-height:30px;
    margin:0 0;
    position:relative;
    right:0;
    width:820px;
    }
    #bottomLocationInfoText {
	color:#FFFFFF;
	float:left;
	letter-spacing:1px;
	position:relative;
	right:75px;
	text-align:center;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#fff;
	}
#footer {
    clear:both;
    float:left;
    margin-top:15px;
    width:819px;
    }
    #footerLinks a{
	white-space:nowrap;
    }
    #footerCopy {
	margin-top:10px;
    }
	#footerCopy p{
	    line-height:12px;
	}
    
  .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }