@charset "utf-8";
/*------------------------------------------------
Description: YOW styles for print media
Updated:     2010/01/24
------------------------------------------------*/
/* == basic styles == */
body {  background: #ffffff;   color: #000000;  font-family: arial, helvetica, sans-serif;  font-size: 10pt;}


/* == page structure == */
#pagehead {  background-color: #ffffff;  color: #000000;  height: 26px;  padding-bottom: 15px;}
#content {  margin: 0;  padding: 0;  position: absolute;  top: 35px;  width: 100%;}


/* == pagehead styles == */
#yoiko_logo_prt {  display: block;  left: 0;  position: absolute;  top: 0;}
#site_title {  color: #000000;  display: block;  font-size: 20px;  font-weight: bold;  left: 100px;  position: absolute;  top: 5px;}
#yow_logo, #head_nav, #head_search {  display: none;}


/* == content styles == */
#content_head {  display: none;}
.flaver {  display: none;}


/* == navigation styles == */
#navigation {  display: none;}

/* -- end -- */
