html { overflow-y: scroll; }

body {
  width:956px;
  margin: auto;
}

pre {
  margin:0 0 1em 0;
  padding: 1em;
  overflow: auto;
  border: solid 1px #ddd;
  background: #f7f7f7;  
}
.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #828; }
.atv { color: #080; }
.dec { color: #606; }

#header_mouseon {
    clear: both; 
	background: url('./images/picat_bg.png'); 
	height: 113px; 
	position: relative; 
	border-bottom: none;
    z-index: 10;
}

.detail {
	width: 855px;
    margin-left: 50px;
}

#header_mouseoff {
    clear: both; 
	background: url('./images/picat_bg2.png'); 
	height: 113px; 
	position: relative; 
	border-bottom: none;
    z-index: 10;
	margin-top: -113px;
}

#header_img {
    position: absolute; left: 50%; top: 50%;
    margin-left: -90px; margin-top: -20px;
}

#header_logo {
    position: absolute; left: 50%; top: 50%;
    margin-left: -30px; margin-top: -45px;
}

div#footer {
  width: 943px;
  height: 3px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 6px;
}

div#footer p {
    padding-top: 6px;
    font-family: Times New Roman;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    text-align: center;
  }

/*
====================================================
=== navigation menu style
====================================================
*/
#navbar {
    background: #4e4e4e; clear: both;
    margin-bottom: 20px;

    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

ul#navlist
{
    margin: 0;
    padding: 0;

    display: table;
    table-layout: fixed;
    width: 100%;
}

#navlist li
{
    display: table-cell;
    padding: 0; margin: 0;
}

#navlist li a {
    display: block; padding: 8px;
    margin: 0;
    position: relative; z-index: 0;

    text-align: center; text-decoration: none; font-weight: bold;
    background: #5d5d5d;
    font-family: Tahoma, sans-serif;
    color: white;
    text-shadow: 0px -1px 0px #374683;
}

#navlist li a:hover {
    background: #888;
}

#navlist li a.active {
    background: #737373;
}

/* draws a little arrow under the active link */
#navlist li a.active:after {
    content: '';

    width: 0; height: 0;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    border-bottom: 10px solid white;

    margin-left: -10px;
    position: absolute;
    bottom: -5px; left: 50%; z-index: 100;
}

p {
    font-size: 16px;
}

#trunk {
    max-width: 960px;
    min-width: 620px;
    margin: 0 auto;
    background: white;

    border-left: solid 1px #ccc; border-right: solid 1px #ccc;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

/*
====================================================
=== vertical menu style
====================================================
*/
div#vert_navi {
  background-color: #ebf9ff;
  width: 200px;
  height: 610px;
  margin-left: 3px;
  margin-top: 4px; 
}

  ul#news_list li {
    margin-left: 16px;
    margin-top: 4px;
  }

  ul#news_list a {
    font-family: Arial;
    font-size: 13pt;
    color: black;
    text-decoration: none;
  }
  
  /*
====================================================
=== intro
====================================================
*/
  
  div#intro 
{
    margin-top: -610px;
    margin-left: 230px;
    margin-right: 30px;
}

.intro_content 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    color: Black;
    margin-top: -14px;
}

.intro_content a
{
    font-weight: bold;
    color: #3377cb;
    text-decoration: none;
}