body {

	margin: 0;
	padding: 0;
	font-family: georgia;
	background-image: url('images/bg-grad.jpg');
	background-repeat: repeat-x;
	background-position: top;

}

img {
	
	border: 0;
	
}


#wrap {

	width: 800px;
	margin: 0 auto;

}


#header {

	text-align: center;
	margin-top: 40px;
	
}

#header h1 {

	font-style: italic;
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 10px;
		
}

#form {

	width: 350px;
	margin-left: 175px;
	border: 0px dashed #DDDDDD;
	padding: 20px 50px 50px 50px;
	margin-top: 50px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14pt;
	margin-bottom: 10px;
	
	background-image: url('images/rounded-top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
}

#form.home {

	text-align: right;
	
}


input.text {

	width: 340px;
	font-family: georgia;
	font-size: 26pt;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 5px;	
	border: 1px solid #DDDDDD;
	
}


input.submit {

	width: 350px;
        height: 42px;
	font-family: georgia;
	font-size: 26pt;
	margin-top: 30px;
	border: 0;
	background-image: url('images/button-bg.jpg');
	background-repeat: no-repeat;
	background-color: #00CCCC; 	
	color: #ffffff;
	
}

#form h2 {

	font-size: 66pt;
	margin: 0px 0px 40px 0px;
	padding: 0;
	color: #ff9933;
	
}

#form h3 {

	color: #ff9933;
	
}

#form img {

	width: 140px;
	
}

#form a {

	color: blue;
	text-decoration: none;
	
}


#form p {

	margin: 10 0;
	padding: 0;
	
}


#products-left {

	width: 150px;
	float: left;
	
}

#products-right {

	width: 150px;
	float: right;
	
}

#product {

	height: 290px;
	font-size: 12pt;
		
}

.orange {

	color: #ff9933;
	
}


#clear {

	clear: both;	
	
}


#kcals {

	font-size: 12pt;
	
}


#footer {

	text-align: center;
	color: #777777;
	font-size: 10pt;
	line-height: 150%;
	margin-bottom: 50px;
	
}

#footer a {

	color: #00cccc;
	text-decoration: none;
	font-size: 10pt;
	
}

#footer a:hover {

	border-bottom: 2px dotted #00cccc;	
	
}


#adsense-footer {

	width: 728px;
	margin: 30px 0px 50px 36px;
	
}
