BODY{
	background-color: #CDBCA3;
}

DIV#container {
	position: absolute;
	text-align: center;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

DIV#content {
	text-align: center;
	width: 760px;
}

DIV#top{
	width: 760px;
	height: 20px;
	background-image: url(../template/images/top.jpg);
	background-repeat: no-repeat;
}

DIV#today{
	width: 760px;
	height: 20px;
	text-align: right;
}

DIV#header{
	width: 760px;
	height: 174px;
}

DIV#menubar{
	width: 760px;
	height: 28px;
	background-image: url(../template/images/menu.jpg);
	background-repeat: no-repeat;
}

DIV#menu{
	width: 630px;
	height: 28px;
	float: left;
}

DIV#lang{
	width: 130px;
	height: 28px;
	float: right;
}


DIV#body{
	width: 760px;
	height: 100%;
	background-image: url(../template/images/background.jpg);
	background-repeat:repeat-y;
	overflow: auto;
}

DIV#left{
	width: 220px;
	height: 100%;
	float: left;
}

DIV#boxTop1{
	width: 220px;
	height: 33px;
	background-image: url(../template/images/boxTop.jpg);
}
DIV#boxTop2{
	width: 220px;
	height: 33px;
	background-image: url(../template/images/boxTop.jpg);
}
DIV#boxTop3{
	width: 220px;
	height: 33px;
	background-image: url(../template/images/boxTop.jpg);
}

DIV#boxMiddle1{
	width: 220px;
	height: 130px;
	background-image: url(../template/images/boxMiddle.jpg);
	background-repeat:repeat-y;
	overflow:auto;
}
DIV#boxMiddle2{
	width: 220px;
	height: 130px;
	background-image: url(../template/images/boxMiddle.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	
}
DIV#boxMiddle3{
	width: 220px;
	height: 130px;
	background-image: url(../template/images/boxMiddle.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	
}
DIV#boxMiddle3Cart{
	width: 220px;
	height: 190px;
	background-image: url(../template/images/boxMiddle.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	
}


DIV#boxBottom1{
	width: 220px;
	height: 15px;
	background-image: url(../template/images/boxBottom.jpg);
	font-size: 1px;
}
DIV#boxBottom2{
	width: 220px;
	height: 15px;
	background-image: url(../template/images/boxBottom.jpg);
	font-size: 1px;
}
DIV#boxBottom3{
	width: 220px;
	height: 15px;
	background-image: url(../template/images/boxBottom.jpg);
	font-size: 1px;
}


DIV#right{
	width: 540px;
	float: right;
}


DIV#foot{
	border: #000000 0px solid;
	text-align:center;
	height: 40px;
}
