body {
	background:  url(../images/ltbkg.gif);
	background-color: rgb(51,51,51);
	margin: 0px;
	text-align: center;
	color: rgb(236,233,233);
	font-family: Arial, Helvetica, sans-serif;
}
body a {
	background-color: inherit;
	color: plum);
	text-decoration: none;

}
body a:hover {
	background-color: inherit;
	color: rgb(174,255,4);
}

.bodycont {
	width: 100%;
}
.rightside {
	float: right;
	width: 580px;
	height: 550px;
	padding:15px;
	text-align: left;
}	
.rightside h1{
	color: #353245;
}
.rightside h2 {
	color: #427014;
}
.container{width: 785px;
	margin: 0;
	background-color: white;
    margin-left: auto;
    margin-right: auto;
}
.leftcontent {
	float:left;
}
.leftside {
	width: 175px;
	float: left;
}
.menu {
	background-image: url(../images/menubar.gif);
	width:100%;
	height: 40px;
	line-height: 40px;
	color: #878686;
	vertical-align: middle;
}
.menu a {color: #878686;
	padding-left: 30px;
	padding-right: 30px;
}
.menu a:hover {
	color: #353245;
}
.menuleft {
	width: 175px;
	height:300px;
	background-color: #353245;
	color: #FFFFFF;
	font-weight: bold;
	margin:0;
	list-style: none;

}
.menuleft li {
	text-align: left;
	list-style: none;
	margin-left: -30px;
	padding-left:10px;
	padding-bottom: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;

}	
.searchleft {
	width: 175px;
	background-color: #dadad9;
	color: #FFFFFF;
	font-weight: bold;
}
.shade {
	background-image: url(../images/shadebar.gif);
	width:100%;
	height:7px;
	line-height: 7px;
	font-size: 2px;
}
.fruit {
	background-image: url(../images/plum.gif);
	width: 300;
	height: 179;
	float:right;
}

.description {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	clear:right;
}
.descriptiontitle {
	background-color: #cbcbcb;
	color: white;
	text-align: center;
	font-weight: bold;
}
.sitetitle {
	font-family: Arial;
	font-size: 48px;

	text-align: left;
	padding-left: 25px;
	float: left;
	line-height: 120px;
}
.sitetitle li {
	margin:0;
	display: inline;
	list-style-type: none;
}
#active{
	color: #353245;
}
.titleemail {
	width: 300px;
	float: right;
	text-align: right;
	color: #878686;
	text-decoration: none;
	padding-top: 55px;
	padding-right: 15px;
	border-bottom: solid 1px #dadad9;
}
.titleemail a {
	color: #b7b6b5;
}
.titleemail a:hover {
	color: #353245;
}		
legend {
	border: solid 1px #b7b6b5;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #b7b6b5;
	color: white;
	font-weight: bold;
}
fieldset {
	border: solid 1px #b7b6b5;
	color: #504f4f;
	padding: 15px;
}
.btn {
	background-color: #353245; 
	color: white;
	font-weight: bold;
}
