* {
	margin: 0;
	padding: 0;
}

body {
background: #CFDDBC;
background: url('images/bg_r.jpg');
background: #D4DFC1;
background-repeat: repeat-y;


font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 16px;
color: #555555;
}

a {
text-decoration: underline;
color: #463f37;
}
a:hover {
text-decoration: underline;
color: black;
}



#wrap {
background: url('images/bg_both.jpg');
margin: 0px auto 5px auto;
width: 916px;
height: 916px;
}

.box {
	
	padding: 0px;
	margin: 0px;
	display: block;
	width: 716px;
}

.box .box_left{
	background-image: url('images/bg_r.jpg');
	background-repeat: repeat-y;
	width: 120px;
}
.box .box_middle{
	width: 500px;
	height: 562px;
}


.box .fresh_box {
	
	padding: 0px;
	margin: 0px;
	display: block;
	width: 216px;
}
.box .fresh_box .box_f{
	background-image: url('images/f.jpg') no-repeat;
	width: 216px;
	height: 118px;
}
.box .fresh_box .box_r{
	background-image: url('images/r.jpg') no-repeat;
	width: 216px;
	height: 118px;
}

.box .fresh_box .box_e{
	background-image: url('images/e.jpg') no-repeat;
	width: 216px;
	height: 118px;
}
.box .fresh_box .box_s{
	background-image: url('images/f.jpg') no-repeat;
	width: 216px;
	height: 118px;
}
.box .fresh_box .box_h{
	background-image: url('images/f.jpg') no-repeat;
	width: 216px;
	height: 118px;
}

border-collapse: collapse;

.bg_box {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 918px;
}
.bg_box .bg_left {
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
	width: 10px;
}
.bg_box .bg_right {
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
	width: 10px;
}
.bg_box .bg_bottom {
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	height: 15px;
}


#content {
padding: 10px 0 20px 0;
margin: 0 10px 10px 10px;
width: 100%;
min-height:300px;
}

#footer {
text-align: center;
font-size: 13px;
color: #ffffff;
margin-bottom: 20px;
}



