/* CSS Document */
#header{
	width:800px;
}
#img{
	width:800px;
	background-color:#AE9662;
}
#main{
	width:800px;
	background-color:#EFEAE0;
	text-align:left;
}
#bn{
	width:800px;
	background-color:#EFEAE0;
	padding-top:5px;
	padding-bottom:5px;
}
#menu{
	width:800px;
	background-color:#EFEAE0;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}
#shoplink{
	background-image:url(img/header02.jpg);
	padding-right:15px;
	padding-top:6px;
	color:#FFFFFF;
}
#shoplink a{
	color:#FFFFFF;
	text-decoration:none;
}

#shoplink a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
a{
	color:#663300;
	text-decoration:none;
}
a:hover{
	color:#663300;
	text-decoration:underline;
}
.about{
	color:#FFFFFF;
	text-align:left;
	line-height:140%;
	padding-bottom:10px;
	padding-left:15px;
}
.img{
	background-image:url(img/img04.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:10px;
}
.footer{
	color:#FFFFFF;
	background-color:#3E1F02;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	line-height:130%;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
