html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	/*background:#fff url(../images/ttb_circle_bg.gif);*/
	font-family:"lucida grande",sans-serif;
	font-size:small;
	color:#97C524;
}
a:link {
	color: #E56084;
	text-decoration: none;
}
a:visited {
 color: #E56084;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #97C524;
}
a:active {
	text-decoration: none;
}

h1 { 
	text-align:left;
	padding:0 1em;
	font:1em "lucida grande",sans-serif; 
	margin:0 0 0 0;
	color: #E56084;
}

h2 {
text-align:center;
	font:1.25em "lucida grande",sans-serif; 
	margin:0 0 0.045em;
	color: #E56084;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	padding:0;
	background:#fff;
	
}
	#header p {
		text-align:center;
		margin:0;
	}
	
	#nav {
	text-align:center;	
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	}

#nav ul {
	display: inline;
	list-style: none;
	padding-left:5px;
	padding-right:5px;
	font:13px "lucida grande",sans-serif;
}

#nav ul li {
	display: inline;
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #97C524;
}

#nav ul li.last {
	display: inline;
	border-right: none;
}

#nav ul li.lastactive {
	display: inline;
	border-right: none;
	color: #E56084;
}

#nav ul li.active {
	color: #E56084;
}

#nav li a {
	color: #97C524;
	text-decoration: none;	
}

#nav li a:hover {
	color: #E56084;
	text-decoration: none;	
}


#contact {
	padding:1em 15em 5em 15em; /* bottom padding for footer */
}

#contact p { 
	text-align:center;
	line-height:1.5em; 
	margin:0 0 1em;
}
#delivery {
	padding:1em 5em 5em 5em; /* bottom padding for footer */
}

#delivery p { 
	text-align:center;
	line-height:1.5em; 
	margin:0 0 1em;
}

#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

#content p {
		/* text-align:justify;*/
		padding:0 1em;
	}

.menu p {
	text-align:left;
	font-family:"lucida grande",sans-serif;
	font-size:11px; 
}

.menu td {
	text-align:left;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
	
}
	#footer p {
		text-align:center;
		padding: 0px 0px 4px 0px;
		margin:0;
	}
img {
	text-align: center;
}
.bg_norepeat {
	background-repeat: no-repeat;
}

