body{
	background: #cccccc;
	font-family: "Trebuchet MS";
	color:#8b4513;
	font-size: 13px;
}
#wrap{
	width: 770px;
	height: auto;
	margin: auto;
}

#header{
	text-align: left;
}

a  img{border: none;}

#content{
	width: 770px;
	position: relative;
}
/* MENU*/

#nav{
	width: 250px;
	position: absolute;
	left: 0;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #fff;
	background: #FF99cc;
	height: 304px;

}

#nav ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	
}

#nav li.first a{
	border-top: 0;
}
#nav li.first a:hover{
	border-top: 0;
}
#nav ul li
{
display: block;
margin: 0;
padding: 0;
}

#nav ul li a
{
display: block;
width: 100%;
color: #fff;
padding: 21px 0 21px 0px;
text-decoration: none;
background: #FF99cc;
border-top: 1px solid #fff;
}
#nav ul li a:hover
{
display: block;
width: 100%;
color: #fff;
padding: 21px 0 21px 0px;
text-decoration: none;
border-top: 1px solid #fff;
}

a#products:hover{
	background: #99ccff;
}
a#find_a_store:hover{
	background: #cc99ff;
}
a#about_me:hover{
	background: #66FF66;
}
a#ordering:hover{
	background: #99ccff;
}
a#contact_me:hover{
	background: #8B4513;
}
/*END NAVIGATION*/

#welcome{
	width:228px;
	height:304px;
	position: absolute;
	left: 250px;
	border-left: 1px solid #fff;
}
#brown_box{
	width:133px;
	height: 180px;
	position: absolute;
	left:479px;
	background: #BA7F37;
	border-left: 1px solid #fff;

}
#brown_text{
	padding-top: 15px;
	font-size: 17px;
	color: #fff;
}
#flower{
	width:133px;
	height: 180px;
	position: absolute;
	left:612px;
	background: #BA7F37;
	border-left: 1px solid #fff;

}

#blue_box{
	background: #99CCFF;
	width:266px;
	height: 122px;
	position: absolute;
	top: 180px;
	left:479px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

#blue_text{
	text-align: left;
	color: #fff;
	font-size: 13px;
	width: 250px;
	padding-left: 2px;
	padding-top: 15px;
}
#blue_text p{
	margin: 0;
	padding:0;
}

#footer{
	position: absolute;
	top: 310px;
	margin: auto;
	left: 250px;
}