html,body {height: 100%;
       margin:0;
       padding:0;
       background: #E3CFAD url(../images/bkgnd3.jpg); background-repeat:repeat;
       margin: 0px; 		
     }

#header {
      width: 625px; height: 125px; 
      background: transparent url(../images/logonew.gif); background-repeat:no-repeat;
     }

#header2 {
      width: 486px; height: 199px; 
      background: #E3CFAD url(../images/mooselodgebd.jpg); background-repeat:no-repeat;
     }
     
#wrap {
	float: left;
	width: 100%;
}

#gutter {
	float: left;
	width: 3%;
	height: 1px;
}	

#contents {
	float: left;
	width: 78%;	
 }

.maininner{
	font-family: Verdana, "times new roman", Arial, sans-serif;
	font-size: 12px;
	background: #E3CFAD url(../images/itemboxbg.jpg); background-repeat:repeat;
	color: 4a6080;
	padding: 5px;
	margin: 5px;
	border: 2px solid #795721;
    moz-border-radius: 20px; /* Netscape */
	border-radius: 20px; /* Good browsers */
}

#sidebar {
	float:right;
	width: 22%;
}
   
#menubox {
	font-family: Verdana, "times new roman", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #E3CFAD url(../images/itemboxbg.jpg); background-repeat:repeat;
	color: 4a6080;
	padding: 2px;
	border: 2px solid #795721;
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 40px;
	moz-border-radius: 20px; /* Netscape */
	border-radius: 20px; /* Good browsers */

}

#footer{
	clear: left;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	background: transparent;
	color: #444;
	padding: 4px 0;
}

div.clear {
	clear: both;
}

table.center {
 margin: 0 auto;}	
td.cntr {
	text-align: center;
}
	
h1 { text-align: center; font-size: 36pt; color: #ff0000;; font-family: "Amazone BT",
 "Times New Roman", Verdana, Tahoma, Arial; font-weight: bold; background-color: transparent}
h2 { text-align: center; font-size: 18pt; color: #724a10; font-family: "Times New Roman", Verdana, Tahoma, Arial; font-weight: bold;  background-color: transparent;}
h3 { text-align: center; font-size: 14pt; color: #000000; font-family: Verdana, Tahoma, Arial; font-weight: bold; background-color: transparent;}
h4 { text-align: center; font-size: 1.5em; color: #000000; font-family: "Times New Roman"; Verdana, Tahoma, Arial; background-color: transparent;}
h5 { text-align: center; font-size: 2.0em; color: #ff0000; font-family: "Times New Roman", Verdana, Arial; font-weight: bold; background-color: transparent;   text-decoration : underline; }
h6 { text-align: center; font-size: 18pt; color: #FF0000; font-family: "Lucida Handwriting", Verdana, Tahoma, Arial; font-weight: bold; background-color: gold;}

p.cntr  { text-align: center; font-size: 1.0em; color: #000000; font-family: "Times New Roman", Verdana, Arial; font-weight: bold; background-color: transparent; }
p { line-height: 1.3em; font-size: 1.2em; color: #000000; font-family :  "Times New Roman", Helvetica, Arial, Geneva, sans-serif; font-weight: normal; background-color: transparent;}
p.nice { line-height: 22px; font-size: 14pt; color: #02950D; font-style: italic;font-family: "Trebuchet MS", "Lucida Calligraphy", Verdana; font-weight: bold; background-color: transparent;}
p.notice { 
	text-align: center;
	line-height: 1.1em; font-size: 1.0em; color: #000000; font-family: "Times New Roman", Verdana;font-weight: normal; background-color: transparent;}

img {
   padding:2px;
   border:2px solid #000;
   background-color:#ff0;
}

hr.ctr {
  text-align: center;
  border: solid #aaa;
  height: 1pt;
  width: 100%;
  }

/*normal links in the text*/ 
a:link {
  color: #000000; 
  font-weight: 600;
  font-size: 12px;
  text-decoration : underline; 
  background: transparent;}
a:visited {
  color: #ff00ff; 
  font-weight: 600;
  font-size: 12px;
  text-decoration : none; 
  background: transparent;}
a:hover { 
  color: #ff0000; 
  font-weight: 600;
  font-size: 12px;
  text-decoration : none; 
  background: transparent;}

  /*Members Link*/
  a.mem:link {
  color: #404000; 
  font-weight: 600;
  font-size: 1.3em;
  text-decoration : underline; 
  background: transparent;}
  a.mem:visited {
  color: #ff00ff; 
  font-weight: 600;
  font-size: 1.3em;
  background: transparent;}
  a.mem:hover { 
  color: #ff0000; 
  font-weight: 600;
  font-size: 1.3em;
  background: transparent;}
  
    /*Special Color*/
  a.spcl:link {
  color: #0000ff; 
  font-weight: 600;
  font-size: 14pt;
  text-decoration : underline; 
  background: transparent;}
  a.spcl:visited {
  color: #ff00ff; 
  font-weight: 600;
  font-size: 14pt;
  background: transparent;}
  a.spcl:hover { 
  color: #ff0000; 
  font-weight: 600;
  font-size: 14pt;
  background: transparent;}
