    body {
        background-color: #FFFF55;
        margin:0;
        padding:0;
        font: 11px/1.5em Verdana;
}

.Banner
{
	background: url(../images/banner.jpg) no-repeat center;
	width: 960px;
	height: 105px;
}
#telo
{
	width: 961px;
	height: auto;
   min-height:		700px;
   background: url(../images/plyn.jpg) no-repeat right bottom;
}
p
{
	font-family: Tahoma;
	color: black;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 20px;
}
a
{
	font-family: Tahoma;
	color: #444;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 18px;
	color: #555;
	border-top: 2px solid #555;
	font-variant: small-caps;
	width: 60%;
	padding-left: 15px;
	margin-left: 5px;
	letter-spacing: 4px;
}


/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      width:960px;
      }
    #tabsH ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
        
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      width:112px;
      }
    #tabsH a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
		font-weight: bold;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
		font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;width:112px;font-weight: bold;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FF0;
      width:112px;
      text-decoration:underline;
		font-weight: bold;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
                color:#FF0;
			 		 font-weight: bold;
        }
        #tabsH #current a span {
                background-position:100% -42px;
                color:#FF0;
					 font-weight: bold;
        }