/* -- end undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr {margin: 0; padding: 0;}
a img,:link img,:visited img,hr {border: none;}
address {font-style: normal;}
/* -- end undo browser HTML defaults -- */

body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background-image: url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #FAF9EB;
}
h1
{
	font-size:20px;
}
h3
{
	font-size:14px;
}
.body_container
{
	background-image: url(../images/main_content_bg.gif);
	background-repeat:repeat;
}
.body_inner_container
{
}
.body_inner_top
{
 	height:20px;
}
.body_inner_white_top
{
 	height:20px;
}

.body_inner_content
{
	 background-color:#fff;
}
.body_inner_bottom
{
 	height:20px;
}
.body_inner_white_bottom
{
	background-image:url(../images/body_inner_white_bottom.png); background-repeat:no-repeat; background-position:top center; 
 	height:18px; padding:0px 0px 20px 0px;
}

.recipe_top
{
 	height:20px;
}
.recipe_bottom
{
 	height:20px;
}
.recipe_content
{
	 background-color:#fff; width:640px;
}
.horizontalLine
{
	border-top:#E7E1CB 1px solid; width:100%;
}
.horizontalLineWhiteTop
{
	border-top:#5d5123 1px solid; width:100%;
}
.horizontalLineWhiteBottom
{
	border-bottom:#5d5123 1px solid; width:100%;
}
.spacer10 {padding:10px 0px 0px 0px;}
.spacer20 {padding:20px 0px 0px 0px;}
.spacer40 {padding:40px 0px 0px 0px;}
.spacer60{padding:60px 0px 0px 0px;}
.spacerSides20 {padding:0px 20px 0px 20px;}

/****************************<Home>******************************/
/****************************</Home>******************************/
/****************************<Footer>******************************/
.footer
{
	width:700px;
	height:46px;
	font-size:10px;	
	color: #FFF;	
}

a.footer
{
	text-decoration:none;
}

a.footer:hover
{
	color: #800;	
}
/***************************</Footer>*****************************/
/****************************<WS>******************************/
.ws_container
{ width:700px; padding:0px 0px 0px 0px;}
a.ws_link
{ color:#666; text-decoration:none; font-size:10px;}
.ws_text
{ padding-top:3px;float:right;}
.ws_img_container
{ padding-top:2px;float:right;}
img.ws_image
{ width:15px; height:15px; border:none;}
/****************************</WS>******************************/

