body {
	margin: 0px;
	padding: 0px;
	background-color: #DFF0BA;
}
#layout {
	background-color: #FFFFFF;
	background-image: url(../layout/bg.jpg);
}
#layout .content {
	margin: 0px;
	padding: 0px;
}


#layout .content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 2em;
	margin-right: 30px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#layout .content img.alignLeft {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#layout .content img.alignRight {
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#layout .content #dolltable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 430px;
}
#layout .content table.table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 430px;
}
#layout .content .table p {
	margin: 0px;
	padding: 0px;
}


#layout .column {
	margin: 0px;
	padding: 0px;
}
#layout .column p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
}


.footer {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
.required {
	color: #FF0000;
}
form {
	margin: 0px;
	padding: 0px;
}
#layout .content p.SubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #555;
}

/* *
 * Recipe
 * */

div.recipe {
	width: 430px;
	margin: 15px 15px;
}
div.recipe div.title {
	background: url(../layout/recipe-top-white.gif) no-repeat top right;
	height: 33px;
	margin: 0px;
	padding: 0px;
}
div.recipe div.title div.title2 {
	background: url(../layout/recipe-top-green.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	display: inline-block;
	height: 33px;
}
div.recipe div.title div.title2 h2 {
	background: url(../layout/recipe-top-middle.gif) no-repeat top right;
	height: 33px;
	line-height: 28px;
	margin: 0px;
	padding: 5px 30px 0px 0px;
	font-size: 16px;
}
div.recipe div.body {
	background: url(../layout/recipe-bg.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}
div.recipe div.body div.corner {
	background: url(../layout/recipe-top-right.gif) no-repeat top right;
}
div.recipe ul {
	display: block;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 0px 0px;
}
div.recipe ul li {
	padding: 6px 6px;
	margin: 0px;
	list-style-type: none;
	border-top: 1px solid #D5EE99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9F7CA;
}


/* *
 * Notification
 * */

div.notification {
	padding: 1em 0px;
	margin: 0px 2.5em 0px 1.5em;
}
div.notification div.content div {
	padding: 1em 1em 1em 3.7em;
	font-size: 1.2em;
}
div.notification div.content div.error {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C10000;
	background-image: url(../images/notification-error.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
div.notification div.content div.message {
	background-color: #CDF5BC;
	border: 1px solid #00CC33;
	background-image: url(../images/notification-message.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
div.notification div.content div.message a {
	color: #000;
	text-decoration: underline;
}
div.notification div.content div.error a {
	color: #FFF;
	text-decoration: underline;
}