
body {
background-color: #00529f;
background-image: url(images/page-background.png);
background-repeat: repeat-x;
background-position: top left;
background-attachment: fixed;
}

#container
	{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	overflow: hidden;
	}
	
#content
	{
	background-color: #ffffff;
	overflow: hidden;
	width: 990px;
	background-image: url(images/background-content.png);
	background-position: top right;
	background-repeat: repeat-y;
	}

#header
	{
	width: 990px;
	height: 210px;
	}
	
#categories
	{
	width: 250px;
	float: left;
	background-image: url(images/side-bar-left.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: center;
	}

#recipe
	{
	width: 480px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
	
#categories img
	{
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#links
	{
    float: right;
	margin-right: 15px;
    overflow: hidden;
    width: 220px;
	padding-top: 15px;
	background-image: url(images/side-bar-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 912px;
	}

#flashPlayer
	{
	width: 452px;
	height: 339px;
	z-index: 1;
	}
	
#footer
	{
	clear: both;
	color: #ffffff;
	}
	
#footer p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	}
	
#footer a
	{
	color: #ffffff;
	}
	
#footer a:hover
	{
	color: orange;
	}
	
#print
	{
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}

#print a
	{
	text-decoration: none;
	display: block;
	color: #666666;
	padding: 3px;
	margin: 0px;
	}

#print a:hover
	{
	color: orange;
	text-decoration: underline;
	}

h1
	{
	margin-top: 0px;
	border-bottom: 2px #888888 dotted;
	color: #990000;
	font-size: 28px;
	line-height: 36px;
	width: 450px;
	}
	
img
	{
	border: none;
	}

p
	{
	font-size: 14px;
	}
	
.listTitle
	{
	margin-top: 0px;
	border-bottom: 2px #888888 dotted;
	color: #990000;
	font-size: 28px;
	line-height: 36px;
	width: 450px;
	}

.requiredField
	{
	color: red;
	}
	
.recipehead
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	}

.recipeserves
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	}

.recipeTitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #336699;
	line-height: normal;
	letter-spacing: normal;
	}

p.recipeLink
	{
	margin-left: 20px;
	padding-left: 25px;
	background-image: url(images/link-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 14px;
	}

p.recipeLink a
	{
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	}

p.recipeLink a:hover
	{
	color: orange;
	}
	
.subsectionHeader
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #336699;
	font-style: italic;
	}

.center
	{
	text-align: center;
	}


li
	{
	margin-bottom: 10px;
	}
	
#categories a
	{
	color: #8A1616;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}
	
.leftAlign
	{
	text-align: left;
	}
	

/* Modal Styling ============================================================= */

#mask
	{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:#A7B462;
	opacity:0.8;
	filter: alpha(opacity = 80);
	display:none
	}
	
.window
	{
	background: #ffffff;
	padding: 20px;
	position: absolute;
	z-index: 100;
	border: 3px solid #00529f;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#beefMenu
	{
	display:none;
	}

#seafoodMenu
	{
	display:none;
	}
	
#poultryMenu
	{
	display:none;
	}

#porkMenu
	{
	display:none;
	}
	
#soupMenu
	{
	display:none;
	}

#saladMenu
	{
	display:none;
	}
	
#otherMenu
	{
	display:none;
	}


.window .close
	{
	position:absolute;
	top: -8px;
	right: -8px;
	text-decoration: none
	}