html {
	margin: 0px;
	padding: 0px;
	}

a {
	color: red;
	text-decoration: none;
	}

p {
        text-align: justify;
        line-height:18px;
        font-size: 80%;
        letter-spacing: 1px;
        color: #000000;
	}
	
hr {
	color: #4157FC;
	background-color: #4157FC;
	height: 1px;
	}

body { 
	background: #0066FF url(images/bg.gif) repeat-x;
	margin: 0px; 
	padding: 0px;

        font-family: verdana, sans-serif;
        font-style: normal;
        font-weight: normal;
	}

/*----------------------------container-------------------------------*/
#container {
	background: #FFFFFF;
	top: 0px;
	left: 120px;
	width: 760px;
	position: absolute;
	z-index: 1;
	}

/*-----------------------------header-----------------------------------*/
#header {
	background: #FFFFFF url(images/banner02.gif) no-repeat;
	top: 0px;
	left: 0px; 
	width: 760px; 
	height: 150px; 
	position: relative;
	z-index: 1;
	}

#title_jjb {
	background: url(images/title_jjb.gif);
	top: 65px;
	left: 270px; 
	width: 500px; 
	height: 45px; 
	position: absolute;
	z-index: 1;
	}

#pic_logo {
	background: url(images/jjb_logo.gif);
	top: 5px;
	left: 20px; 
	width: 89px; 
	height: 140px; 
	position: absolute;
	z-index: 1;
	}

#run_icon {
	position: absolute; 
	top: 3px; 
	left: 300px; 
	width: 140px; 
	height: 70px;
        z-index: 7;        
	}

/*--------------------------reservation-------------------------*/
#reservation_icon {
	top: 0px;
	left: 100px;
	width: 67px;
	height: 80px;
	position: relative;
	z-index: 2;
	}

/*-------------------------------menu-----------------------------------*/
#menu {
	top: 110px;
	left: 180px; 
	width: 600px; 
	height: 40px; 
	position: absolute;
	z-index: 4;
	}

#menu_line {
	background: url(images/menu_line.gif) no-repeat;
	top: 150px;
	left: 0px; 
	width: 760px; 
	height: 5px; 
	position: absolute;
	z-index: 3;
	}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	}

/*----------------------------------optional list--------------------------------*/
#optional_list {
	text-align: center;
	top: 25px;
	left: 0px;
	position: relative;
	z-index: 3;
	}

#optional_list a {
        font-size: 75%;
	font-weight: normal;
	text-decoration: underline;
        letter-spacing: 1px;
        color: blue;
}

#optional_list a:hover {
	font-weight: normal;
	text-decoration: none;
        color: red;
	}

/*-------------------------------------footer-----------------------------*/
#footer {
	background: #050560 url(images/bg_footer.gif) no-repeat;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 120px;
	position: relative;
	z-index: 1;
	}

#footer p {
	color: white;
	}

#footer a {
	color: #F68D10;
	}

#address {
	top: 5px;
	left: 430px;
	position: absolute;
	z-index: 2;
	}

#address p {
	text-align: right;
	}

#contact {
	top: 5px;
	left: 30px;
	position: absolute;
	z-index: 2;
	}

