@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	width:1024px;
	height:768px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#sidemenu {
	position:absolute;
	width:185px;
	height:743px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#topmenu {
	position:absolute;
	width:839px;
	height:41px;
	z-index:2;
	top: 0px;
	left: 185px;
}
#midmenu {
	position:absolute;
	width:839px;
	height:25px;
	z-index:3;
	left: 185px;
	top: 41px;
}
#photos {
	position:absolute;
	width:712px;
	height:392px;
	z-index:4;
	left: 185px;
	top: 66px;
}
#news {
	position:absolute;
	width:127px;
	height:392px;
	z-index:5;
	left: 897px;
	top: 66px;
}
#content {
	position:absolute;
	width:559px;
	height:285px;
	z-index:6;
	left: 185px;
	top: 458px;
	background-color: #84815b;
}
#rightcontent {
	position:absolute;
	width:280px;
	height:285px;
	z-index:7;
	left: 744px;
	top: 458px;
	background-color: #DCD8B9;
}
#footer {
	position:absolute;
	width:1024px;
	height:25px;
	z-index:8;
	left: 0px;
	top: 743px;
	background-color: #605e50;
}
#sidemenuLong {
	position:absolute;
	width:185px;
	height:1133px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#contentLong {
	position:absolute;
	width:559px;
	height:675px;
	z-index:6;
	left: 185px;
	top: 458px;
	background-color: #84815b;
}
#contentLiquorList {
	position:absolute;
	width:559px;
	height:1050px;
	z-index:6;
	left: 185px;
	top: 458px;
	background-color: #84815b;
}
#rightcontentLong {
	position:absolute;
	width:280px;
	height:675px;
	z-index:7;
	left: 744px;
	top: 458px;
	background-color: #DCD8B9;
}
#rightcontentLiquorList {
	position:absolute;
	width:280px;
	height:1050px;
	z-index:7;
	left: 744px;
	top: 458px;
	background-color: #DCD8B9;
}
#footerLong {
	position:absolute;
	width:1024px;
	height:25px;
	z-index:8;
	left: 0px;
	top: 1133px;
	background-color: #605e50;
}

