@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/Getting-here.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #00002e;
	color:#00002e;
}
h1
{
	font-size:9px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
#cabbage
{
	position:absolute;
	width: 815px;
	top: 33px;
	left: 389px;
	height: 350px;
}
#oranges
{
	position:absolute;
	width: 1154px;
	top: 401px;
	left: 50px;
	height: 254px;
}
#tomatoes /*updategetting-information and addgetting-information*/
{
	position:absolute;
	width: 1145px;
	top: 100px;
	left: 49px;
	height: 254px;
}
#menufampeo /*Menu Structures*/
{
	position:absolute;
	width: 300px;
	top: 120px;
	left: 50px;
	height: 20px;
}
table
{
background: #FFFFFF;
border-bottom-color: #FFFFFF;
border-bottom-width:thick;
border-bottom-style:ridge;
border-top-color: #FFFFFF;
border-top-width:thick;
border-top-style:ridge;
border-left-color:#FFFFFF;
border-left-width: thick;
border-left-style:ridge;
border-right-color:#FFFFFF;
border-right-width: thick;
border-right-style:ridge;
}
#backto  
{
	width: 300px;
	font: bold;
	font-size: medium;
}

#backto ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#backto li
{
	background-color: #E0DFE3;
	color: #000021;
}
#backto a:link, #backto a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}
#backto a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}

