html, body {
    height:100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navBar {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:45px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/topbar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
} 
#navholder{
	float: right; /* since this element is floated, a width must be given */
	width: 560px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal 			scroll bar */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	clear:both;
	padding-top:5px;
} 
#navTOP {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 30px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	padding-top: 10px;
	clear:both;
} 
#FruitHolder {
	height:245px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #16528e;
	padding-bottom:10px;
} 
#Fruit {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 245px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	clear:both;
} 
h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}
.clearfooter {
height: 80px;
clear: both;
}
/* Header */

#header {
	width: 890px;
	height: 80px;
	margin: 0px auto;
}
/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:80px;   /* Height of the footer */
}
#container {
   min-height:100%;
   position:relative;
}
/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
	padding:20px;
	background: url(Images/bg04.jpg) no-repeat top left;
	text-align:justify;
}
.post a{
	color: #FF6600;
	text-decoration:none;
}
.post a:hover{
	color: #FF3300;
	text-decoration:underline;
}
#contentVAR {
	float: left;
	width: 740px;
}
.VARIETIESpost {
	padding-left: 10px;
	padding-top:20px;
	background: url(Images/bg05.jpg) no-repeat top left;
	text-align:justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:200%;
}

#sidebar li {

	margin: 0;
	padding: 0;
}
#sidebar .nav {
	margin: 0;
	padding: 0 0 0 20px;
	background-image: url(Images/img02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar li ul {
	padding-bottom: 10px;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding-bottom:5px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
text-decoration:underline;
color:#FF3300;
}

/* Footer */

#footer {
	clear: both;
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;   /* Height of the footer */
	background: #F2F2F2 url(Images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	color: #717171;
}
.titleTXT{
	padding-top:20px;
	padding-left:17px;
}
.orange{
	color: #FF6600;
}
	.bold{
	font-weight:bold;
}
.justify{
	text-align:justify;
}
