@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#683716;
}
#container{
	width:960px;
	text-align:left;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header{
	width:960px;
	height:150px;
}
#bg_top{
	width:960px;
	height:10px;
	background-image:url(image/bg_top.png);
	background-repeat:no-repeat;
}
#header_bg{
	width:960px;
	height:130px;
	background-image:url(image/bg_mid.png);
	background-repeat:repeat-y;
}
#header_pic{
	width:940px;
	height:130px;
	margin-left:10px;
	background-image:url(image/header.png);
	background-repeat:no-repeat;
}
#bg_bot{
	width:960px;
	height:10px;
	background-image:url(image/bg_bot.png);
	background-repeat:no-repeat;
}
#menu{
	width:960px;
	height:50px;
	margin-top:5px;
}
#menu_bg{
	width:960px;
	height:30px;
	background-image:url(image/bg_mid.png);
	background-repeat:repeat-y;
}
#menupont{
	float:left;
	margin-left:75px;
	width:100px;
	height:26px;
	background-image:url(image/menu_bg.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#683716;
	text-shadow:5px 5px 10px rgba(168,88,35,1);
	-webkit-text-fill-color:white;
	-webkit-text-stroke-color:#683716;
	-webkit-text-stroke-width:1px;
	border:2px solid #a85823;
	border-radius: 10px 10px 10px 10px;
	text-align:center;
}
#menupont1{
	float:left;
	margin-left:75px;
	width:100px;
	height:26px;
	background-image:url(image/menu_bg1.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#683716;
	text-shadow:5px 5px 10px rgba(168,88,35,1);
	-webkit-text-fill-color:white;
	-webkit-text-stroke-color:#411b02;
	-webkit-text-stroke-width:1px;
	border:2px solid #a85823;
	border-radius: 10px 10px 10px 10px;
	text-align:center;
}
#menupont:hover {
	background-image:url(image/menu_bg1.png);
	background-repeat:no-repeat;
}
#content{
	width:960px;
	margin-top:5px;
}
#content_bg{
	float:left;
	width:960px;
	background-image:url(image/bg_mid.png);
	background-repeat:repeat-y;
}
#real_content {
	float:left;
	width:900px;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
	font-size:24px;
}
#real_content_skittles {
	float:left;
	width:930px;
	height:705px;
	padding-left:10px;
	margin-left:10px;
	text-align:justify;
	background-image:url(image/skittles.jpg);
	background-repeat:no-repeat;
	color:#000;
	font-size:24px;
}
#gallery {
	float:left;
	padding-left:200px;
}
#footer{
	float:left;
	width:960px;
	height:10px;
	background-image:url(image/bg_bot.png);
	background-repeat:no-repeat;
}
.k {
	width:200px;
}
.n {
	width:700px;
	padding-left:10px;
	padding-right:10px;
}