BODY {
 margin:2px;
 background:url('images/bg_page.gif');
 background-repeat:repeat-x;
 background-color:#69517C;
}

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

.large {
  font-size:14px;
}

.indent {
  margin-left:5px;
}

#container {
 width:808px;
 height:660px;
}

#header {
 height:276px;
 width:808px;
}

#main {
  width:808px;
  height:215px;
  position:relative;
}

#navigation {
  height:215px;
  position:absolute;
  left:0;
  top:0;
  width:191;
}

#content {
  height:100%;
  margin-left:190px;
  background:url('images/bg_home.jpg');
  background-repeat:no-repeat;
  text-align:left;
  padding-top:4px;
  padding-left:90px;
}

#content P.scrollable {
  height:181px;
  width:485px;
  color:#330033;
  font-family:Trebuchet MS,sans-serif;
  font-size:14px;
  overflow:auto;
  text-align:left;
}

#content .h1 {
  font-size:20px;
  margin-bottom:10px;
  display:block;
}

#content .h2 {
  font-size:18px;
  margin-bottom:15px;
  display:block;
}

#content A {
  color:#330033;
  font-weight:bold;
  text-decoration:none;
}

#content A:HOVER {
  text-decoration:underline;
}






