body{
	margin: 0;
  width: 100%;
}

#container{
  width: 100%;
  top: 0px;
}

#page{
  width: 800px;
}

#header{
  width: 800px;
	height: 176px;
	margin: 0;
	padding: 0;
  background-color: #ffffff;
}

/* ---title--- */
#title{
  width: 800px;
	background-color: #ffffff;
  height: 24px;
	font-weight: bold;
}

#title_left{
  float: left;
  width: 157px;
  height: 24px;
  background-color: #32424f;
}

#title_right{
  float: left;
  width: 639px;
  margin-left: 4px;
  height: 24px;
  background-color: #a05e38;
	text-align: right;
	color: #ffffff;
}
/* ---title--- */

/* ---body--- */
#body{
  width: 800px;
  height: 100%;
  background-color: #ffffff;
}

#leftmenu{
	float: left;
	width: 157px;
	background-color: #2c2c2c;
  overflow: auto;
  overflow-y:hidden;
  overflow-x:hidden;
}

#content{
  float: left;
  width: 639px;
	padding-left: 4px;
	padding-bottom: 25px;
  background-color: #ffffff;
	overflow: auto;
  overflow-y:hidden;
  overflow-x:hidden;

}
/* ---body--- */

#footer{
  width: 800px;
	height: 10px;
}

.menu{
    margin: 0;
		padding: 0;
		height: 25px;
		width: 157px;
}

.blank{
	width: 800px;
  height: 4px;
	max-height: 4px;
	font-size: 1px;
  padding:0;
  margin: 0;
  background-color: #ffffff;
}

.product{
  padding-top: 10px;
  padding-bottom: 10px;
	background-color:#dfe0e4;
  width: 624px;
	text-align: left;
	overflow-y: hidden;
	background-image: url('../images/bg_csik.gif');
	background-position: right;
	background-repeat: repeat-y;
}

img {
	border: 1px solid #666666;
}