@charset "utf-8";
/* CSS Document */

  	a:link { text-decoration:none; font-weight:regular; color:#cccccc; }
	a:visited { text-decoration:none; font-weight:regular; color:#cccccc; }
	a:hover { text-decoration:none; font-weight:regular; color:#ffffff; }
	a:active { text-decoration:none; font-weight:regular; color:#ffffff; }
	a:focus { text-decoration:none; font-weight:regular; color:#ffffff; }
  
  body {
    color: #777777; background-color: #333333;
    font-size: 11px;
	line-height:16px;
	font-family: Verdana,sans-serif;
    margin: 20px 24px 0 24px; padding: 0;
    min-width: 800px;
  }
  div#head {
	overflow: hidden;
	height: 53px;
    margin: 0px 16px 20px 20px;
    padding: 0px;
	z-index:1;
  }
  div#logo {
    width:40px; height:40px; position:absolute; top:6px; left:30px;
	margin:20px 0 0 16px;
	z-index:2;
  }

  div#menu_1 {
    width:600px; position:absolute; top:0px; left:194px;
	margin:20px 0 0 16px;
	z-index:3;
  }

  div#menu_2 {
	width:600px;
	position:absolute;
	top:19px;
	left:223px;
	margin:20px 0 0 16px;
	z-index:4;
  }

  div#menu_3 {
	width:600px;
	position:absolute;
	top:37px;
	left:213px;
	margin:20px 0 0 16px;
	z-index:5;
  }
  div#menu_3 h2 {
    font-size: 1em;
	font-weight: bold;
	margin:0;
  }
  div#menu {
    float: left; width: 175px;
    margin: 4px 0 0 0; padding: 0px 16px 0 0;
	text-align: right;
  }
    div#menu a:link { text-decoration:none; font-weight:regular; color:#777777; }
	div#menu a:visited { text-decoration:none; font-weight:regular; color:#777777; }
	div#menu a:hover { text-decoration:none; font-weight:regular; color:#cccccc; }
	div#menu a:active { text-decoration:none; font-weight:regular; color:#cccccc; }
	div#menu a:focus { text-decoration:none; font-weight:regular; color:#cccccc; }
	
  div#menu h2 {
    font-size: 1em;
	font-weight: bold;
	margin:0;
  }
  div#menu p {
    font-size: 1em;
    margin:0;
  }
  div#bar_r {
    float: right; width: 40px; height: 480px;
    margin: 0 32px 0 0; padding: 0;
  }
  div#bar_l {
    float: left; width: 20px; height: 540px;
    margin: 0 16px 0 0; padding: 0;
  }

  div#main {
	overflow: auto;
	height: 536px;
    margin: 0 32px 0 0;
    padding: 4px 0 0 0;
	text-align: left;
  }
  * html div#main {
    height: 1em;  /* 3-pixel-bug IE */
  }
  div#main h2 {
    font-size: 1em;
	font-weight: bold;
	margin:0;
  }
  div#main p {
    font-size: 1em;
    margin:0;
  }
  div#main_p {
    margin: 10px 0 10px 0;
    /* border-width:2px; border-style:inset; border-color:#777777; */
    border-top-width:2px; border-top-style: solid; border-top-color:#666666;
	border-right-width:2px; border-right-style: solid; border-right-color:#666666;
	border-bottom-width:2px; border-bottom-style: solid; border-bottom-color:#666666;
	border-left-width:2px; border-left-style: solid; border-left-color:#666666;
  } 
  div#main_t {
    font-size: 1em;
	text-align: left;
	max-width: 720px;
    margin: 0 0 24px 0;
  }
  div#gal_1 {
	text-align: left;
	overflow: hidden;
	height:460px;
    margin:0;
	padding:0;
  }
  div#gal_2 {
    font-size: 1em;
	text-align: center;
	overflow: hidden;
	line-height:1.8em;
	float: left;
    margin:0 8px 0 8px;
	padding:0;
  }
  div#gal_2 p{
    /* border-width:2px; border-style:inset; border-color:#777777; */
    border-top-width:2px; border-top-style: solid; border-top-color:#666666;
	border-right-width:2px; border-right-style: solid; border-right-color:#666666;
	border-bottom-width:2px; border-bottom-style: solid; border-bottom-color:#666666;
	border-left-width:2px; border-left-style: solid; border-left-color:#666666;
  }
  div#gal_t {
    font-size: 1em;
	float: left;
	text-align: left;
	max-width: 600px;
    margin: 0 16px 24px 0;
  }
