h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "MS PƒSƒVƒbƒN",Osaka,Sans-Srif;
}
body{
	background-color: White;
}
.contents{
	width: 770px;
	background-color: #FFFFFF;
	margin: auto;
	border: solid 1px #DCDCDC;
}
/* ****** header *********** */
.header{
	height: 105px;
	background-image: url(../coffee/img/coffee-header.gif);
	background-repeat: no-repeat;
}
p#update{
	padding: 80px 15px 0px 0px;
	text-align: right;
	font-size: 16px;
}
/****************************/
/* ****** nav bar ********** */
.navbar{
	height: 25px;
	/*background-color: #FFE862;*/
}
table#nav{
	font-size: 14px;
}
td#menu1{
	width: 109px;
	height: 20px;	
	background-color: #FFE862;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-right: solid 1px White;
}
td#menu2{
	width: 109px;
	height: 20px;	
	padding: 5px 0px 5px 0px;
	background-color: White;
	text-align: center;
}
.navbar a{
	text-decoration: none;
	color: Black;
}
.navbar a:hover{
	color: #FF1493;
}
ul#nav{
	margin: 0px;
	font-size: 14px;
}
li#menu1{
	width: 109px;
	height: 20px;
	float: left;	
	background-color: #FFE862;
	text-align: center;
	padding: 5px 0px 0px 0px;
	border-right: solid 1px White;
}
li#menu1 a{
	text-decoration: none;
	color: Black;
}
li#menu1 a:hover{
	color: #FF1493;
}
li#menu2{
	width: 109px;
	height: 20px;
	float: left;	
	padding: 5px 0px 0px 0px;
	background-color: White;
	text-align: center;
}
li#menu2 a{
	text-decoration: none;
	color: Black;
}
li#menu2 a:hover{
	color: #FF1493;
}
/*****************************/

/* ******pan bar ***************** */
.panbar{
	height: 15px;
	font-size: 12px;
}
p#panbar{
	padding: 10px 10px 20px 0px;
	text-align: right;
}
p#panbar a{
	color: Black;
}
p#panbar a:hover{
	color: Red;
}
/**********************************/
/* ******* footer ************** */
.footer{
	border: solid 1px #DCDCDC;
	clear: both;
	background-color: #FFC0CB;
}
p#footer{
	margin: 5px 0px 5px 0px;
	color: #818181;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
p#footer a{
	color: #818181;
	font-size: 14px;
	text-decoration: none;
}
p#footer a:hover{
	color: White;
}
/********************************/
/* ************ main ************** */
.main{
	/*border: solid 1px #DCDCDC;*/
	margin: 0px;
	width: 770px;	
}

