body
{
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  color: #333;
}

#background
{
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
}

#wrapper
{
  width: 920px;
  margin: 0 auto;
}

#header
{
  background-image: url(../images/header-background.png);
  height: 82px;
  width: 100%;
  position: relative;
}

#clearContent
{
  clear: both;
}

fieldset,img { 
	border:0;
}

a
{
  color: #e12542;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

p.footer_links, p.copyright
{
  text-align:center;
}
