<!--
body {
	background-color: #000;
	/*background-image: url("images/Sitka016.png");*/
    background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
}

#inner-outer-wrapper {
padding: 0% 0% 0% 0%;
margin: 0% 0% 0% 0%;
}

#outer-outer-wrapper {
padding: 0% 0% 0% 0%;
margin: 0% 0% 0% 0%;
}

#left-wrapper {
padding:  0% 0% 0% 0%;
margin-left: 20px;
float: left;
display: inline;       /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#links-wrapper {
padding: 1px 1px 1px 1px;
float: left;
display: inline;       /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#picture-wrapper {
clear:left;
float:left;
/*border: 3px solid #FFF;*/
margin-left:15px;
display: inline;       /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#inner-picture-wrapper {
clear:left;
float:left;
margin: 15px 15px 15px 15px;
}

#picture {
float: left;
/*margin: 2px 2px 2px 2px;*/
}
p {
clear:left;
float:left;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin-bottom: 10px;
 padding: 4px 0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin-bottom: 15px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 15px;
 margin-left: 3px;
 margin-bottom: 15px;
 border: 1px solid #000;
 background: #9cf;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #369;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #99O;
 border: 1px solid #000;
 border-bottom:0;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #99O;
 border: 1px solid #000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
  border: 3px solid #000;
  height:300px; 
  width: 1000px;
  background: #CFF ;
  background-image: url("images/background1.png");
  background-repeat: no-repeat;
  background-position: right;
  font-family: "Trebuchet MS", Verdana;
  font-size: 14px;
  

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
-->