@charset "utf-8";
/*formatting style
----------------------------*/
* {
	font-style: normal;
	margin:  0px;
	padding: 0px;
}
body {
	color: #660000;
	background-color: #663333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}

h2 {
	color: #666600;
	font-size: 140%;
	margin-top: 1em;
	line-height: 1.5em;
	margin-left: 1em;
}
h3 {
	font-size: 125%;
	color: #996633;
	margin-left: 1.5em;
	margin-bottom: -0.5em;
}
#cafe #main table {
	margin-top: 1em;
	margin-left: 2em;
}


hr {
	display: none;
}
/* link styles 
----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #660000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #666600;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
----------------------------*/
#container {
	background-color: #FFFFCC;
	width: 798px;
	margin: 10px auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#main {
	padding: 20px;
	float: right;
	width: 500px;
	margin-bottom: 20px;
	position: relative;
}
#main address {
	margin-left: 80px;
}


#main h3 {
	margin-top: 1em;
}

#main p {
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	margin-left: 2em;
}
#main li {
	font-weight: bold;
	list-style: disc outside;
	margin-left: 3em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#main table {
	margin-bottom: 1.5em;
}
#lilikala #main dl {
	background-repeat: no-repeat;
	background-color: #FFEFDD;
	padding-top: 1em;
	padding-bottom: 0.3em;
}
#lilikala #main dt {
	font-size: 140%;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-decoration: blink;
	padding-left: 1em;
}



#sub {
	padding: 15px;
	float: left;
	width: 228px;
	background-color: #CC9966;
}
#sub dd {
	margin-bottom: 1.5em;
}

#sub  img    {
	position: relative;
	left: 37px;
}

#footer {
	color: #FFFFFF;
	background-color: #999999;
	padding: 10px;
	clear: both;
}
/* header styles
----------------------------*/

#header {
	background-image: url(images/l-header1.jpg);
	background-color: #E8FFF7;
	position: relative;
	height: 310px;	
}
#cafe #header {
	background-image: url(images/l-header2.jpg);
	background-color: #E8FFF7;
	position: relative;
	height: 310px;
}
#box #header {
	background-image: url(images/l-header3.jpg);
	background-color: #E8FFF7;
	position: relative;
	height: 310px;
}
#cookies #header {
	background-image: url(images/l-header4.jpg);
	background-color: #E8FFF7;
	height: 310px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#header ul {
	width: 798px;
	padding-top: 230px;
	padding-left: 25px;
}
#header ul li {
	float: left;
	list-style: none;
}
