<!--

html {
  width: 100%;
	height: 100%;
	margin: 0;
  padding: 0;
}

#main {
	width: 100%;
	height: 100%;
	background: #5c2e00 url(wibg_site_bg.gif) repeat;
  margin: 0;
  padding: 0;
	font: 12px arial, verdana;
  line-height: 1.4;
  color: #222222;
	text-align: center;
	background-color: #5c2e00;
}

#wibg_logo {
  width: 251px;
	height: 259px;
	position: absolute;
	margin: -55px 0 0 -25px;
	top: 0;
	z-index: 3;
}

#container_01 {
  width: 100%;
	margin: 0 auto;
  padding: 0;
	background: url(wibg_site_fg.gif) repeat;
}

#container_02 {
  min-width: 900px;
  width: auto !important;
  width: 100%;
	margin: 0 auto;
  padding: 0;
	background: url(wibg_bdy_bg.gif) repeat-y top center;
}

#container_03 {
  width: 900px;
	margin: 0 auto;
  padding: 0;
	overflow: hidden;
}

#header_01 {
  width: 100%;
  height: 91px;
  margin: 0 auto;
  padding: 0;
  background: url(wibg_wood_hdr.jpg) repeat-x top center;
}

#header_02 {
  min-width: 900px;
  width: auto !important;
  width: 100%;
  height: 91px;
  margin: 0 auto;
  padding: 0;
  background: url(wibg_hdr_fg.png) repeat-x bottom center;
}

#header_03 {
  width: 100%;
  height: 133px;
  margin: 0 auto;
  padding: 0;
  background: url(wibg_top_hdr.jpg) no-repeat top center;
}

#column_01 {
  width: 195px;
	margin: 380px 0 0 0;
  padding: 0;
  float: left;
	text-align: left;
}

#column_02 {
  width: 705px;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  margin: 0 auto;
	padding: 0;
	float: right;
}

#menu_img {
  width: 195px;
  height: 400px;
  margin: 0 auto;
  padding: 0;
	position: absolute;
	top: 91px;
	z-index: 2;
}

#menu {
  width: 140px;
	margin: 0 0 0 25px;
  padding: 0;
	position: absolute;
	top: 213px;
	z-index: 3;
	line-height: 0.95;
	text-align: left;
}

#content {
  margin: 0 auto;
	padding: 20px 45px 20px 20px;
	text-align: left;
}

#footer {
  min-width: 900px;
  width: auto !important;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  background: url(wibg_ftr_bg.gif) repeat-x top center;
}

#copyright {
  font: bold 11px arial, verdana;
  line-height: 1.4;
  text-align: right;
  color: #ffffff;
  width: 860px;
  margin: 0 auto;
  padding: 55px 0 10px 0;
}

.pg_title {
  font: bold 14px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222222;
}

.box_title {
  font: bold 14px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #999966;
}

.menu_dvdrs {
  border: #aeaeae 1px dashed;
}

.hline {
  border: 1px dashed #bcbcbc;
}

.hline2 {
  border: 1px dashed #cccc99;
}


.img_bdr {
  border: 1px solid #cccc99;
}

.comment {
  font: italic 12px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222222;
  margin: 2px;
  padding: 15px;
  position: relative;
  background-color:#ffffcc;
  border: thin solid #cccc99;
}

.box {
  text-align: left;
  color: #222222;
  margin: 0px;
  padding: 15px;
  position: relative;
  background-color:#ffffcc;
  border: thin solid #cccc99;
}

.box2 {
  text-align: left;
  color: #222222;
  margin: 0px;
  padding: 15px;
  position: relative;
  background-color:#ffffcc;
  border: thin solid #cccc99;
}

.img_bdr {
  border: 1px solid #222222;
}

a.picture:link { text-decoration: none; }
a.picture:visited { text-decoration: none; }
a.picture:hover { text-decoration: none; }
a.picture:active { text-decoration: none; }

a:link { text-decoration: underline; color: #cc0000; }
a:visited { text-decoration: underline; color: #990000; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #cc0000; }

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

a.title:link { text-decoration: underline; color: #cc0000; }
a.title:visited { text-decoration: underline; color: #990000; }
a.title:hover { text-decoration: none; color: #000000; }
a.title:active { text-decoration: underline; color: #cc0000; }

a.mb:link { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:visited { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:hover { text-decoration: none; color: #000000; font: bold 10pt arial, verdana; }
a.mb:active { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }

a.ftr:link { text-decoration: none; color: #ffffff; }
a.ftr:visited { text-decoration: none; color: #ffffff; }
a.ftr:hover { text-decoration: none; color: #000000; }
a.ftr:active { text-decoration: none; color: #ffffff; }

a.top:link { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:visited { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:hover { text-decoration: none; color: #000000; font: bold 11px arial, verdana; }
a.top:active { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }

-->