/* Wagyu Beef :: Screen CSS Definitions */

html
{
   margin: 0px;
   padding: 0px;
}

body
{
   color: #000000;
   background-color: #FFFFFF;

   margin: 0px;
   padding: 10px;

   font-size: 75%;
   font-family: Arial,Helvetica,sans-serif;
}

#page
{
   width: 760px;

   margin: 0px auto;

   background-image: url(../img/page/img-pge-bkg.png);
   background-repeat: repeat-y;
}

#header-logo
{
   width: 182px;
   height: 166px;

   border: 1px solid #000000;

   background-image: url(../img/header/img-hdr-logo.png);
   background-repeat: no-repeat;
}

#header-logo p
{
   display: none;
}

#header-banner
{
   width: 571px;
   height: 144px;

   border-bottom: 23px solid #000000;

   background-image: url(../img/header/img-hdr-banner.jpg);
   background-repeat: no-repeat;
}

#left
{
   float: left;

   width: 184px;
}

#left-image
{
   top: -203px;

   width: 184px;
   height: 202px;

   position: absolute;

   background-image: url(../img/page/img-pge-left.gif);
   background-repeat: no-repeat;

   border-bottom: 1px solid #000000;
}

#menu
{
   width: 184px;

   border-bottom: 1px solid #000000;
}

#right
{
   width: 571px;

   min-height: 166px;

   margin-left: 187px;
}

* html #right
{
   height: 1%;

   margin-left: 0px;
}

#content-area
{
   width: 571px;

   border: 1px solid #000000;
}

#content
{
   padding: 2em;

   min-height: 360px;

   font-size: 1.1em;
   line-height: 1.3em;
}

* html #content
{
   height: 360px;
}

#content h1
{
   font-size: 1.6em;

   margin-top: 0.4em;
   margin-bottom: 0.4em;

   line-height: 1.2em;
}

#content h2
{
   color: #687B3C;

   margin-top: 0.8em;
   margin-bottom: 0.8em;

   font-size: 1.2em;
   font-weight: bold;
}

#content h3
{
   color: #E80031;

   font-size: 1.1em;
   font-weight: bold;
}

#content h4
{
   color: #000000;

   font-size: 1.0em;
   font-weight: bold;
}

#content h5
{
   color: #687B3C;

   font-size: 0.9em;
   font-weight: bold;
}
#content h6
{
   color: #000000;

   font-size: 0.8em;
   font-weight: bold;
}



#content p
{
   margin-top: 0.8em;
   margin-bottom: 0.8em;
}

#breadcrumbs
{
   color: #A0A090;
}

#breadcrumbs a
{
   color: #808070;

   text-decoration: none;
}

#breadcrumbs a:hover
{
   text-decoration: underline;
}

#footer-banner
{
   width: 571px;
   height: 92px;

   margin-top: 3px;

   border: 1px solid #000000;

   background-image: url(../img/footer/img-ftr-banner.jpg);
   background-repeat: no-repeat;
}

#footer
{
   clear: both;

   position: relative;
}
