@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

#container {
	background-color: #c2c2c2;
	margin-left: auto;
    margin-right:auto;
	margin-top: 10px;
	width:824px;
}

#kyotoheader {
	float: left;
	width:636px;
	height:162px;
}
	
#home {
	width:76px;
	height:49px;
}

#upperdivider {
	width:31px;
	height:49px;
}

#contact {
	width:81px;
	height:49px;
}

#restaurant {
	float: right;
	width:188px;
	height:113px;
}

#navigation {
	float: left;
	}
	
#topnav {
	float: right;
	}
	
#topsidebar {
	float: left;
	width:159px;
	height:36px;
}

#contentarea {
	float: right;
	background-image:url(images/contentarea.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:625px;
	height:378px;
	padding: 20px;
	overflow: auto;
}

#bottomsidebar {
	float: left;
	width:159px;
	height:199px;
}

#bottombar {
	float: right;
	width:665px;
	height:48px;
}

#footer {
	float: left;
	text-align: center;
	width: 900px;
	height: 100px;
	font-size: 9px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link
{ text-decoration: underline; color: #006600; }
A:visited
{ text-decoration: underline; color:#3300CC; }
A:active
{ text-decoration: underline; color:#3300CC; }
A:hover
{ text-decoration: none; color:#000000; }

h1 {font-family: Times New Roman, Arial; color: #660000;  }

h2 {font-family: Times New Roman, Arial; color: #333333;  }

p {font-family: Verdana, Arial; color: #000000; }

body
{
font-family: Verdana, Arial; 
color: #000000 ;
background-color: #c2c2c2;
letter-spacing: .5pt;
line-height: 14pt;
font-size: 9pt; }

td
{ font-family: Verdana, Arial;
font-size: 8pt; }

ul { list-style-type: circle; } 


-->
</style>