/* CSS Document */
#wrap {
  background-image: url(images/contbg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  }
#header {
  height: 74;
  align: right;
  }
#navigation {
  float: left;
  top: 74;
  left: 0;
  width: 250;
  height: 400;
  }
#content {
  float: right;
  width: 60%;
  margin-left: 50;
  }
#footer {
  clear: both;
  text-align: center;
  }
A { text-decoration:none }
a:link {color: #663300;}
a:visited {color: #000000;}
a:hover {color: #663300;}
a:active {color: #663300;}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
