body {
	margin: 0;
	background: #c80000;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	display: block;
	clear: both;
}
.hidden {
	display: none;
}

/*********************************************
HEADER
*********************************************/
#header_wrap {
	position: relative;
	height: 156px;
	overflow: hidden;
	background: #eb9999 url(../images/common/bg_header_wrap.gif) repeat-x;
}
#header_wrap #logo {
	width: 100%;
	height: 62px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 94px;
	padding-left: 65px;
	background: transparent url(../images/common/bg_header_logo.gif) repeat-x;
}
#header_wrap #logo img {
	display: block;
	border: 0;
}
#banner_728x90 {
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 2px;
	margin-right: 2px;
}
/*********************************************
MAIN NAV
*********************************************/
#nav {
	position: absolute;
	left: 348px;
	top: 114px;
	width: 700px;
}
#nav div {
	float: left;
	width: 118px;
	height: 39px;
	margin-right: 5px;
	overflow: hidden;
	padding: 8px 4px 0 2px;
	text-align: center;
}
#nav .home 		{ width: 63px; }
#nav .recipes 	{ width: 78px; }
#nav .store 	{ width: 88px; }
#nav .register 	{ width: 102px; }
#nav .about 	{ width: 81px; }
#nav .contact 	{ width: 91px; }
#nav .submit 	{ width: 123px; }
#nav .planner 	{ width: 96px; }
#nav .reminders { width: 113px; }
#nav .account { width: 103px; }
#nav .forum 	{ width: 63px; }
#nav .active {
	background: #fff;
}
#nav a {
	padding-left: 13px;
	background: transparent url(../images/common/bg_nav_link.gif) no-repeat;
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
}
#nav .active a {
	color: #cc3300;
	background: transparent url(../images/common/bg_nav_link_active.gif) no-repeat;
}
/*********************************************
SUBNAV
*********************************************/
#subnav {
	height: 32px;
	overflow: hidden;
	background: #fff url(../images/common/horiz_shadow.gif) repeat-x scroll bottom;
}
#subnav div {
	position: relative;
	margin-top: -1px;
	text-align: right;
	font-size: 11px;
	color: #FF9933;
}
body.guest #subnav div {
	width: 912px;
}
body.member #subnav div {
	width: 975px;
}
#subnav .hello {
	color: #999;
}
#subnav .hello strong {
	color: #666;
}
#subnav a {
	color: #FF9933;
	text-decoration: none;
}
/*********************************************
LOGIN BOX
*********************************************/
#login_wrap {
	float: left;
	position: relative;
	margin-top: -20px;
	width: 238px;
	height: 119px;
	padding: 45px 0 0 17px;
	overflow: hidden;
	background-color: transparent;
	/* ie 6 */
	background-image: url(../images/common/bg_login_wrap.gif);
}
html>body #login_wrap {
	/* firefox, safari */
	background-image: url(../images/common/bg_login_wrap.png);
}
#login_wrap label {
	display: block;
	float: left;
	width: 90px;
	font-size: 13px;
	color: #ffdab5;
}
#login_wrap .login {
	display: block;
	float: left;
	width: 130px;
	height: 13px;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #FAD9B7;
	border: 1px solid #FAD9B7;
	border-top: 1px solid #DBB998;
	border-left: 1px solid #DBB998;
	font-size: 12px;
	color: #333;
}
#login_wrap .login_button {
	display: block;
	clear: both;
	margin: 8px 0 0 139px;
}
#login_wrap .lostpassword {
	display: block;
	float: right;
	width: 110px;
	padding: 8px 12px 0 0;
	text-align: right;
	font-size: 11px;
	color: #ffdab5;
}
#login_wrap p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
}
#login_wrap p a {
	color: #fff;
	font-weight: bold;
}
/*********************************************
CONTENT
*********************************************/
#content_wrap {
	padding-left: 70px;
	min-height: 600px;
	_height: 600px;
 	background: #fff url(../images/common/bg_bowl_1.jpg) no-repeat scroll top left;
}
#content_inner {
	width: 850px;
	padding-top: 10px;
	position: relative;
}
#intro_wrap {
	float: left;
	width: 500px;
	margin: 20px 0 0 30px;
}
#confirm_msg {
	position: absolute;
	z-index: 999;
	top: 212px;
	left: 300px;
	width: 345px;
	font-size: 14px;
	color: #00a4ed;
	text-align: right;
}
/*********************************************
FOOTER
*********************************************/
div#footer {
	padding: 10px 10px 10px 65px;
}
div#footer p {
	margin: 0;
	font-size: 12px;
	color: #FF9999;
}
div#footer a {
	color: #FFCCCC;
	text-decoration: none;
	padding: 0 5px;
}