.container {
	border: 1px dotted black;
      border-bottom: 0;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}

.container1 {
	border-left: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}

.box {
	background: #FFFFFF;
	border: 0px dotted red;
	width: 280px;
	height: 150px;
	margin: 5px;
	position: relative;
}

.boxPicture {
	background: #ffffff;
	border: 0px dotted red;
	width: 325px;
      height:125px;
	margin: 2px;
      margin-right: 1px;
	position: relative;
}

.boxPicture img {
      float:left;
      padding: 1px 0 2px 2px;
}

.boxList {
	background: #ffffff url(../images/image13.jpg) no-repeat right bottom;
	border: 0px dotted red;
	width: 240px;
	height: 150%;
	margin: 2px;
	position: relative;
}
#nav_list {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #635208;
      margin:2px;
      padding-top: 5px;
      width: 145px;
      float:left;
      display: inline;
}

#nav_list a {
      text-decoration: none;
      color: #6b6b21;
	
}

.boxList p {
      font-size: 16px;
      font-weight: bold;
      font-family: Verdana, Arial, helvetica, sens-serif;
      float: left;
      margin: 0;
      padding: 8px 1px 1px 1px;
}

.boxWidth {
	background: #FFFFFF;
	border: 0px dotted green;
	width: 580px;
	margin: 5px;
	position: relative;
}

.boxWidth p {
      font-size: 12px;
      font-family: Verdana, Arial, helvetica, sens-serif;
      float: left;
      margin: 2px;
      line-height: 125%;
      padding: 15px;
}

.boxHeight {
	background: #FFFFFF;
	border: 1px dotted green;
	width: 280px;
	height: 300px;
	margin: 5px;
	position: relative;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.text {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
	position: relative;
}


