@import url("content.css");
@import url("mainnav.css");    
@import url("forms.css");    

body {
  margin: 0;
  padding: 0 0 0 0; 
  color: #fff;
  line-height: 120%;
  font-weight: normal;
  font: 11px "Trebuchet MS", verdana, sans-serif;
  text-align: center;
}

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

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:visited:hover {
  color: #fff;
  text-decoration: none;
}               

img {
  border: none;
} 

p {
  line-height: 175%;
  margin-bottom: 12px;
}

table#wrap {
  width: 100%;
}

table#wrap td {
  padding: 0px;
  vertical-align: top;
}

table#wrap td#rightSide {
  width: 30%;
  background: url("../../media/img/right_bg.jpg") repeat-y top left;
}

table#wrap td#leftSide {
  width: 30%;
  background: url("../../media/img/left_bg.jpg") repeat-y top right;
}

#wrap #container {
  width: 802px;
  background: url("../../media/img/content_bg.gif") repeat-x #020202;
  text-align: left;
  color: #fff;
}