/* from mtnboy.css - originally from bravenet */

/* class intened to be used with the banner and images used in the banner */
.banner { 
color: #000088;
background-image: 'url(../images/brick023.jpg)';
padding: 0px;
margin: 10px 0px 5px;
border: 0px;
}

.left { 
  /* floats the item to the left side of the page, and adds margin */
  float: left;
  margin: 10px;
}

.right { 
  /* floats the item to the right side of the page, and adds margin */
  float: right;
  margin: 10px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.height200
{
   height: 480px;
}

.cloth023 {
   background-image: url('../images/cloth023.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.cloth064 {
   background-image: url('../images/cloth064.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.wood016 {
   background-image: url('../images/wood016.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.wood054 {
   background-image: url('../images/wood054.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.brick023 {
   background-image: url('../images/brick023.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.marble {
   background-image: url('../images/Marble.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.wood3 {
   background-image: url('../images/wood3.gif');
   margin: 20px 20px;
   border: solid 2px;
}

.texture116 {
   background-image: url('../images/texture116.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.lgrey064 {
   background-image: url('../images/lgrey064.jpg');
   margin: 20px 20px;
   border: solid 2px;
}

.white {
   background-color: white;
   margin: 20px 20px;
   border: solid 2px;
}

.ropebackground2 {
   background-image: url('../images/ropebackground2.gif');
   margin: 20px 20px;
   border: solid 2px;
.sidebar
{
    width: 150px;
    /* height: 385px; /* remove this to allow different-sized sidebars */
    /* background-color: #C7CFA7; */
    color: #000088; 
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #C7E1A7;
    color: #6D8269;
    border: solid 1px #6D8269;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}

.sidebaritem.first
{
    margin-top: 10px;
}


