/* CSS : pp-02 */
body {
	background-color:#502515;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #B8C0C2;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* colors */
.img img {
	border:1px solid #FFFFFF;
	margin:2px;
}
.img img:hover {
	border:1px solid #FF0000;
	margin:2px;
}
/* layers */
#reciplayer {
	position:absolute;
	top:20px;
	left:0px;
	right:0px;
	z-index:3;
}
#recipcell {
	width:840px;
}
#imglayer {
	position:absolute;
	top:80px;
	left:0px;
	right:0px;
	z-index:2;
}
#imgcell {
	width:806px;
	margin:10px;
	text-align:left;
}
#imgsubcol {
	float:right;
	width:230px;
	text-align:right;
}
#textlayer {
	position:absolute;
	top:80px;
	left:0px;
	right:240px;
	z-index:1;
	margin-bottom:5px;
}
#textcell {
	width:566px;
	padding:590px 15px 15px 15px;
	background-color:#000000;
	text-align:left;
}


/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:2.8em;
	line-height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.7em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
}
.quadcol {
	float:left;
	width:200px;
	margin:5px;
	text-align:center;
}
/* margins-pads */
.clear {clear:both;}
.cent {text-align:center;}
.ptb10 {padding:10px 0px;}