/* Clonnaugh CSS Document */

body {
  /* element body margin */
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-top:0px;
  /* font styles */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  /* size of body */
  height: 99%;
  width: 100%;
}

.footertext {
  font-family: Arial;
  font-weight: bold;
  font-size: 9px;
  color: #6F2B90;
}

.footertext a:link {
  color: #6F2B90;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
}

.footertext a:hover {
  color: #6F2B90;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

.footertext a:visited {
  color: #6F2B90;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
}

.footertext a:active {
  color: #6F2B90;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

.maintext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #6F2B90;  
}

.leftside {
  background-image: url(../images/left_side.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.leftsidebox {
  background-image: url(../images/side_left_box.gif);
  background-repeat: repeat;
  background-position: left;
}

.leftsidemore {
  background-image: url(../images/left_side_more.gif);
  background-repeat: repeat;
  background-position: right;
}

.rightside {
  background-image: url(../images/right_side.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.rightsidebox {
  background-image: url(../images/side_right_box.gif);
  background-repeat: repeat;
  background-position: right;
}

.rightsidemore {
  background-image: url(../images/right_side_more.gif);
  background-repeat: repeat;
  background-position: left;
}

img {
  outline-width: none;
  outline: none;
}

.morebacking {
  background-image: url(../images/more_tree.gif);
  background-repeat: no-repeat;
  background-position: right;
}
