/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
#wrapper 
{
	background-color: #DCDDD9;
	margin: 0 auto;
	padding: 0;
	width: 956px;
	text-align: left;	
} 


#logo
{
   float: left;
   margin-top: 12px;
   }
   



#textblock
{
	width: 410px;
	margin-left: 15px;
	margin-right: 10px;

}

#textblock2
{
	width: 590px;
	margin-left: 15px;
	margin-right: 10px;

}




.bodytext{
margin-top: 1px;
margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.7em;
	}
	
	
	
.bodytext_gluten {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
	
.bodytext2{
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 1.5em;
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 6px;
	margin-left: 6px;
	}
	
.footer{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #4D4D4D;
	line-height: 1.4em;
	padding: 5px;
	text-decoration: none;
	}
.smallertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
}
	
	
#breadbox{
    margin-bottom: 1px;
	width: 130px;
	margin-left: 15px;
	float: left;
}

#breadbox2{
	width: 410px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	clear: left;
}


	
	div.rightcolumn1
{
	float: right;
	clear: right; 
	margin-top: 12px;
}


#middle
{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 160px;
	background-color:#CDCAC8;
	text-decoration: none;
	margin-left: 10px;
	padding: 3px;
}


  #clear{
  clear: both
 }
   #footer{
	margin-top: 10px;
	height: 40px;
	background-color: transparent;
	background-position: center top;
 }
 
