
.container {
	border-left: 1px dotted black;
      border-top: 5px solid #635208;
	width: 600px;
	overflow: hidden;
	margin-bottom: 1px;
      background: #FFFFFF;
}
.container1 {
	border: 0px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom:1px;
      background: url(../images/images4444.jpg) no-repeat right bottom;
}

.box_image {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 185px;
	margin: 3px;
	position: relative;
}
.box_text {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 385px;
	margin: 3px;
	position: relative;
}

.box {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 285px;
	margin: 3px;
	position: relative;
}

.box h1 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: Georgia, serif;
	font-size: 2em;
}
.box p {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
      line-height: 125%
   
}
.boxWidth_title {
	background: #FFFFFF;
	border: 0px dotted green;
      border-left: 1px dotted gray;
	width: 420px;
	margin: 2px;
	position: relative;
}

.boxWidth {
	background: #FFFFFF;
	border: 0px dotted green;
	width: 590px;
	margin: 2px;
	position: relative;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

h4 {
   font-family: Verdana, Arial, helvetica, sans-serif;
   font-size: 18px;
   font-style: normal;
   padding-left: 50px;
   color: green;
   margin-top: 15px;

}

.boxWidth ul {
	width: 400px;
	display: block;
      padding-left: 60px;
      margin-top:10px;
      margin-bottom: 20px;
      border-top: 0px solid #a1a1a1;
      border-bottom: 0px solid #a1a1a1;
      background: #ffffff;    
        
}
.boxWidth li {
	font-size: 1.2em;
	margin-top:5px;
      margin-left: 10px;
	padding: 2px;
	}



