.wrapper{
	width: 800px;
	/*background-color: Yellow;*/
	text-align: center;
}

.header {
	text-align: center;
	position: relative;
	
}

.title{
	font: "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: normal;
}

.main-text{
	/*background-image: url(../img/Quinn_flwShop1.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	font: Verdana, Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
   width: 795px;
}

.main-left a{
	color: Black;
	text-decoration: none;
}

.main-right a{
	color: Black;
	text-decoration: none;
}

.main-left{
   /*background-color: Blue;*/
	background-image: url(../img/Quinn_flwShop1.jpg); 
	background-repeat: no-repeat;
	background-position: top;
   float: left;
	text-align: right;
	font-weight: bold;
	font-size: 17px;
	width: 795px;
}

.main-right{
	/*background-color: Red;*/
	float: right;
	font-size: 20px;
	margin-left: -300px;
	width: 290px;
	height: 400px;
	text-align: left;
	font-weight: normal;
}

.main-left ul {
	margin: 0;
	padding: 0;
	border: 0;
	height: 30px;
	list-style-type: none;
}

.main-left li ul{
	height: 30px;
}

.main-left li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	/*float: right;*/
   height: 30px;
	position: relative;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 2px;
}
.main-right ul {
	margin: 0;
	padding: 0;
	border: 0;
	height: 30px;
	list-style-type: none;
}

.main-right li ul{
	height: 30px;
}

.main-right li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	/*float: right;*/
   height: 30px;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
}

item-left {
   float: left;
	width: 690px;
	text-align: left;
}

item-right{
	float: right;
	margin-left: -200px;
	position: relative;
	width: 480px;
	text-align: left;
}