body{
margin:0;
padding:0;
  line-height: 1.3em;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  background-image: url('images/Bkg.jpg');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #ffffff;
}
h2{
  font-size: 140%;
 } 
h3{
  font-size: 180%;
 } 
 
b{font-size: 110%;}
em{color: red;}
a:link { color:#502922 }	
a:visited { color:#414F6A }	

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
  background-image:url('images/header3.jpg');
  background-position: top center;
  background-color: #ffffff;
  background-repeat:no-repeat;
}
#contentwrapper{
float: left;
width: 840px;
height:100%;
}
#contentcolumn{
margin-left: 15px; /*Set right margin to RightColumnWidth*/
width: 600px;
height: 290px;
float: right;
padding-top: 275px;
}
#leftcolumn {
	float:left;
	width:195px;
	height:400px;
 	background-color: #967445;
	background-repeat: repeat-y;
    margin-top:-285px;
    border:0px solid #000;

    }
#rightcolumn{
float: left;
width: 149px; /*Width of right column*/
margin-left: -149px; /*Set left margin to -(RightColumnWidth) */
padding-top: 50px;
background: #A0ADD9;
}
#footer{
clear: left;
width: 100%;
background: ;
color: #;
text-align: left;
margin-top: 25px;
padding: 2px 0px;
}
#footer a{
color: #;
}
.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
width: 133px;
margin-left: -10px;
}
/*Vertical Menu*/

#main-vertmenu {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
  top: 20px;
  line-height: 1.35em;
  text-align: left;
  width: 134px; 
}
#main-vertmenu ul {
  list-style: none;
  margin: 0px;
  padding: 5px;
}
#main-vertmenu li {
  margin: 0px;
  padding: 5px;
}
#main-vertmenu ul li a {
  font-size: 12px;
  margin-left: 1px;
  display: block;
  padding: 5px 2px 4px 3px;
  text-decoration: none;
  color: #ffffff;
  width: 188px;
  margin-bottom:15px;
  background: url(images/buttonbkg2.jpg) no-repeat;
}
#main-vertmenu ul li a:hover, #vertmenu ul li a:focus {
  color: #ffffff;
  background: url(images/buttonbkg.jpg) no-repeat;
  font-size: 12px;
  margin-left: 1px;
  width: 188px;
  display: block;
}
#text-menu {
  width: 133px;
  color: #ffffff;
  text-align:center;
  font-size: 10px;
  line-height: 1.3em;
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  margin-left: 1px;
}
#text-search {
  width: 133px;
  color: #ffffff;
  text-align:left;
  font-size: 10px;
  line-height: 1.3em;
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  margin-left: 15px;
}
#text-menu2 {
  width: 188px;
  color: #ffffff;
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  padding: 0px 0px 0px 0px;
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: 25px;
  text-decoration: none;
}
#text-menu2 a:hover{
  color: #ffffff;
  background: url(images/buttonbkg.jpg) no-repeat;
  margin-left: 1px;
  width: 188px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
}
a.linkopacity img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
a.linkopacity:hover img {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
