.container {
	border-left: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 3px;
      background: #FFFFFF;
}
.container1 {
	border-left: 1px dotted black;
	width: 600px;
	overflow: hidden;
	margin-bottom: 3px;
      background: #FFFFFF;
}
.box {
	background: #FFFFFF;
	border: 1px dotted red;
	width: 280px;
	margin: 5px;
	position: relative;
}
.box1{
	background: #FFFFFF;
	border: 1px solid black;
	width: 200px;
	
	margin: 5px;
      margin-bottom: 1px;
	position: relative;
}
.box2 {
	background: #FFFFFF;
	border: 0px dotted black;;
	width: 360px;
	margin: 5px;
      margin-bottom: 1px;
	position: relative;
}

.boxPicture {
	background: #ffffff;
	border: 0 dotted red;
	width: 440px;
	height:150px;
	margin: 5px;
      margin-bottom: 1px;
	position: relative;
}

.boxList {
	background: #ffffff;
	border: 0 dotted red;
	width: 120px;
	height: 150px;
	margin: 5px;
      margin-bottom: 1px;
	position: relative;
}
.boxList H2 {
      padding-top: 20px;
      padding-left:10px;
      
      font-size: 20px;
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-style: normal;
      text-align: center;
 }

.boxWidth {
	background: #e0e0e0;
	border-top: 5px solid #635208;
	width: 585px;
	margin: 5px;
	position: relative;
}
.boxWidth p {
     background: #e0e0e0;
}
.boxHeight {
	background: #FFFFFF;
	border: 1px dotted green;
	width: 280px;
	height: 300px;
	margin: 5px;
	position: relative;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.floatRight a {
   text-decoration: none;
   color:#524a18;
}
.floatRight a:hover {
   text-decoration: none;
   color:#000;
}

p a {
   text-decoration: none;
   color:#524a18;
}
p a:hover {
   text-decoration: none;
   color:#000;
}


.boxWidth p{
   padding-top: 10px;
   padding-left:10px;
   padding-right: 10px;
   padding-bottom: 10px;
   font-size: 14px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   font-style: normal;

}

.box2 p{
   padding-top: 10px;
   padding-left:10px;
   padding-right: 10px;
   padding-bottom: 10px;
   font-size: 14px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   font-style: normal;

}

.box1 p {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left:10px;
   padding-right: 10px;
   font-size: 12px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   font-style: normal;
   background: #ffffff;

}
.box1 h4 {
   font-size: 12px;
   padding-top: 10px;
   padding-bottom: 5px;
   text-align: center;
   background: #e0e0e0;
   border-bottom: 2px solid #847308;
}
.box1 ul {
      font-size: 12px;
      margin-left: 10px;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 10px;
      
}
.box1 li{
  padding: 5px;
}
.box2 ul {
      font-size: 12px;
      margin-left: 20px;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 10px;
      
}
.box2 li{
  padding: 5px;
}
 
.style {
  padding-left: 10px; 
}

.style1 {
  text-align: center;
}

.box2 h2 {
   font-size: 14px;
   font-family: Verdana, Arial, helvetica, sans-serif;
   padding-top:10px;
   padding-bottom: 5px;
   text-align: center;
   background: #e0e0e0;
   border-bottom: 2px solid #847308;
}    
