

body, p
{
  margin: 0.5em 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #DBA080;
  background-color: #000000;
  background-image: url('page_t.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.ygpostheader, .ygpostheader a, .ygpostheader a:link, .ygpostheader a:visited, .ygpostheader a:hover,
.ygblockheader .t, .nirvheader .t, .yglogo-text, .yglogo-text a,
h1.yglogo-name, h1.yglogo-name a, h1.yglogo-name a:link, h1.yglogo-name a:visited, h1.yglogo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 32px;
}

a, 
.ygpost li a
{
  text-decoration: none;
  color: #D8B597;
}

a:link,
.ygpost li a:link
{
  text-decoration: none;
  color: #D8B597;
}

a:visited, a.visited,
.ygpost li a:visited, .ygpost li a.visited
{

  color: #B8B8B8;
}

a:hover, a.hover,
.ygpost li a:hover, .ygpost li a.hover
{


  color: #EBC9B7;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;
  font-size: 14px;
  color: #BD814C;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-size: 12px;
  color: #BD814C;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 19px;
  color: #D1D1D1;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 16px;
  color: #EAC6B3;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 13px;
  color: #E2B298;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 11px;
  color: #E2B298;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#ygmain
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#ygpage-background-gradient
{
  position: absolute;
  background-image: url('page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;

}

#ygpage-background-gradient
{
  background-position: top left;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.yoge
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 900px;
  min-width: 47px;
  min-height: 47px;
}

.yoge-body
{
  position: relative;
  z-index: 1;
  padding: 6px;
}

.yoge-tr, .yoge-tl, .yoge-br, .yoge-bl, .yoge-tc, .yoge-bc,.yoge-cr, .yoge-cl
{
  position: absolute;
  z-index: -1;
}

.yoge-tr, .yoge-tl, .yoge-br, .yoge-bl
{
  width: 58px;
  height: 58px;
  background-image: url('sheet_s.png');
}

.yoge-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 29px, 29px, auto);
}

.yoge-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 29px, 29px);
}

.yoge-bl
{
  bottom: 0;
  left: 0;
  clip: rect(29px, 29px, auto, auto);
}

.yoge-br
{
  bottom: 0;
  right: 0;
  clip: rect(29px, auto, auto, 29px);
}

.yoge-tc, .yoge-bc
{
  left: 29px;
  right: 29px;
  height: 58px;
  background-image: url('sheet_h.png');
}

.yoge-tc
{
  top: 0;
  clip: rect(auto, auto, 29px, auto);
}

.yoge-bc
{
  bottom: 0;
  clip: rect(29px, auto, auto, auto);
}

.yoge-cr, .yoge-cl
{
  top: 29px;
  bottom: 29px;
  width: 58px;
  background-image: url('sheet_v.png');
}

.yoge-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 29px);
}

.yoge-cl
{
  left: 0;
  clip: rect(auto, 29px, auto, auto);
}

.yoge-cc
{
  position: absolute;
  z-index: -1;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-image: url('sheet_c.png');
}

.yoge
{
  margin-top: -6px !important;
  cursor:auto;
}

#ygpage-background-simple-gradient, #ygpage-background-gradient, #ygpage-background-glare
{
  min-width: 900px;
}

/* end Box, Sheet */

/* begin Header */
div.ygheader
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 888px;
  height: 200px;
  overflow: hidden;
}


div.ygheader-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 888px;
  height: 200px;
  background-image: url('header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Layout */
.aum
{
  display: table;
  padding: 0;
  border: none;
  width: 888px;
}

.aum .aum
{
  width: auto;
  margin:0;
}

div.aum div.yglayout-cell, div.aum div.yglayout-cell div.aum div.yglayout-cell
{
   display: table-cell;
}

div.yglayout-cell div.yglayout-cell
{
   display: block;
}

div.aum-row
{
  display: table-row; 
}

.aum
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.yglayout-cell, .aum-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.nirv
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.nirv-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.nirv
{
  margin: 0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.nirvheader
{
  position: relative;
  z-index: 0;
  height: 29px;
  margin-bottom: 0;
}

.nirvheader .t
{
  height: 29px;
  color: #F0F0F0;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 30px;
  white-space: nowrap;
  line-height: 29px;	
}

.nirvheader .l, .nirvheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 29px;
  background-image: url('vmenublockheader.png');
}

.nirvheader .l
{
  left: 0;
  right: 24px;
}

.nirvheader .r
{
  width: 888px;
  right: 0;
  clip: rect(auto, auto, auto, 864px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.nirvcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.nirvcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.nirvcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.nirvcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.ygvmenu, ul.ygvmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

/* end VMenu */

/* begin VMenuItem */
ul.ygvmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.ygvmenu li.ygvmenu-separator
{
  display: block;
  padding: 1px 0 1px 0;
  margin: 0;
  font-size: 1px;
}

ul.ygvmenu .ygvmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.ygvmenu a .r, ul.ygvmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 90px;
  background-image: url('vmenuitem.png');
}

ul.ygvmenu a .l
{
  left: 0;
  right: 1px;
}

ul.ygvmenu a .r
{
  width: 902px;
  right: 0;
  clip: rect(auto, auto, auto, 901px);
}

ul.ygvmenu a .t
{
  display: block;
  line-height: 30px;
  color: #ABABAB;
  padding: 0 11px 0 21px;
  font-size: 12px;
  margin-left:0;
  margin-right:0;
}

ul.ygvmenu a.active .l, ul.ygvmenu a.active .r
{
  top: -60px;
}

ul.ygvmenu a.active .t
{
  color: #7A7A7A;
}


ul.ygvmenu a:hover .l, ul.ygvmenu a:hover .r
{
  top: -30px;
}

ul.ygvmenu a:hover .t
{
  color: #1A1A1A;
}
/* end VMenuItem */

/* begin Box, Block */
.ygblock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 31px;
  min-height: 31px;
}

.sovrbody
{
  position: relative;
  z-index: 1;
  padding: 14px;
}

.sovrtr, .sovrtl, .sovrbr, .sovrbl, .sovrtc, .sovrbc,.sovrcr, .sovrcl
{
  position: absolute;
  z-index: -1;
}

.sovrtr, .sovrtl, .sovrbr, .sovrbl
{
  width: 42px;
  height: 42px;
  background-image: url('block_s.png');
}

.sovrtl
{
  top: 0;
  left: 0;
  clip: rect(auto, 21px, 21px, auto);
}

.sovrtr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 21px, 21px);
}

.sovrbl
{
  bottom: 0;
  left: 0;
  clip: rect(21px, 21px, auto, auto);
}

.sovrbr
{
  bottom: 0;
  right: 0;
  clip: rect(21px, auto, auto, 21px);
}

.sovrtc, .sovrbc
{
  left: 21px;
  right: 21px;
  height: 42px;
  background-image: url('block_h.png');
}

.sovrtc
{
  top: 0;
  clip: rect(auto, auto, 21px, auto);
}

.sovrbc
{
  bottom: 0;
  clip: rect(21px, auto, auto, auto);
}

.sovrcr, .sovrcl
{
  top: 21px;
  bottom: 21px;
  width: 42px;
  background-image: url('block_v.png');
}

.sovrcr
{
  right: 0;
  clip: rect(auto, auto, auto, 21px);
}

.sovrcl
{
  left: 0;
  clip: rect(auto, 21px, auto, auto);
}

.sovrcc
{
  position: absolute;
  z-index: -1;
  top: 21px;
  left: 21px;
  right: 21px;
  bottom: 21px;
  background-image: url('block_c.png');
}

.ygblock
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.ygblockheader
{
  position: relative;
  z-index: 0;
  height: 37px;
  margin-bottom: 0;
}

.ygblockheader .t
{
  height: 37px;
  color: #F8EDE7;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 37px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.ygblockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ygblockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}


.ygblockcontent-body, 
.ygblockcontent-body a, 
.ygblockcontent-body li a
{
  color: #FFFFFF;

}

.ygblockcontent-body a,
.ygblockcontent-body li a
{
  color: #D4AE8C;

}

.ygblockcontent-body a:link,
.ygblockcontent-body li a:link
{
  color: #D4AE8C;

}

.ygblockcontent-body a:visited, .ygblockcontent-body a.visited,
.ygblockcontent-body li a:visited, .ygblockcontent-body li a.visited
{
  color: #E3E3E3;
  text-decoration: none;
}

.ygblockcontent-body a:hover, .ygblockcontent-body a.hover,
.ygblockcontent-body li a:hover, .ygblockcontent-body li a.hover
{
  color: #E2C8B1;
  text-decoration: none;

}

.ygblockcontent-body ul
{
  list-style-type: none;
  color: #F0F0F0;
  margin: 0;
  padding: 0;
}

.ygblockcontent-body ul li
{
  line-height: 1.25em;
  padding: 0 0 0 15px;
  background-image: url('blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.ygbutton-wrapper .ygbutton
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #FBF3EF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 35px;
  height: 35px;
  margin: 0 !important;
  padding: 0 24px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.ygbutton img, .ygbutton-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.ygbutton-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .ygbutton-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.ygblock select 
{
    width:96%;
}

.ygbutton-wrapper.hover .ygbutton, .ygbutton:hover
{
  color: #F5EDE5 !important;
  text-decoration: none !important;
}

.ygbutton-wrapper.active .ygbutton
{
  color: #F0F0F0 !important;
}

.ygbutton-wrapper .l, .ygbutton-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 105px;
  margin: 0;
  padding: 0;
  background-image: url('button.png');
}

.ygbutton-wrapper .l
{
  left: 0;
  right: 17px;
}

.ygbutton-wrapper .r
{
  width: 427px;
  right: 0;
  clip: rect(auto, auto, auto, 410px);
}

.ygbutton-wrapper.hover .l, .ygbutton-wrapper.hover .r
{
  top: -35px;
}

.ygbutton-wrapper.active .l, .ygbutton-wrapper.active .r
{
  top: -70px;
}

.ygbutton-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.ygpost
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.soobbody
{
  position: relative;
  z-index: 1;
  padding: 15px;
}


.ygpost
{
  margin: 10px;
}

a img
{
  border: 0;
}

.ygarticle img, img.ygarticle
{
  border: solid 1px #C59163;
  margin: 5px;
}

.ygmetadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.ygarticle table, table.ygarticle
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.ygarticle th, .ygarticle td
{
  padding: 2px;
  border: solid 1px #7A7A7A;
  vertical-align: top;
  text-align: left;
}

.ygarticle th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.ygpostmetadataheader
{
  padding: 1px;
  overflow:hidden;
  background-color: #D4AE8C;
  border-color: #C59163;
  border-style: dashed;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
.ygpost h2.ygpostheader, 
.ygpost h2.ygpostheader a, 
.ygpost h2.ygpostheader a:link, 
.ygpost h2.ygpostheader a:visited, 
.ygpost h2.ygpostheader a.visited, 
.ygpost h2.ygpostheader a:hover, 
.ygpost h2.ygpostheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 24px;
  color: #2D1E11;
}

.ygpost h2.ygpostheader a, 
.ygpost h2.ygpostheader a:link, 
.ygpost h2.ygpostheader a:visited, 
.ygpost h2.ygpostheader a.visited, 
.ygpost h2.ygpostheader a:hover, 
.ygpost h2.ygpostheader a.hovered
{
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #4A311C;
}

.ygpost h2.ygpostheader a:visited, 
.ygpost h2.ygpostheader a.visited
{

  color: #545454;
}


.ygpost h2.ygpostheader a:hover, 
.ygpost h2.ygpostheader a.hovered
{


  color: #9F552D;
}

.ygpost h2.ygpostheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

/* begin PostBullets */
.ygpost ol, .ygpost ul
{
  color: #DBA080;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.ygpost li ol, .ygpost li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.ygpost li
{
  margin: 0.2em 0;
  padding: 0;
}

.ygpost ul
{
  list-style-type: none;
}

.ygpost ol
{
  list-style-position: inside;

}



/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.ygpostcontent blockquote p
{
  color: #160F08;

}

blockquote,
.ygpostcontent blockquote
{
  border: solid 1px #C4C4C4;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 27px;
  background-color: #E3E3E3;
  background-image: url('postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.ygfooter
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ygfooter-b 
{
  position: absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:50px;
  background-image: url('footer_b.png');
}

.ygfooter-r, .ygfooter-l
{
  position: absolute;
  height:50px;
  background-image: url('footer_s.png');
  bottom: 0;
}

.ygfooter-l
{
  left: 0;
  width:14px;
}

.ygfooter-r
{
  right: 0;
  width:28px;
  clip: rect(auto, auto, auto, 14px);
}

.ygfooter-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #080808;
}

.ygfooter-body
{
    position:relative;
    padding: 15px;
}


.ygfooter-text, .ygfooter-text p
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.ygfooter,
.ygfooter p,
.ygfooter a,
.ygfooter a:link,
.ygfooter a:visited,
.ygfooter a:hover
{
  color: #FFFFFF;

}

.ygfooter-text
{
  margin: 0 10px 0 10px;
}

.ygfooter a,
.ygfooter a:link
{
  color: #D8B597;
  text-decoration: none;
}

.ygfooter a:visited
{
  color: #B8B8B8;

}

.ygfooter a:hover
{
  color: #6B6B6B;


}/* end Footer */

/* begin PageFooter */
.ygpage-footer, .ygpage-footer a, .ygpage-footer a:link, .ygpage-footer a:visited, .ygpage-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #774022;
}

.ygpage-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #919191;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.aum .ygsidebar1
{
  background-color: #582F19;
  width: 25%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.aum .ygcontent
{
  width: 50%;
}
.aum .ygcontent-sidebar1
{
  width: 75%;
}
.aum .ygcontent-sidebar2
{
  width: 75%;
}
.aum .ygcontent-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.aum .ygsidebar2
{
  background-color: #582F19;
  width: 25%;
}
/* end LayoutCell, sidebar2 */




.overview-table .yglayout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}