body {
  font: 62.5%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #666;
  background: #fff;
}

.box-inner h2 {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 0.8;
  color: #6b6b21;
  margin: 0;
  padding-top: 15px;
}
.wrapbox {
  margin-top:10px;
  margin-bottom: 0px
  margin-left: 15px;
  margin-right: 15px;
  width: 370px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.box {
  font-size: 1.5em;
}

/* rounded corner box
================================== */

.box {
  width: 370px;
  background: url(images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 30px;
}

.box-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.box h2 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 15px;
  text-align: left;
}


.box h2 {
  padding-left: 20px;
  padding-right: 20px;
}

.box p {
  font-size: 0.8em;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 5px;
}

.box li {
 margin-top: 5px;
 margin-left: 30px;
 font-size: 0.8em;
}

   
.outWraper {
  margin-left: 10px;
  width: 770px;
}

div.figure {
    float: right;
    width: 120px;
    margin: 5px 30px 10px 10px;
}
.flgure img {
    border: 1px solid #666;
    padding: 5px;
}
.figure p {
    font: 0.8em Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    background-color: #e6f3ff;
    border: 1px dashed #666;
    padding: 2px;
    padding-top: 2px;
    margin: 10px 0 0 0;
}

.container {
	border: 1px dotted black;
	width: 768px;
	overflow: hidden;
	margin-bottom: 3px;
      background: #FFFFFF;
}


.boxPicture {
	background: yellow;
	border: 1px dotted red;
	width: 200px;
	height: 150px;
	margin: 5px;
	position: relative;
}

.boxHeight {
	background: #FFFFFF;
	border: 0px dotted green;
	width: 280px;
	height: 240px;
	margin: 5px;
	position: relative;
}

.text {
      font-family: Verdana, Arial, helvetica, sans-serif;
      font-size: 14px;
      font-style: normal;
	position: relative;
}

.box2 {
	background: #FFFFFF;
	border: 1px dotted black;
	width: 450px;
	margin: 3px;
	position: relative;
}

.box2 h1 {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1.4;
      color: #6b6b21;
      margin: 0;
      padding-top: 10px;
      padding-left: 15px;
      text-align: left;
      background: url(images/blog_24.gif);


}
.boxRight h3 {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1.4;
      color: #6b6b21;
      margin: 0;
      padding-top: 10px;
      padding-left: 30px;
      background: url(images/blog_24.gif);


}
.boxRight li {
 margin-top: 5px;
 margin-left: 30px;
 padding-left:40px;
 font-size: 1.2em;
 text-decoration: none;
}
.box2 h2 {
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1.0;
      color: #6b6b21;
      margin: 0;
      padding-top: 10px;
      padding-left: 60px;
      text-align: left;
      background: url(images/blog_24.gif);


}

