﻿*
{
  color: White;
  font-family: Arial;
}

body
{
  background-color: #181513;
}

h1
{
  color: White;
  font: bold 36px Arial;
  width: 320px;
  margin-top: 70px;
  padding-top: 8px;
}

#wrapper
{
  background: url('../images/background_home.jpg') no-repeat;
  width: 1318px;
  margin: 0;
}

#content
{
  margin-left: 275px;
}

#middle
{
  padding-top: 10px;
  overflow: hidden;
  width: 800px;
}

#middle .left
{
  width: 300px;
  height:2000px;
  margin-right: 70px;
  float: left;
  margin-top:30px;
}

#middle .left h2
{
  font: bold 22px Arial;
  padding-top: 6px;
}


#middle .left p
{
  margin: 0;
  font-size: 14px;
}
#middle .right
{
  font-size: 12px;
  float: left;
  letter-spacing: 0.1em;
  margin-top: 2px;
  margin-left: 40px;
}
#middle .right h2
{
  font: normal 20px "Arial Black";
}

#middle .right a.featureLink
{
  font: normal 12px "Arial Black";
  border-bottom: solid 1px #a73b2f;
  padding-bottom: 3px;
}

#middle .features
{
  list-style-type: none;
  margin-top: 30px;
  width:390px;
}

#middle .feature
{
  width: 390px;
  clear: both;
}

#middle img
{
  float: left;
}

#middle .right .right
{
  margin-left: 30px;
  width: 185px;
}

