body,html {
	margin: 0px;
	padding: 0px;
	background-color: #2A1A01;
}
.warp {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #352100;
	margin: 0px;
	position: relative;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	position: relative;
}
#header ol{
	margin: 0px;
	padding: 0px;
	height: 180px;
	display: block;
	z-index: 0;
	width: 1000px;
}
#header ul{
	margin: 0px;
	padding-left: 97px;
	list-style-type: none;
	height: 50px;
	display: block;
	float: left;
	position: absolute;
	z-index: 2;
	top: 110px;
}
#header ul img{
	float: left;
}
#containers {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	position: relative;
}
#footer a{
	color: #6E450F;
	text-decoration: none;
	font-size: 9pt;
	line-height: 16px;
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}
#footer a:hover{
	color: #FFCC00;
}
.copyright{
	float: left;
	width: 900px;
	display: block;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B67515;
	text-decoration: none;
}
.copyright b{
	color: #6E450F;
	font-weight: normal;
	display: block;
	margin-top: 3px;
}
.design{
	float: left;
	width: 100px;
	display: block;
	position: relative;
}
.design td{
	vertical-align: bottom;
}
.tel{
	display: block;
	float: left;
	width: 200px;
	position: relative;
	height: 55px;
	padding-top: 5px;
}
.address{
	display: block;
	float: left;
	width: 700px;
	position: relative;
	font-weight: normal;
}
.dightbox{
	display: block;
	margin: 0px;
	float: left;
	width: 1000px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}
.dightbox ol{
	position: absolute;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	left: 0px;
	top: 0px;
}
