body {
   color: #333;
   margin:0 0 0 0;
}

p {
  text-indent:1em;
}

.header h1{
   color: #555;
}

.container {
   width: 1024px;
   margin: 0 auto;
}
h3 {
   background-image: url(img/h3.png);
   padding-left: 5px;
   border: 1px solid #ddd;
   margin-top:40px;
   margin-bottom:20px;
}
.block p {
   padding-left: 20px;
   padding-right: 20px;
}
.block > div {
   padding-left: 20px;
   padding-right: 20px;
}
.footer {
   text-align: center;
   font-size: 80%;
   color: #888;
}
a {
   color: #00a381;
   font-style: normal;
   text-decoration: underline;
}
a:link {
   color: #00a381;
   font-style: normal;
   text-decoration: underline;
}
a:visited {
   color: #006e54;
   text-decoration: underline;
}
a:hover {
   color: #00a381;
   font-style: normal;
   text-decoration: underline;
}
a:active {
   text-decoration: none;
}

* {
   font-family: Helvetica, Arial;
   line-height:1.5em;
}
.left {
   width: 400px;
   float: left;
}
.right {
   width: 200px;
   float: right;
   vertical-align: middle;
}
.right p {
   margin-top: 145px;
   font-size: 1.5em;
   font-weight: bold;
   font-family: serif;
   color: #555;
   text-shadow : 4px 4px 3px #999 ;
   text-align: center;
}

.social div {
   display: inline;
   float: left;
   width: 110px;
}

.clear {
   clear: both;
}

.round {
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

img.right {
  margin-left:1em;
  float:right;
}

img.left {
  margin-right:1em;
  float:left;
}
