* {
			margin: 0;
			padding: 0;
			border: 0;
			font: 12px/18px Georgia,"Times New Roman",Times,serif;
}
body {
			background: #f0efe1 url(/moustache/images/2008/background.gif) 0 0 repeat-x;
			color: #000;  
			text-align: center;
}
a {
			text-decoration: none;
			color: #c00;
}
a:hover {
			text-decoration: underline;
}
strong {
			font-weight: bold;
}
#page {
			margin: 9px auto 18px;
			width: 702px;
			text-align: left;
}

#welcome {
			margin-top: 100px;
			margin-bottom: 36px;
			height: 307px;
			align: center;
			background: transparent url(/moustache/images/2008/moustache.png) 100% 100% no-repeat;
}
#welcome h1 {
			float: left;
			position: relative;
			left: -14px;
			width: 471px;
			height: 307px;
			text-indent: -9999px;
}

#intro {
			margin-bottom: 36px;
}
#intro em {
			font-style: italic;
}
#intro p,
#intro ul.options,
#intro ol.options {
			clear: both;
			margin-bottom: 18px;
			line-height: 27px;
}
#intro p.first:first-line {
			font-size: 16px;
}
#intro p.second:first-line {
			font-size: 21px;
}
#intro ul.options,
#intro ol.options {
			list-style-type: none;
}
#intro ul.options li,
#intro ol.options li {
			float: left;
			padding-left: 36px;
			width: 180px;
}
#intro ul.options li:before,
#intro ol.options li:before {
			color: #c00;
			font-weight: bold;
			font-size: 16px;
}
#intro ul.options li.one:before {
			content: 'a. ';
}
#intro ul.options li.two:before {
			content: 'b. ';
}
#intro ul.options li.three:before {
			content: 'c. ';
}
#intro ol.options li.one:before {
			content: '1. ';
}
#intro ol.options li.two:before {
			content: '2. ';
}
#intro ol.options li.three:before {
			content: '3. ';
}

h2 {
			display: none;
			margin-bottom: 9px;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
}
h3 {
			margin-bottom: 9px;
			font-size: 21px;
			font-style: italic;
			font-weight: bold;
			line-height: 24px;
			word-spacing: 2px;
}
h4 {
			position: relative;
			left: -45px;
			text-indent: 81px;
			margin-bottom: 18px;
			font-size: 11px;
			font-weight: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
			background: transparent url(/moustache/images/2007/filigree.gif) 0 50% no-repeat;
}

.weekly {
			margin: 0 auto 72px;
			width: 666px;
			text-align: left;
}
#week1 {
	background: transparent url(/moustache/images/2008/week1.gif) 0 0 no-repeat;
}
#week2 {
	background: transparent url(/moustache/images/2008/week2.gif) 0 0 no-repeat;
}
#week3 {
	background: transparent url(/moustache/images/2008/week3.gif) 0 0 no-repeat;
}
#week4 {
	background: transparent url(/moustache/images/2008/week4.gif) 0 0 no-repeat;
}
#week5 {
}
.weekly .entry {
			margin-bottom: 27px;
			margin-left: 270px;
}
.weekly .entry p {
			margin-bottom: 18px;
			font-size: 14px;
			line-height: 21px;
}
.weekly .entry p a {
			font-size: 14px;
}
.grower {
			float: left;
			margin: 9px 3px 0 3px;
			width: 126px;
			height: 205px;
			background-color: #d9cfaf;
			text-align: center;
}
#week3 .grower {
			height: 200px;
}
.grower p {
			font-size: 10px;
			font-weight: bold;
			line-height: 12px;
}
.grower img {
			margin-top: 12px;
			margin-bottom: 9px;
			border: 1px solid #000;
}

#footer {
			height: 54px;
			border-top: 2px dotted #600;
}
#footer a {
			color: #600;
}
#footer h6 {
			float: left;
			margin-top: 9px;
			margin-left: 9px;
}
#footer h6 a {
			display: block;
			width: 261px;
			height: 26px;
			text-indent: -9999px;
			background: transparent url(/moustache/images/2007/826_logo.gif) 0 0 no-repeat;
}
#footer dl {
			float: left;
			display: block;
			margin-top: 15px;
			margin-right: 9px;
			width: 423px;
			text-align: right;
}
#footer dl dt {
			display: inline;
			margin-right: 3px;
			font-weight: bold;
			font-size: 10px;
}
#footer dl dd {
			display: inline;
			margin-right: 9px;
}


#welcome:after,
.options:after,
.weekly:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
}
