body {
	background-color: #f8e5b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.on:hover {
	text-decoration: none;
}
.off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.off:hover {
	text-decoration: none;
}
#header {
	background-image: url(http://dev.homebakedgoodness.net/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	font-weight: bold;
	height: 93px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 770px;
}
#links {
	background-image: url(../images/links_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 41px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	width: 770px;
}
#links ul {
	bottom: 1px;
	height: 37px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 8px;
	*right: 0px;
	text-align: left;
}
#links ul li {
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	height: 23px;
	margin: 0px 3px;
	*margin: 0px 5px 6px 5px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	*display: inline;
	*zoom: 1;
}
#links ul li div.lt {
	background-image: url(../images/tab_lt.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	left: -5px;
	position: absolute;
	top: 0px;
	width: 9px;
	*display: inline;
	*zoom: 1;
}
#links ul li div.rt {
	background-image: url(../images/tab_rt.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	position: absolute;
	right: -5px;
	top: 0px;
	width: 9px;
	*display: inline;
	*zoom: 1;
}
#links ul li a:active,
#links ul li a:hover,
#links ul li a:link,
#links ul li a:visited {
	display: block;
	font-size: 12px;
	margin: 1px 0px 0px 0px;
	min-width: 100px;
	padding: 4px 8px;
	text-decoration: none;
}
#links ul li.selected {
	background-image: url(../images/tab_sel_bg.png);
	background-repeat: repeat-x;
	height: 37px;
	margin: 0px 6px;
	z-index: 1;
}
#links ul li.selected div.lt {
	background-image: url(../images/tab_sel_lt.png);
	height: 37px;
	left: -10px;
	width: 10px;
}
#links ul li.selected div.rt {
	background-image: url(../images/tab_sel_rt.png);
	height: 37px;
	right: -10px;
	width: 10px;
}
#links ul li.selected a:active,
#links ul li.selected a:hover,
#links ul li.selected a:link,
#links ul li.selected a:visited {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	min-width: 150px;
}
#left_divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://dev.homebakedgoodness.net/images/leftdivider.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 41px;
}
#right_divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://dev.homebakedgoodness.net/images/rightdivider.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 41px;
}
#divider {
	background-image: url(http://dev.homebakedgoodness.net/images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
}
#left_divider2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://dev.homebakedgoodness.net/images/leftdivider2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 100%;
}
#right_divider2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://dev.homebakedgoodness.net/images/rightdivider2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 35px;
}
#content {
	background-image: url(http://dev.homebakedgoodness.net/images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
#notifications {
	
}
#notifications_error,
#notifications_caution,
#notifications_success,
#notifications_general {
	margin: 0px 2px 10px 2px;
	padding: 2px;
}
#notifications_error ul,
#notifications_caution ul,
#notifications_success ul,
#notifications_general ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 12px;
}
#notifications_error {
	border: 2px dashed #FF0000;
	color: #AA0000;
}
#notifications_error ul {
	background-color: #FFEDED;
}
#notifications_caution {
	border: 2px dashed #E8C500;
	color: #C17E02;
}
#notifications_caution ul {
	background-color: #FFFFCA;
}
#notifications_success {
	border: 2px dashed #009F00;
	color: #005E02;
}
#notifications_success ul {
	background-color: #EAFFEA;
}
#notifications_general {
	border: 2px dashed #CCCCCC;
	color: #333333;
}
#notifications_general ul {
	background-color: #F4F4F4;
}
#footer {
	background-image: url(http://dev.homebakedgoodness.net/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 13px;
	text-align: center;
}
#footer1 {
	background-image: url(http://dev.homebakedgoodness.net/images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 13px;
	text-align: center;
}
#leftfooter {
	background-image: url(http://dev.homebakedgoodness.net/images/leftfooter.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 31px;
}
#rightfooter {
	background-image: url(http://dev.homebakedgoodness.net/images/rightfooter.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 31px;
}
table.list {
	border-collapse: collapse;
}

table td.list {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
