/* Generic Page bits */

html, body
{
	font-family: Verdana,Arial ;
	background: #ccc;
	color:#000000;
	margin: 0 auto 0 auto;
	font-size:13px;
	text-align:center;
}

img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

.clear 
{
  clear: both;
  height: 0;
}

  
/* Links */
a
{
	color:#0000ff;
	text-decoration: none;
}

a:link
{
	color:#0000ff;
	text-decoration: none;
}

a:visited
{
	color:#0000ff;
	text-decoration: none;
}

a:hover
{
	color:#0000ff;
	text-decoration: underline;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

ul, li
{
	margin: 0;
	padding: 0;
}

li
{
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: url(../images/bullet.gif);
}

/**********************/
/* MAIN CONTAINER     */
/**********************/

#main			
{
	margin:10px auto 20px auto;
	background: #fff;
	width:775px;	
	border: 1px solid #000;
}

/**********************/
/* HEADER CONTAINER     */
/**********************/

#header
{
	width:775px;	
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	background: #fff url(../images/header.jpg) no-repeat;
	text-align:left;
}

#header #headertxt
{
	padding: 0;
	margin: 0 0 0 420px;
	width: 250px;
	height: 100px;
	color: #fff;
	text-align: center;
}

#header #headertxt h1
{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 18px;
	width:250px;
}

#header #headertxt a
{
	color: #fff;
}

/**********************/
/* MAIN CONTENT  */
/********************* */

#content			
{
	background: #fff;
	width:775px;	
	text-align:left;
	padding: 0;
}

#content p
{
	margin: 10px;
}

#content .recipe
{
	width: 470px;
	float: left;
	margin: 10px 15px 10px 15px;
}

#content .recipe h2
{
	font-size: 15px;
}

#content .recipe h3
{
	font-size: 13px;
}

#content div.box1		
{
	width: 200px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin: 10px 15px 10px 15px;
	background: #fff url(../images/box1.jpg) no-repeat;
}

#content div.box2		
{
	width: 200px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin: 10px 15px 10px 15px;
	background: #fff url(../images/box2.jpg) no-repeat;
}

#content div.box3		
{
	width: 200px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin: 10px 15px 10px 15px;
	background: #fff url(../images/box3.jpg) no-repeat;
}

#content div.box1 li, #content div.box2 li, #content div.box3 li
{
	list-style-image: url(../images/bullet.gif);
}

#content div.box1 h3, #content div.box2 h3, #content div.box3 h3		
{
	background: #ccc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 13px;
	height: 20px;
	padding:0;
	margin: 0;
	text-align: center;
}

#content div.box1 p, #content div.box2 p, #content div.box3 p		
{
	margin: 0 5px 0 5px;
}

/**********************/
/* FOOTER  */
/********************* */

#footer
{
	border-top: 1px solid #cccccc;
	margin-bottom: 10px;
}
