body
{
  background: #412215;
  margin: 0px;
  color: #4e392a;
  font-family: sans-serif, Arial, Verdana;
  font-size: 13px;
}

a
{
  color: #4e392a;
  text-decoration: underline;
}

a:hover
{
  color: #4e392a;
  text-decoration: none;
}

a:visited
{
  color: #4e392a;
  text-decoration: underline;
}

h1
{
  font-size: 60px;
  line-height: 0.8em;
  margin: 60px 0px 10px 45px;
  font-family: Times New Roman;
}

.prtitle
{
  margin-top: 120px;
}

h2
{
  font-size: 30px;
  line-height: 0.8em;
  margin: 0px 0px 0px 45px;
}

#container
{
  background: #FFFFFF;
  width: 960px;
  margin: auto;
}

#header-menu
{
  width: 960px;
  height: 50px;
  text-align: right;
}

#menu
{
  padding: 10px 30px 0px 0px
}

#menu a, #menu
{
  color: #4e392a;
  text-decoration: none;
  font-size: 18px;
}

#menu a:hover
{
  text-decoration: underline;
}

#menu .active
{
  text-decoration: underline;
}

#header
{
  width: 960px;
  height: 265px;
  background: url(header-bg.png) no-repeat;
}

#header-title
{
  width: 600px;
  float: left;
}

#header-links
{
  float: left;
  width: 360px;
  padding-top: 70px;
}

#header-links img, img
{
  border: none;
  float: left;
  margin: 0px 10px 10px 0px;
}

#holder
{
  display: block;
  clear: both;
  padding: 20px 30px; 
  float: left;
  background: #FFFFFF;
}

#col-1
{
  display: inline;
  float: left;
  width: 430px;
  margin-bottom: 20px;
}

#col-2
{
  display: inline;
  float: left;
  width: 470px;
  margin-bottom: 20px;
}

#col-3
{
  display: inline;
  float: left;
  width: 410px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#col-4
{
  display: inline;
  float: left;
  width: 900px;
  margin-bottom: 20px;
}

.prcol
{
  margin-left: 20px;
  width: 310px;
}

.primg
{
  clear: both;
  float: left;
  margin: 0px 20px 15px 0px;
}

.prp
{
  float: left;
  font-weight: bold;
  margin: 0px;
}

.brandp
{
  width: 700px;
  float: left;
}

#footer
{
  width: 960px;
  height: 140px;
  background: url(footer-bg.png) no-repeat;
  float: left;
}

#footer p
{
  color: #FFFFFF;
  margin: 30px;
  float: left;
  font-style: italic;
}

.clearfix
{
  clear: both;
}