/*	Scroll Drop Menu 
	Copyright 2008 Sawa's Factory
	http://sawa-s.com/ 
*/


*{
	margin:0;
	padding:0;
}
body{
	color:#808080;
	background-color:#ffffff;
}
#wrapper{
	width:800px;
	height:600px;
	margin:0 auto;
}
#header{
	width:800px;
	height:150px;
	background-image:url(../img/99TeaRoomlogo.gif);}
#main{
	width:550px;
	padding:20px;
	float:right;
/*	background-color:#ffcccc;*/
}
#leftmenu{
	width:200px;
	padding-top:30px;
	float:left;
/*	background-color:#ccffcc;*/
}
#undermenu{}
#footer{
	padding-top:50px;
	height:60px;
	font-size:x-small;
	text-align:center;
	clear:both;
}

#leftmenu ul{
	list-style-type:none;
}
#leftmenu ul li{
	text-align:center;
	line-height:3em;
/*	border-bottom:1px solid #808080;*/
}

img{border:none;}