body {
	margin:0;
	padding:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#CCCCCC;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Calibri, Verdana, Arial, Times;
}

#html_page {
	width: 800px;
	margin: 0px auto;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #FFFFFF;
}

#navigation {
	clear: both;
	height: 51px;
	line-height: 51px;
	padding-left: 15px;
	width: 785px;
	background-image: url(http://www.agoracode.com/worldsbestfruit/images/navgrad.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
}

img.divider {
	vertical-align: middle;
}

a:link.nav_link  {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited.nav_link {
	text-decoration: none;
	color: #FFFFFF;
}

a:active.nav_link {
	text-decoration: none;
}

a:hover.nav_link {
	text-decoration: none;
	font-weight: bold;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #FFFFFF;
	height: 850px;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.col2 { 
	background-image: url(http://www.agoracode.com/worldsbestfruit/images/col2grad.png);
	background-repeat: repeat-y;
}

/* 2 Column (right menu) settings */
.rightmenu .colleft {
	right:30%;				/* right column width */
}
.rightmenu .col1 {
	padding-top: 10px;
	width:66%;			/* left column content width (left column width minus left and right padding) */
	left:32%;			/* (right column width) plus (left column left padding) */
	height: 850px;
}
.rightmenu .col2 {
	padding-top: 10px;
	width:30%;			/* right column content width (right column width minus left and right padding) */
	left:36%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	height: 850px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:785px;
	background: #499ADC;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

span#company_info {
	font-size: 14px;
	color: #000000;
	line-height: 1em;
	font-weight: bold;
}

span.story_title {
	font-size: 24px;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}

p.story_content {
	font-size: 16px;
	color: #666666;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

blockquote {
	position: relative;
	text-indent: 25px;
}
.bqstart,
.bqend { 
	font-size: 300%;
	color: #000066;
}

/* apply IE specific rules first */
.bqstart {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
}

blockquote.quote {
	font-size: 18px;
}

div.quote_sig {
	text-align: right;
	font_size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-right: 30px;
	color: #555555;
}

blockquote> .bqstart {
	/* add extra non-IE rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}
.bqend {
	position: absolute;
	margin-top: -0.6em;
	right: 0;
	text-indent: 0;
}
blockquote> .bqend {
	margin-top: -0.2em;
}

div.form_content {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:790px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #FFFFFF;
	height: 600px;
	padding: 10px 5px 10px 5px;
	line-height: 24px;
}

div#video_content {
	margin: 0px auto;
	height: 370px;
}

div.form_label {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	text-align: right;
	width: 300px;
	float: left;
	padding-right: 10px;
}

div.form_input {
	float: left;
}

div.form_input_note {
	font-size: 12px;
	color: #CC0000;
	font-style: italic;
	text-align: left;
	padding-left: 10px;
	float: left;
}

div.form_title {
	font-size: 16px;
	color: #000066;
	padding-left: 15px;
	margin-bottom: 10px;
}

div.clear {
	clear: both;
}