body { 	
	background: #996633;
        font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
       	color: #000000;
       	height: 100%;
       	text-align: center;
       	margin: 0;
       	padding: 0;
}

#wrapper { 
	background: #eee8aa url(images/background.jpg) repeat 0 scroll;
	position: relative;
	min-height: 100%;
	height: 100%;
	color: #000;
	width: 800px;
	border-left: 2px solid #EEDDAA;
	border-right: 2px solid #EEDDAA;
	text-align: center;
	margin: 0px auto;
}

#header {
	height: 178px;
	background: transparent;
}  

#body {
	padding:16px;   /* Height of the footer */
}

.twitter{position: absolute; bottom: 30px; right: 0;}

.imgRight {
	float: right;
	margin: 0 0 0 16px;
	width: 180px;
	padding: 0 0 5px 0;
}

#contentBox {
	float: left;
	margin: 0;
	padding: 8px;
	background: #EEE685;
	color: #7C6240;
	width: 350px;
	min-height: 300px;
	border: 2px solid #7C6240;
}

#widecontentBox {
	float: left;
	margin: 0 0px 20px 0px;
	padding: 8px;
	background: #EEE685; /*was #EEFFCC */
	color: #7C6240;
	width: 545px;
	border: 2px solid #7C6240;
}

#productBox {
	margin: auto;
	padding: 8px;
	background: #EEE685; /*was #EEE685 */
	color: #7C6240;
	width: 640px;
	min-height: 300px;
	border: 2px solid #7C6240;
}

#productSummary {
	display: inline;
	text-align: left;
	float: left;
	width: 350px;
	font-size: 0.9em;
}

#productForm {
	display: inline;
	text-align: left;
	width: 150px;
	margin: 20px;
	float: left;
	font-size: 0.9em;	
}




#content {
	text-align: left;
	font-size: 1.0em;
}

#contact {
	float: right;
	margin: 0 0 10px 20px;
	padding: 8px;
}


.imgLeft {
	float: left;
	margin: 0 16px 0 0;
	width: 185px;
}

#footer {
	clear: both;
	width: 100%;
	line-height: 12px;
	padding: 5px 0px;
	font-size: 10px;
	background: #EEDDAA;
	color: #553322;
}

.content {
	text-align: left;
	font-size: 0.9em;
}

.content ul li {
	margin: 0 20px 0px 20px;
}

.ingredients {
  font-size: 0.8em;
  margin: 0px;
}

.fancylist ul {
	margin: 10px;
	font-size: 1.1em;
}

.fancylist li {
	padding: 5px 0px 3px 8px;
}

.fancytext {
	font-style: italic;
	font-size: 0.9em;
}

.uppercase {
	margin: 5px 5px 5px 5px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.small{
	font-size: 0.7em;
}

/*order form*/

fieldset {
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 1px;
	border: none;
}

legend{
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0;
	color: #8B4513;
	border-bottom: 1px dotted #8B4513;
	width: 100%;
}

label{
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 0 20px;
	display: block;
}

input {
	margin: 0 0 0 30px;
	text-align: right;
	display: inline;
}

select{
	margin: 0 0 0 200px;
}


.sameline{
	display: inline;
	font-weight: normal;
	margin: 0px;
}

.descr{
	display: block;
	margin: 10px 20px 5px 20px;
}

.address{
	text-align: right;
	width: 85%;
	margin: 0 0 0 30px;
	line-height: 20px;
}

.submit{
	text-align:center;
	margin: 5px;
}

/*links*/
a {text-decoration: none;}
a:link { color:#442905; background: none;}
a:visited { color: #556b2f; background: none;}
a:hover {text-decoration: underline;}

#footer a { color: #553322; background: none;}

a.image {
	text-decoration: none; 
	font-size: 1.3em; 
	font-style:italic; 
	font-family: 'Palatino Linotype',Palatino,'Zapf Calligraphic','URW Palladio L','Book Antiqua',serif;
}
a:link .image { color:#fff; background: none;}
a:visited .image { color: #556b2f; background: none;}
a:hover .image {color:#fc3; font-weight: 700; background: none;}

p,h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 10px 0px;
}

hr{
width: 100%;
border: 0;
background: #442905;
color: #442905;
margin: 10px 0;
padding: 0;
height: 1px;
}

.highlight {
	background: #f7fa96;
	text-align: center;
	padding: 5px 0;
}

/*hacks*/



	
