/* Start of CMSMS style sheet 'saras' */
body
	{
	font: 12px Arial;
	background: url(images/bg.jpg) repeat-x;
	color: #333300;
	width: 900px;
	margin: 0px auto;
	}

a
	{
	color: #333300;
	text-decoration: none;
	}

a:hover
	{
	color: #006600;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	}

p
	{
	margin-top: 0px;
	}

img
	{
	border: 0px;
	}

p img
	{
	margin: 3px;
	}

.clearb
	{
	clear: both;
	}

#banner
	{
	background: url(images/header.jpg);
	height: 341px;
	}

#top-links
	{
	border: 13px solid #5A592D;
	border-width: 0px 13px;
	background: #F5E9D2;
	padding-left: 90px;
	position: relative;
	}

#top-links-bottom
	{
	background: url(images/links/bottom.jpg);
	width: 577px;
	height: 7px;
	position: absolute;
	left: 150px;
	top: 43px;
	}

#content
	{
	position: relative;
	border: 13px solid #5A592D;
	border-top: 0px;
	background: #F5E9D2;
	padding: 30px;
	padding-left: 189px;
	min-height: 307px;
	}

#plant
	{
	width: 171px;
	height: 307px;
	position: absolute;
	left: -13px;
	bottom: 0px;
	background: url(images/plant.jpg);
	}

#bottom-links
	{
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	}

#bottom-links li
	{
	float: left;
	}

#copyright
	{
	text-align: right;
	margin-right: 25px;
	}

#wheat-left
	{
	width: 61px;
	height: 67px;
	float: left;
	background: url(images/wheat_left.jpg);
	}
	
#home
	{
	display: block;
	width: 127px;
	height: 43px;
	background: url(images/links/home.jpg);
	float: left;
	}

#home:hover
	{
	background: url(images/links/home_hover.jpg);
	}

#about-us
	{
	display: block;
	width: 136px;
	height: 43px;
	background: url(images/links/about_us.jpg);
	float: left;
	}

#about-us:hover
	{
	background: url(images/links/about_us_hover.jpg);
	}

#products
	{
	display: block;
	width: 134px;
	height: 43px;
	background: url(images/links/products.jpg);
	float: left;
	}

#products:hover
	{
	background: url(images/links/products_hover.jpg);
	}

#contact-us
	{
	display: block;
	width: 175px;
	height: 43px;
	background: url(images/links/contact_us.jpg);
	float: left;
	}

#contact-us:hover
	{
	background: url(images/links/contact_us_hover.jpg);
	}

#wheat-right
	{
	width: 61px;
	height: 67px;
	float: left;
	background: url(images/wheat_right.jpg);
	}
/* End of 'saras' */

