body {
background-color:#E6DDCC;
font-family: Tahoma, Verdana, Arial;
font-size: 90%;
}

#footer {
font-size: 80%;
text-align:center;
}

#bottom {
width: 340px;
height: 174px;
background-image: url('images/bunn.jpg');
background-repeat: no-repeat;
}



.roundcont {
	width: 100%;
	background-color: white;
	color: black;
	
}

.roundcont p {
	margin: 0 10px;
}

#right {
text-align:right;
width:180px;
height:753px;
background-image: url('images/right.jpg');
background-repeat: no-repeat;
background-position: 0 75px;
}

#text {height:100%;
font-size: 12px;
padding:10px;
}

#text h2 {
	margin:0;
	font-size: 16px;
}

#text p {
padding:0;
margin:0;
}
.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}






/*- Menu Tabs K--------------------------- */ 	

    #tabsK {
      float:left;
      width:100%;
      background:#E6DDCC;
      font-size:93%;
      line-height:normal;
	 
      }
    #tabsK ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("images/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("images/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }