@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEECEA;
	color: #38332E;
	margin-top: 10px;
	margin-bottom: 40px;
}

h1,h2,h3,h4,h5 {
	font-family: Delicious, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


h1,h2 {
	font-weight:normal;
	color: #000;
}
h1 {
	font-size:42px;
	text-transform: uppercase;
}
h2 {
	font-size:30px;
}

ol {
	padding-bottom:20px;
}
ol li {padding-bottom:5px;}

p {padding-bottom: 20px;}

#wrap {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 40px;
	border: solid #d4c9bd;
	border-width: 12px 0 0 0;
}
.one,.two,.three {
	padding:30px;
	margin-bottom: 10px;
}
.one {
	background: #e4edc0 url('1.gif') repeat-x;
	border: solid #a1bf26;
	border-width: 12px 0 0 0;
}
.one ol {color:#1f2b03;}
.two {
	background: #f8ebbb url('2.gif') repeat-x;
	border: solid #f2c723;
	border-width: 12px 0 0 0;
}
.two ol {color:#403509;}
.three {
	background: #b0d8e4 url('3.gif') repeat-x;
	border: solid #0087b3;
	border-width: 12px 0 0 0;
}
.three ol {color:#003445;}

