/*==============================
      GLOBALS
===============================*/
html, body
{
  font-family:trebuchet, myriad, arial;
  font-size:12px;
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  background-color:#CCC;
  background-image: url(../images/top-bg.jpg);
  background-position:top center;
  background-repeat:repeat-x;

}
h1
{
  color:#FFF;
  font-size:22px;
  margin-bottom:2px;
}

h2
{
  color:#FFF;
  font-size:20px;  
  margin:0px;
  padding:0px;
}

p
{
  color:#FFFFFF;
  font-size:12px;
  line-height:22px;
}
a
{
  color:#FFF;
  text-decoration:none;
}
a:hover
{
  text-decoration:underline;
}

ul.contact
{
  list-style:none;
  color:#FFFFFF;
  padding:0px;
  margin:0px 0px 10px 0px;
}
p.small
{
  font-size:10px;
  padding-top:0px;
  margin-top:3px;
}

/*==============================
  SITE WRAPPER
===============================*/
#wrapper
{
  width:800px; 
  margin:0 auto;
  padding:0;
  height:100%;
  background:url(../images/header.jpg) top center no-repeat;
}

/*==============================
      HEADER 
===============================*/
#header
{
  width:800px; 
  float:left;
  height:295px;
}

/*==============================
          CONTENT
===============================*/

#content
{
  width:800px;
  height:100%;
  float:left;
  background:url(../images/content-bg2.jpg) top center  no-repeat;
}

#content-right
{
  float:right;
  width:350px;
  height:350px;
  margin:20px 60px 0px 0px;

}







