@charset "utf-8";
#mywrap {
	width: 911px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-color: #799BC0;
}
#thehead {
	background-image: url(images/lgoo.jpg);
	background-position: left top;
	height: 28px;
	width: 590px;
	margin-top: 20px;
}
#thenav {
	height: 27px;
	width: 911px;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
}
#thecont {
	float: left;
	width: 911px;
	background-image: url(images/pears.jpg);
	background-repeat: repeat-x;
	background-color: #80D00B;
}
#lcol {
	float: left;
	height: 432px;
	width: 259px;

}
#thepressimg {
	height: 51px;
	width: 650px;
	background-image: url(images/press.jpg);
}
#myrcol {
	float: right;
	width: 650px;
	background-color: #FFFFFF;
}
#blogit {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mysearch {
	margin-top: 375px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
	color: #FFFFFF;
}
#mysearch h3{
	color: #000000;
}



#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: White;
	float: left;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1.2pt;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	background-color: #FFF;
	color:#5F799A;
	text-decoration: none;
	float: right;
	padding-top: 0.2em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: .5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F799A;
}

#navcontainer ul li a:hover
{
background-color: #98AAC0;
color: #fff;
}