* {
    padding: 0;
    margin: 0
}

body {
    text-align: center;
    font: small Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #cccc99
}

#wrapper {
    width: 960px;
    min-width: 400px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto
}

.outer {
    width: auto;
    border-left-style: solid;
    border-left-width: 395px; /**/
    border-left-color: #EEEEDD; /**/
    border-right-style: solid;
    border-right-width: 240px; /**/
    border-right-color: #EEEEDD; /**/
    background-color: #fff; /**/
}

.left {
    width: 381px; /**/
    margin-left: -388px; /**/
    margin-top: 7px;
}

.right {
    width: 235px; /**/
    margin-right: -240px; /**/
}

.inner {
    margin: 0;
    width: 100%
}

.left {
    float: left;
    position: relative;
    z-index: 10
}

.right {
    float: left;
    padding-left: 5px;
    position: relative;
    z-index: 11
}

.center {
    float: left;
    width: 305px;
    position: relative;
    z-index: 12
}

.left .boxed {
	background: white;
	padding: 2px;
    position: relative;
    margin-bottom: 7px;
}

.left .boxed div {
	width: 355px;
	position: relative;
}

.left .boxed div {
	border: 1px solid #ececec;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.left .articles {
	background: white;
	padding: 2px;
    margin: 0 10px 7px 0;
    float: left;
}

.left .articles div {
	width: 160px;
}

.left .articles div {
	border: 1px solid #ececec;
	margin: 0;
	padding: 7px 7px 0 7px;
}

.left .articles div ul {
    list-style-type: none;
    border: none;
    border-width: 0 1px;
    margin: 0 0 0 0;
    padding: 0 0 0 1em;
}

.left .recipebox {
	background: white;
	padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.left .recipebox img {
	border: 0;
}

.left .storyimage {
    margin: 0 7px 0 0;
    float: left;
}

.center .storyimage {
    margin: 3px 7px 0 0;
    float: left;
}



#header, #footer {
    width: 100%;
    position: relative;
    z-index: 13
}

#header {
    height: 152px
}

.clear {
    clear: both
}

/**/
.outer>.inner {
    border-bottom: 1px solid transparent
}

.left {
    margin-right: 1px
}

.right {
    margin-left: 1px
}

.center {
    margin: 0 -3px 0 -2px
}

h3 a {
	color: #669933;
	font-weight: normal;
    border: none;
}