/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    background:#0CC;
    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;
    }
#pageContainer {
background:#0CC;
border:1px solid #000000;
width:819px;
float:left;
}
#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;
	}
/*-- site navigation and header --*/
#headerBanner {
	background:#000 url(../images/textubbs_header.png) no-repeat scroll center bottom;
	float:left;
	}
	#bannerNavLogo {
		display: block;
	    height:214px;
		width:820px;
		float:left;
	}
	#bannerNavLogo span {
		display: none;
	}
	#navgiation,
	#sub  {
	    background:#000;
	    clear:both;
	    float:left;
	    width:819px;
	    }
	    #navgiation li,
	    #sub li {
		border-right:1px solid #CCCCCC;
		display:block;
		float:left;
		margin-left:0;
		}
	    #navgiation li.last,
	    #sub li.last{
		border-right:0 none;
		}
		#navgiation li a,
		#sub li a {
		    font-size:12px;
		    text-transform:uppercase;
		    line-height:25px;
		    padding:0 33px;
		    display:block;
		}
		#navgiation li.link:hover {
		    background:#900;
		    display:block;
		}
	    #navgiation li.current,
	    #navgiation li.section{
		background:#900;
		}
		#sub li.current,
		#sub li.link:hover{
		    background:#F03;
		}
		#navgiation li.current a,
		#sub li.current a {
		    color:#fff;
		}
/*-- main body --*/
#container2 {
    float:left;
    overflow:hidden !important;
    width:819px;
    position:relative;
    }
    #container1 {
	background:#999;
	float:left;
	min-height:400px;
	position:relative;
	right:621px;
	width:820px;
	}
	#column1 {
	    float:left;
	    left:621px;
	    position:relative;
	    text-align:left;
	    width:199px;
	    }
	#column2 {
	    background:#FFF;
	    float:left;
	    min-height:300px;
	    text-align:left;
	    width:819px;
        margin-bottom:-3px;
        }
/*-- 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;
}
#ImageGallery {
	margin:0 auto;
	text-align:center;
	width:750px;
}
/*-- sidebar --*/
/*
 a#frescoHeader {
    background:url(../images/johnnyd_logo_corner.png) top left no-repeat;
    display:block;
    width:234px;
    height:130px;
}
*/
/*#sideNav {
    width:234px;
}
    ul.sub {
	
	}
	ul.sub li {
	    padding-left:25px;
	    }
	ul.sub li.current {
	    background:#CCFF99;
	}*/
#bottomLocationInfo {
    background:#000000 url(../images/textubbs_footer.png) no-repeat scroll center bottom;
    color:#FFFFFF;
    clear:both;
    float:left;
    font-size:10px;
    height:70px;
    line-height:30px;
    margin:0 0;
    position:relative;
    right:0;
    width:819px;
    }
    #reservations {
	margin-top:-48px;
	float:left;
	height:45px;
	margin-left:5px;
	position:relative;
	text-align:left;
	text-decoration:none;
	width:199px;
	}
	#reservations p {
	    color:#231F20;
	    font-size:11px;
	    letter-spacing:0;
	    line-height:13px;
	    margin-left:12px;
	    }
	    #reservations span {
		clear:both;
		float:right;
		font-size:8px;
		font-weight:bold;
		text-align:right !important;
		width:199px;
    }
    #bottomLocationInfoText {
		line-height: 10px;
		color:#fff;
		white-space:nowrap;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#fff;
	}
#footer {
    float:left;
    clear:both;
    padding-top:15px;
    width:819px;
    }
        #footerLinks {
	    width:819px;
	}
	#footerLinks a {
	    color:#000000;
	    white-space:nowrap;
	    }
	#footerCopy {
	    margin-top:10px;
	}
	    #footerCopy p {
		color:#003333;
		line-height:12px;
		}
          .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }