.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/aboutusbg.gif);*/
	/*background-image: url(../img/aboutusbg.gif); 
	background-repeat: no-repeat;
	background-position: top;*/
	font: "Times New Roman", Times, serif;
	font-size: 18px;
/*	text-align: center; */
text-align: left;
 /*  width: 780px; */
 width: 640px;
}

.main-left a{
	color: Black;
	text-decoration: none;
}

.main-right a{
	color: Black;
	text-decoration: none;
}

.main-left{
   background-color: #eee;
	background-image: url(../img/aboutusbg.gif); 
	background-repeat: no-repeat;
	background-position: top; 

  /* float: left; */

/*	 width: 780px;*/
width: 640px;
}

.main-right{
	/*background-color: Red;*/
	float: right;
	font-size: 20px;
	margin-left: -430px;
	width: 390px;
	height: 400px;
	text-align: left;
}

.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: 7px;
	padding-right: 7px;
	padding-left: 15px;
}

item-left {
   float: left;
	width: 690px;
	text-align: left;
}

item-right{
	float: right;
	margin-left: -200px;
	position: relative;
	width: 480px;
	text-align: left;
}