/* Simple HTML5 Hack for IE */
header, section, footer, aside, nav, article {  
	display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font: 11pt  Helvetica, sans-serif;
  font-weight: lighter;
  line-height: 200%;
  color: #777;
}

section {
  margin: 1% auto;
  width: 1000px;
}

header {
  position: relative;
  width: 1000px;
  margin-bottom: 20px;
  text-indent: 180px;
  background: url(logo.png) top left no-repeat;
  height: 200px;
}

header h1 {
  padding-top: 80px;
  padding-bottom: 10px;
  font-size: 2.8em;
}

header h3 {
  position: absolute;
  right:0px;
  bottom:46px;
  width: 380px;
  text-align: right;
  text-indent: 0;
}

article {
  float: left;
  width: 580px;
  margin-right: 40px;
}

aside {
  float: left;
  width: 380px;
}

footer {
  border-top: 1px dotted #ccc;
  clear: both;
  padding: 10px 0;
}

article p, article ul, footer p {
  margin-left: 180px;
}

article h3, footer h3 {
  float: left;
  width: 140px;
  text-align: right;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Futura;
  color: #bb2d3c;
  font-weight: normal;
}

p, ul, fieldset {
  margin-bottom: 20px;
}

fieldset {
  border-radius: 10px;
  background: #bb2d3c;
  color: #fff;
  padding: 10px 0;
}

fieldset p {
  padding-left: 15px;
  margin-bottom: 0;
}

input, textarea {
  width: 340px;
  color: #000;
  padding: 5px;
}

button {
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px;
} 

strong {
  font-weight: bold;
  color: #999;
}

.image {
  border-radius: 10px;
  background: #c8c9c8;
  text-align: center;
  line-height: 100%;
  padding: 15px;
}

a {
  color: #bb2d3c;
}

fieldset strong, fieldset a { 
  color: #fff;
}