* {
	padding:0;
	margin:0;
}

body {
    margin:0 0 0 0;
    padding:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    background:#fbeddd;
}

img {
    border:0;
}

.clear {
    clear: both;
}

.wrapper {
    width:970px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.header {
    width:970px;
    height:220px;     
    background:url(./../__images/header.jpg) no-repeat;
}

.box_title {
	color:#913a01;
	font-size:23px;
}

.box_title div {
 	padding:0 0 0 10px;
}

.box_head {
	width:193px;
	height:11px;
	background:url(./../__images/box_head.gif) no-repeat;
	line-height:11px;
}

.box_mid {
	width:193px;
	background:url(./../__images/box_mid.gif) repeat-y;
}

.box_mid .box_padding {
	padding:6px 18px 6px 18px;
}
   
.box_foot {
	width:193px;
	height:12px;
	background:url(./../__images/box_foot.gif) no-repeat;
	line-height:12px;
	margin-bottom:15px;
}
   
   
.list {
	height:22px;
	background:url(./../__images/list.gif) no-repeat 0px 6px;
}

.list div {
 	padding-left:13px;
}

.list div a {
 	color:#3a81d0;
 	font-size:13px;
}
   
   
.content {
 	width:970px;
 	background:#FFF;
}

.content .left {
	float:left;
 	width:270px;
}

.content .left .left_padding {
 	padding:8px 0 0 40px;
}

.content .right {
	float:right;
 	width:700px;
}

.content .right .right_padding {
 	padding:8px 0 0 0;
}

.content .right h1 {
 	color:#913a01;
	font-size:23px;
	font-weight:normal;
}

.footer {
    width:970px;
    height:13px;
    line-height:13px;
    background:url(./../__images/footer.gif) no-repeat;
}

.recipe_text {
 	width:600px; text-align:justify; margin-top:10px;
}
