body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.8em;
	line-height: 1.5em;
	color:#555555;
	text-align: center;
	background: url(images/bg.gif) repeat-y center;
}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #e9e8d6;
display: block;
text-align: left;
}

#topsection{
background: #615745;
width: 850px;
height: 120px; /*Height of top section*/
background: url(images/TOP-BANNER.png) no-repeat center;
display: block;
}

#topsection2{
background: #000000;
top: 190px;
width: 850px;
height: 229px; /*Height of top section*/
display: block;
}

#contentwrapper{
float: left;
width: 100%;
background-color: #e9e8d6;
display: block;
}

#contentcolumn{
background-color: #e9e8d6;
margin-left: 200px;
width: 650px;
margin-top: 10px;
display: block;
}

#leftcolumn{
top: 310px;
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/
background-color: #e9e8d6;
display: block;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer{
position:relative;
clear: left;
width: 850px;
color: #FFF;
text-align: center;
padding: 10px 0;
}

.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333333; text-align: center; }

h1 {
font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 2em;
	color: #006400;
	}
	
	h2 {
font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 1.7em;
	color: #000000;
	}
	
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#gallery img {
border: none;
display: block;
float: left;
}

/*- Menu Tabs 12--------------------------- */

    #tabs12 {
      float:left;
      width:100%;
	  background:#615745;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #000;
      }
    #tabs12 ul {
	  margin:0;
	  padding:0px 8px 0 5px;
	  list-style:none;
      }
    #tabs12 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs12 a {
      float:left;
      background:url("images/tableft12.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs12 a span {
      float:left;
      display:block;
      background:url("images/tabright12.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#E4D6CD;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs12 a:hover span {
      color:#FFF;
      }
    #tabs12 a:hover {
      background-position:0% -42px;
      }
    #tabs12 a:hover span {
      background-position:100% -42px;
      }

/*links*/

a. { color: #5d431f; }
a.link { text-decoration: none; color: #5d431f; }
a.visited { text-decoration: none; color: black; }
a.hover { text-decoration: none; color: white; background-color: #5d431f; }
a.active { text-decoration: none; color: #003300; }

a.main { color: #000000; font-weight: bold; }
a.main:link { text-decoration: none; color: #000000; }
a.main:visited { text-decoration: none; color: #000000; }
a.main:hover { text-decoration: none; color: #006400; }
a.main:active { text-decoration: none; color: #003300; }

/*captions*/
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
