/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    background:#666;
    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:Times New Roman,Georgia,serif;
    list-style:none;
}
a img{
    border:0;
    }
.clear{
    clear:both;
    }
#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{
    background:#660000;
    float:left;
    width: 820px;
    position:relative;
    right:585px;
    } 

#container2 {
    float:left;
    margin:5px 0 0 1px;
    overflow:hidden;
    width:818px;
    position:relative;
    }

#column1 {
    float:left;
    width:235px;
    position:relative;
    left: 585px;
    text-align: left;
    }
#reservations {
    bottom:65px;
    float:left;
    font-size:1.25em;
    line-height:15px;
    position:relative;
    text-align:left;
    text-decoration:none;
    }
    #reservations p {
	color:#CCCCCC;
	padding-left:40px;
	}
#column2 {
    background:#FFFFFF none repeat scroll 0 0;
    border:3px solid #990000;
    float:left;
    left:585px;
    min-height:400px;
    position:relative;
    text-align:left;
    width:577px;
    z-index:0;
    }

#column2.Home {
border-left:3px solid #666 !important;
border-right:3px solid #666 !important; 
border-bottom:3px solid #666 !important;
border-top:0px solid #666 !important;   
}   

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

/*-- 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;
}
/*-- background Image --*/
	.bkgImage img {
	float:left;
	height:auto;
	margin-bottom:-42px;
	position:relative;
	top:-12px;
	width:577px;
	z-index:-5;
}
/*-- sidebar --*/
a#frescoHeader {
    background:url(../images/johnnyd_logo_corner.png) top left no-repeat;
    display:block;
    width:234px;
    height:130px;
}
#navgiation {
    border-top:2px solid #666666;
    padding:10px 0 85px;
    }
    li.current {
	background:#900;
    }
	li.current a {
	    color:#fff;
	}
    #navgiation li a {
	font-size: 12px;
	padding-left:35px;
	display:block;
	}
    #navgiation li a:hover {
	background:#900;
	}
    ul.sub {
	
	}
	ul.sub li {
	    background:#600;
	    padding-left:25px;
	    }
	ul.sub li.current {
	    background:#900;
	}
#bottomLocationInfo {
    background:#600;
    border-top:3px solid #666;
    clear:both;
    float:left;
    font-size:10px;
    height:30px;
    line-height:30px;
    margin:0 0;
    position:relative;
    right:0;
    width:819px;
    }
    #bottomLocationInfoText {
	color:#FFFFFF;
	letter-spacing:2px;
	line-height:30px;
	position:absolute;
	right:52px;
	text-align:center;
	white-space:nowrap;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#fff;
	}
#footer {
    clear:both;
    float:left;
    margin-top:15px;
    width:819px;
    }
    #footerLinks {
	color:#CCC;
	width:819px;
	font-size:1.1em;
	}
	#footerLinks a{
	    white-space:nowrap;
	    color:#ccc;
	}
	#footerCopy {
	    margin-top:10px;
	}
	    #footerCopy p{
		line-height:12px;
		color:#999;
	    }
        
  .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }