#divMainPage {
	height: 597px;
	width: 1000px;
	background-image: url(../images/recipes-bkg.jpg);
	background-repeat: no-repeat;
}
#divHeadingBlock {
	height: 150px;
	width: 100%;
}
#divContentBlock {
	width: 535px;
	float: left;
	padding-left: 164px;
	height: 65px;
}
#divContentBlock P {
	color: #000000;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
}
#divContentBlock A:link, #divContentBlock A:visited {
	color: #CC0001;
	font-weight: bold;
	text-decoration: none;
}
#divContentBlock A:hover {
	text-decoration: underline;
}
#tblRecipes 
{
    width: 550px; 
    margin-left: 164px;
    float: left;
}
#tblRecipes TD 
{
    text-align: left;
    padding-bottom: 3px;
}
#tblRecipes A:link, #tblRecipes A:visited 
{
    font-size: 12px;
    color: #cc0001;
    text-decoration: underline;
    line-height:18px;
}
#tblRecipes A:hover 
{
    text-decoration: none;
}
#imgk12RecipesLink {
	border: 0px;
	float: left;
	margin-top: 25px;
	margin-left: 40px;
}
#tblWPage {
	margin-top: 0px;
	width: 100%;
}
.tdWPageLeft {
	width: 40px;
	background-image: url(../images/saag-left.jpg);
	background-repeat: repeat-y;
}
.tdWPageContent {
	width: 920px;
	height: 538px;
	background-color: #ffffff;
}
.tdWPageRight{
	width: 40px;
	background-image: url(../images/saag-right.jpg);
	background-repeat: repeat-y;
}
.footnote {
	color: #666666;
	font-size: 10px;
}
