.grid {
    width: 1024px;
    margin: auto;
    background-color:black;
}

.grid-image_left {
    overflow: hidden;
    float: left;
    width: 144px;
    height: 498px;
    background: url('../images/page_images/left_image.jpg') no-repeat;
    border-right:2px solid #231F20;
}

.body {
	float:left;
	border-top:1px solid #231F20;
	background: url('../images/page_images/body.jpg') no-repeat;
	width:878px;
	height:497px;
}

.body-big {
	float:left;
	border-top:1px solid #231F20;
	background: url('../images/page_images/body-full.jpg') no-repeat;
	width:878px;
	height:497px;
}

.grid-c2 {
    overflow: visible;
    float: left;
    width: auto;
    height: 503px;
}

.grid-c3 {
    overflow: hidden;
    float: left;
    width: 661px;
    height: 503px;
   
}

.col2-box {
    float: left;
    margin: auto;
    margin-top:63px;
    width: 661px;
  
}

.col2-1image {
    float: left;
    width: 254px;
    height: 385px;
    overflow: hidden;
}

.col2-1big{
	background-color:#837F76;
    float: left;
    width: 644px;
    height: 388px;
    overflow: hidden;
}

.slideshow {
	width: 254px;
    height: 385px;
    _width: 272px;
    _height: 390px;
}

.col2-2main {
	margin-left:8px;
    float: left;
    width: 370px;
    height: 385px;
}

.main_content_scroll {
    width: 381px;
    height: 385px;
    overflow: auto;
}

#main_content {
    margin: 10px;
}


#main_content li a{
    display: inline;
}

#main_content span.price {
	float:right;
	margin-right:0px;
}

