
body {
	margin: 10px 0;
	padding: 0;
	background: #FCFCFC url(../images/bg.png);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
	margin-bottom: 3px;
	margin-top: 3px;
}

h3 {
	font-size: 1.0em;
	margin: 0 0 0 6px;
	font-weight:bolder;
}

h3.uppad
{
	font-size: 1.0em;
	margin: 0 0 0px 6px;
	font-weight:bolder;
}

p, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom:5px;
}

a {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Header */

#header {
	width: 820px;
	height: 160px;
	margin: 0 auto;
	padding: 0px;
	border: 10px solid #A33000;	
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
	background: #FFFFFF ;
	border: 10px solid #A33000;
	border-top: none;
}

#menu {
	float: left;
	width: 780px;
	padding: 5px 20px 5px 20px;
	background: #a33000;
	word-spacing: 10px;
	letter-spacing: 0.15cm;
}

#menu ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

#menu li{
	display:inline;	
	color: #ffffff;	
}

#menu li a {
	border-bottom: 1px dotted #A33000;
	color: #ffffff;
	text-decoration: none;	
	font-size: 14px;
	font-weight: bold;
		
}

#menu li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bold;
}

#colOne {
	float: left;
	width: 110px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: url(../images/arrow.gif);
}

#colTwo {
	float: left;
	width: 460px;
	padding: 20px 10px;
}

#colThree {
	float: left;
	width: 170px;
	padding: 20px 5px;
}

#colThree ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style: url(../images/arrow.gif);
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}

.greyborder{
border: solid 1px #f0f0f0;
}

.login{
font-size: .9em;
}

.recipetext{
font-size: .9em;
padding-left:10px;
}

th{
background: #ffffff;
}

td{
background: #ffffff;
}

.bottomborder{
border-bottom: solid 1px #900000;
}

#rateStatus{clear:both; width:90%; height:20px;font-weight:bold;}
#rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(../images/star_color.gif) no-repeat;width:20px; height:20px;}
#rateMe a{float:left;background:url(../images/star_gray.gif) no-repeat;width:20px; height:20px;}
#ratingSaved{display:none;}
.saved{color:red; }