/**********************************
			Basic Tags
***********************************/
body { padding: 5px; }
h1 {font-size: 2em; margin: .67em 0;}
h2 {font-size: 1.5em; margin: .83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
h6 {font-size: .67em; margin: 2.33em 0;}
h1, h2, h3, h4, h5, h6 {font-weight: bolder;}
p {margin: 1em 0;}
table {
	display: inline;
	vertical-align: top;
	margin-right: 30px;
}
th {
	text-align: center;
	font-weight: bold;
	border-bottom-style:dotted;
}
td {
	padding: 0px 5px 0px 5px;
}
body {
	text-align: center;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Background images */
#body-top {
	background: url(images/bg_top.jpg) repeat-x;
}
#body-bot {
	background:url(images/bg_bot.jpg) repeat-x;
	height: 50px;
	clear: both;
}
#logo {
	text-align: right;
	height: 150px;
}

/*************** LAYOUT *************/
#container {
	padding: 0px;
	margin: auto;
	text-align: left;
	position: relative;
	width: 800px;
}
#content-top {
	margin-top: 10px;
	padding: 0;
	background: url(images/content_top.jpg) no-repeat;
	width: 800px;
	height: 25px;
	float:left;
}
#content-bot {
	margin-bottom: 10px;
	padding: 0;
	background: url(images/content_bot.jpg) no-repeat;
	width: 800px;
	height: 38px;
	float:left;
}
#content {
	background: #4db748;
	padding: 5px;
	width: 790px;
  	height: 470px;
	float: left;
}
#nav {  
	float:left;
	padding: 5px 10x 5px 5px;
	width: 150px;
}
#main {
	float:right;
	padding: 5px 5px 5px 5px;
	width: 620px;
}

/***** Navigation *****/
#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #006;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 3px 5px 5px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
#nav li a:hover {
	color: #45c2c5;
}
#nav li.menu a{
	padding-left: 10px;
	background-position:center;
}
	
/***** Main *****/
#main ul {
	list-style: none;
	padding: 0.5em 0em 0.5em .7em;
	margin: 0;
}
.t-yogurt td {
	width: 80px;
}
.t-fruit td {
	width: 80px;
}
.t-dry td {
	width: 140px;
}
.t-hours {
	border-style: none;
}
#footer {
	text-align: center;
	font-size: 10px;
}
