* {
    padding: 0;
    margin: 0;
} 

body {
    background: url('images/backgroundwinter.jpg');
    background-repeat: repeat;
	font-family: arial, "lucida console", sans-serif;

}
a {
	color: #624d35;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 0px auto 0px auto;
width: 724px;
background: url('images/midbg.png');
background-repeat: repeat-y;
}

#top { 
margin: 20px auto 0px auto;
width: 724px;
background: url('images/topbg.png');
height: 30px;
}



#content {
padding: 0 40px 0 40px;
}

#bottom {
margin: auto;
width: 724px;
background: url('images/botbg.png');
height: 30px;
}

.SubmitButton {
	height:84px;
	float: right;
}

.LoginBox {
	float: left;
	width: 475px;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding-left:10px;
}

.LoginLinks {
	float: left;
	width: 80px;
	font-size:10px;
	font-weight:10px;
	margin:2px;
	padding:2px;
}

.header {
text-align: left;
height: 100px;
background: url('images/header-image2.jpg');
background-repeat: no-repeat;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	text-align:center;
}
	
.middle {
	float: left;
	width: 70%;
	margin: 0 4px;
	padding: 1% 1%;
	text-align: justify;
}

.middleFullBox {
	background: #ffc85e;
	float:left;
	padding: 2% 2% 2% 2%;
	text-align: justify;
	width: 100%;
	border: 1px black solid;
}

.middleSmallBoxes {
	background: #FFFFFF;
	float: left;
	padding: 2% 2% 2% 2%;
	text-align: justify;
	width:94%;
	border: 1px #999999 solid;
	margin: 2px;
	font-size:12px;
}

.middleSmallBoxes h2{
	background: url("images/h2header.jpg");
	background-repeat: repeat-x;
}

.middleSmallBoxes label {
	margin-left: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size:9px;
}

.middleSmallBoxes textarea{
	float:left;
	margin-left:20px;
}

.middleSmallBoxes ul {
	margin-left: 10%;
	font-size:12px;
}

.middleSmallerBoxes {
	background: #faf3dd;
	width:94%;
	height: 94%;
	margin: 2% 2% 2% 2%;
}

.IngredientVariant {
	width:40%;
	float:left;
	font-size:9px;
}

.IngredientList {
	width:55%;
	float:left;
	font-size:9px;
}

.Quantity {
	width:15%;
	float:left;
	font-size:9px;
}

.UOM{
	width:27%;
	float:left;
	font-size:9px;
}

.left {
	float: left;
	width: 20%;
	margin: 10px 10px;
	padding: 1% 1%;
	
}

.left ul{
	background: url("images/sidebar.jpg");
	background-repeat: repeat-y;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #624d35; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #624d35; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

ul a{
	font-size:10px;
}