/* tags */ 
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color: #e3e3e3;
	background-image: url(../images/_bodyBG.gif);
	font-family: Palatino, Palatino Linotype, Book Antiqua, Georgia, Times, serif; 
	color: #333;
}
h1 { 
	color: #808080; 
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
} 
h2 {
	color: #a33038;
	font-family: "Trajan Pro", Trajan, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form { 
	margin:0px;
	padding:0px;
}
.lg { 
	width: 182px;
	height: 17px;
} 
.xl { 
	width: 259px;
	height: 17px;
} 
.state { 
	width: 66px; 
	height: 17px; 
}
.zip { 
	width: 109px; 
	height: 17px; 
} 
input, textarea { 
	 border: 0px; 
	 font-family: Palatino, Palatino Linotype, Book Antiqua, Georgia, Times, serif; 
	 color: #000;
	 font-size: 10px;
	 font-weight:bold;
	 margin-bottom: 5px;
} 
/* ids */ 
#wrapper { 
	width:800px;
	margin:0px auto;
	text-align:left;
	
} 
#homeContent {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
} 
#mainContent {
	background-image: url(../images/other_bg.jpg);
	background-repeat: no-repeat;
} 
#rulesContent {
	background-image: url(../images/_rulesBG.jpg);
	background-repeat: no-repeat;
} 
#homeTop {
	padding-left: 32px;
	padding-bottom: 10px;
}
a:link, a:visited { 
	color: #a33038;
	text-decoration: underline;
} 
a:hover, a:active { 
	color: #333;
	text-decoration:none;
}


a:link.big, a:visited.big { 
	color: #333;
	text-decoration:none;
}
a:hover.big, a:active.big { 
	color: #a33038;
	text-decoration: none;
} 
#homeTop p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Palatino, Palatino Linotype, Book Antiqua, Georgia, Times, serif;
	font-size: 15px;
	line-height: 25px;
	width: 435px;
	color: #333;
}
#homeBottom {
	
	background-image: url(../images/recipecard.gif);
	background-repeat: no-repeat;
}
#contentArea {
	background-image: url(../images/_contentBG.gif);
	background-repeat: no-repeat;
}

/* colors */ 
.darkGray { 
	color: #333;
}
.lightGray { 
	color: #808080;
}
.red { 
	color: #a33038;
} 
.black { 
	color: #000;
} 

/* sizes */ 
.medium { 
	font-size: 15px;
}
.small { 
	font-size: 12px;
}
.bigTrajan { 
	font-family: "Trajan Pro", Trajan, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-size: 19px;
} 

/* recipe classes */ 
.recipe_list {
	width: 799px;
}
.recipe_head {
	height: 35px;
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:bold;
    background: url(../images/left.png);
	background-repeat: no-repeat;
}
.recipe_body {
	display:none;
	background-color: #FFF;
	background: url(../images/recipebody.png) repeat-y;
}

.recipe_body a:hover {
  color: #000000;
  text-decoration:underline;
}
#accordion { 
	width: 799px;
	}
