<style type="text/css"> 

/* ------------------------  HTML TAG FORMATTING ------------------------------ */
a:link {color: #0000ff;}
a:visited {color: #800080;}
a:active {color: #ff0000;}

body {
	text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins, 
                          but 'text-align:center' does center top-level divs: */	
    min-width: 800px;      /* Specify a min-width for the body as wide as the 'wrapper'
                           element itself. This prevents negative (i.e. inaccessible)
                           left-margins in narrow browser windows when using 
                           Navigator 6+/Mozilla on Win32: */      
  	margin: 0;
  	background-color: #ffffff;
  	background-image: url('http://www.lizardjoes.com/52011/images/scales.jpg');
  	background-repeat: repeat;
  	color: #ffffff;
  	/*border: 5px solid #FFFFFF;*/
}

/* ------------------------  CSS CONTAINERS ------------------------------ */
/* This is the whole page box */
#Wrapper {
	text-align: left;    /* Reset alignment to compensate for 'text-align:center': */
  	width: 800px;        /* Specify the width of the element. This should be the same
    	                    as 'body min-width': */
  	margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                            element in the containing (body) tag: */
  	margin-right: auto;
  	background: green url('http://www.lizardjoes.com/52011/images/scales.jpg') repeat;
  	/*border: 5px solid #F5A9D0;*/
}

/* This is the Header box */
#Header {
  	width: 800px;
  	text-align: center;
  	/*border: 5px solid #BE81F7;*/
}

/* This is the Top Navigation Menu box */
#TopNavMenu {
  	clear: left;
	width: 800px;
  	float: left;
  	padding: 0;
	background-color: #009966
	overflow:hidden;
	/*border: 1px solid #FF00FF;*/
  	/*border: 5px solid #8181F7;*/
}
	#TopNavMenu ul {
		float:left;
		margin:0;
		padding:5px;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#TopNavMenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:20px 0 0 0;
		padding:5px;
		position:relative;
		right:50%;
	}
	#TopNavMenu ul li a {
		display:block;
		float:left;
		margin:0 1px;
		padding:5px 10px;
		background:#009966;
		text-decoration:none;
		color:#FFFFFF;
		border-top:1px solid #009966;
		border-left:1px solid #009966;
		border-right:1px solid #009966;
		position:relative;
		bottom:1px;
	}
	#TopNavMenu ul li a:hover {
		background:#FF0000;
		color:#FFFFFF;
	}
	#TopNavMenu ul li.active {
		margin-top:10px;
	}
	#TopNavMenu ul li.active a,
	#TopNavMenu ul li.active a:hover {
		position:relative;
		bottom:0;
		padding:10px;
		background:#FFFFFF;
		color:#FFFFFF;
		font-weight:bold;
	}
 
/* This is the Main Content box */
#MainContent {
	text-align: left;    /* Reset alignment to compensate for 'text-align:center': */
  	width: 800px;        /* Specify the width of the element. This should be the same
    	                    as 'body min-width': */
  	margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                            element in the containing (body) tag: */
  	margin-right: auto;
  	/*border: 5px solid #0000FF;*/
}
	#ChalkboardImage {
		position: relative;
		width: 800px;
		display: block;
		float: left;
		/*border: 5px solid #81F7F3;*/
	}
	#ChalkboardText {
		position: absolute;
		width: 640px;
		top: 80px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/
	}
	#ChalkboardText h1 {
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardText h2 {
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardText p {
		display: block;
		text-align: left;
		font-size: 16px;
	}
	#ChalkboardText ul, li {
		display: block;
		text-align: left;
		font-size: 16px;
	}
	#ChalkboardMenuTop {
		position: absolute;
		width: 640px;
		top: 80px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/					
	}
	#ChalkboardMenuTop h1 {
		position: relative;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardMenuTop a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: green; 
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardMenuLeft {
		position: absolute;
		width: 300px;
		top: 150px;
		left: 75px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #05B4AE;*/
	}
	#ChalkboardMenuLeft p {
		position: relative;
		display: block;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardMenuRight {
		position: absolute;
		width: 300px;
		right: 75px;
		top: 150px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}
	#ChalkboardMenuRight p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardMenuBottom {
		position: absolute;
		width: 640px;
		right: 75px;
		/*top: 150px;*/
		/*float: left;*/
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}			
	#ChalkboardMenuBottom p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	

	#ChalkboardCaterTop {
		position: absolute;
		width: 640px;
		top: 150px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/					
	}
	#ChalkboardCaterTop h1 {
		position: relative;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardCaterTop a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: green; 
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardCaterLeft {
		position: absolute;
		width: 300px;
		top: 380px;
		left: 75px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #05B4AE;*/
	}
	#ChalkboardCaterLeft p {
		position: relative;
		display: block;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardCaterRight {
		position: absolute;
		width: 300px;
		right: 75px;
		top: 380px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}
	#ChalkboardCaterRight p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardCaterBottom {
		position: absolute;
		width: 640px;
		right: 75px;
		/*top: 150px;*/
		/*float: left;*/
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}			
	#ChalkboardCaterBottom p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardFormText {
		position: absolute;
		width: 640px;
		top: 90px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/
	}
	#ChalkboardFormText h1 {
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardFormText h2 {
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardFormText p {
		display: block;
		text-align: left;
		font-size: 16px;
	}

	#ChalkboardStoreTop {
		position: absolute;
		width: 640px;
		top: 100px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/					
	}
	#ChalkboardStoreTop h1 {
		position: relative;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardStoreTop a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: green; 
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardStoreTopLeft {
		position: absolute;
		width: 300px;
		top: 300px;
		left: 75px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #05B4AE;*/
	}
	#ChalkboardStoreTopLeft p {
		position: relative;
		display: block;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardStoreTopRight {
		position: absolute;
		width: 300px;
		right: 75px;
		top: 300px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}
	#ChalkboardStoreTopRight p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	
	#ChalkboardPhotosText {
		position: absolute;
		width: 640px;
		top: 100px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/					
	}
	#ChalkboardPhotosText h1 {
		position: relative;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardPhotosText h2 {
		position: relative;
		display: block;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardPhotosText p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 14px;
	}

	#ChalkboardSurvey1Text {
		position: absolute;
		width: 640px;
		top: 50px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/
	}
	#ChalkboardSurvey1Text h1 {
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardSurvey1Text h2 {
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardSurvey1Text p {
		display: block;
		text-align: left;
		font-size: 16px;
	}		
	/*===============================================================================*/
	#ChalkboardAmigosTop {
		position: absolute;
		width: 640px;
		top: 100px;
		left: 75px;
		display: block;
		z-index: 10;
    	text-align: left;  
    	font-size: 14px;  
    	color: #FFFFFF;
    	padding: 15px;
		/*border: 5px solid #04B4AE;*/					
	}
	#ChalkboardAmigosTop h1 {
		position: relative;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		/*border: 5px solid #00FF00;*/
	}
	#ChalkboardAmigosTop a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: green; 
		/*border: 5px solid #00FF00;*/
	}	
	#ChalkboardAmigosTopLeft {
		position: absolute;
		width: 300px;
		top: 215px;
		left: 75px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #05B4AE;*/
	}
	#ChalkboardAmigosTopLeft p {
		position: relative;
		display: block;
		text-align: left;
		font-size: 16px;
	}		
	#ChalkboardAmigosTopRight {
		position: absolute;
		width: 300px;
		right: 75px;
		top: 215px;
		float: left;
		display: block;
		z-index 10;
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px;
		/*border: 5px solid #06B4AE;*/
	}
	#ChalkboardAmigosTopRight p {
		display: block;
		position: relative;
		text-align: left;
		font-size: 16px;
	}	
	
	/*===============================================================================*/
		
/* This is the row of Pictures box */
#Pictures {
  	position: relative;
	clear: both;
	width: 800px;
  /*border: 5px solid #F4FA58;*/
}
	/* Container fot Live Music Pic */
	#LiveMusic {
  		position: relative;
  		font-size: 10px;
  		z-index: 16;
  		float: left;
  		width: 200px;
  		height: 100px;
  		margin-top: 10px;
  	}
	/* Container fot Great Food Pic */
	#GreatFood {
  		position: relative;
  		font-size: 10px;
  		z-index: 17;
  		float: left;
  		width: 350px;
  		height: 100px;
  		margin-left: 11px;
  		margin-top: 10px;
	}
	/* Contaner for Drink Specials Pic */
	#DrinkSpecials {
  		position: relative;
  		font-size: 10px;
  		z-index: 18;
  		float: right;
  		width: 200px;
  		height: 100px;
  		margin-top: 10px;
	}

/* Container fot Event Pics */
	#EventPic {
  		position: relative;
  		font-size: 10px;
  		z-index: 16;
  		float: left;
  		width: 200px;
  		height: 100px;
  		margin-top: 10px;
  	}


/* This is the Bottom Navigation Menu box */
#BottomNavMenu {
  	clear: left;
	width: 800px;
  	float: left;
  	padding: 0;
	background-color: #009966
	overflow:hidden;
	/*border: 5px solid #8181F7;*/
  	/*border: 1px solid #FF00FF;*/
}
	#BottomNavMenu ul {
		float:left;
		margin:0;
		padding:5px;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#BottomNavMenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:20px 0 0 0;
		padding:5px;
		position:relative;
		right:50%;
	}
	#BottomNavMenu ul li a {
		display:block;
		float:left;
		margin:0 1px;
		padding:5px 10px;
		background:#009966;
		text-decoration:none;
		color:#FFFFFF;
		border-top:1px solid #009966;
		border-left:1px solid #009966;
		border-right:1px solid #009966;
		position:relative;
		bottom:1px;
	}
	#BottomNavMenu ul li a:hover {
		background:#FF0000;
		color:#FFFFFF;
	}
	#BottomNavMenu ul li.active {
		margin-top:10px;
	}
	#BottomNavMenu ul li.active a,
	#BottomNavMenu ul li.active a:hover {
		position:relative;
		bottom:0;
		padding:10px;
		background:#FFFFFF;
		color:#FFFFFF;
		font-weight:bold;
	}


/* This is the Footer box */
#Footer {
	clear:both;
	width: 800px;
  	text-align: center;    /* Reset alignment to compensate for 'text-align:center': */
  	margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                            element in the containing (body) tag: */
  	margin-right: auto;
  	/*border: 5px solid #FAAC58;*/
}
	#Copywrite {
		text-align: center;
		/*border: 5px solid #FAAC70;*/
	}

/* ------------------------  IMAGE FORMATING ------------------------------ */
img#Logo {
  width: 800px;
  height: 240px;
}

img#ChalkBoardHome {
		width: 800px;
		height: 850px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardMenu {
		width: 800px;
		height: 850px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardCater {
		width: 800px;
		height: 1450px;
		/*border: 5px solid #FFFF00;*/
}		
img#ChalkBoardForm {
		width: 800px;
		height: 900px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardThanks {
		width: 800px;
		height: 500px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardStore {
		width: 800px;
		height: 1000px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardPhotos {
		width: 800px;
		height: 1000px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardAmigos {
		width: 800px;
		height: 1000px;
		/*border: 5px solid #FFFF00;*/
}	
img#ChalkBoardSurvey1 {
		width: 800px;
		height: 2275px;
		/*border: 5px solid #FFFF00;*/
}	

/* Live Music Image */
img#LiveMusic {
  width: 200px;
  height: 100px;
}

img#GreatFood {
  width: 350px;
  height: 100px;
}

/* Drink Specials Pic */
img#DrinkSpecials {
  width: 200px;
  height: 100px;
}

/* ------------------------  TEXT FORMATING ------------------------------ */





/* ------------------------  BROWSER FIXES ------------------------------ */


</style>