*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Georgia;
    color : #000000;
    background: url('/body.png') repeat-x #3a3f42;
}
#site
{
    margin: 0 auto;
    width: 800px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
/* Header */
#header
{
    width: 800px;
    padding-top: 10px;
    background: transparent;
/*    background: url('/top.png') no-repeat top left;*/
}
#header_link
{
    width: 800px;
    height: 79px;
    background: url('/header.png') no-repeat top left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#header a
{
    text-decoration: none;
}

/* Navigation */
#navi-top
{
    position: absolute;
    height: 40px;
    background: url('/navi.png') no-repeat;
    padding-left: 20px;
    width: 780px;
    border-bottom: 1px solid black;
}
#navi-top ul
{
    list-style-type: none;
    height: 0px;
    padding: 0;
    margin: 0;
    padding-top: 7px;
    background: transparent;
}
#navi-top ul li
{
    float: left;
    position: relative;
    text-align: center;
    padding-right: 20px;
    font-size: 14pt;
}
#navi-top ul a
{
    color: #b0b0b0;
    text-decoration : none;
}
#navi-top ul a:hover
{
    color: #f0f0f0;
}
#navi-top ul li ul
{
    list-style-type: none;
    display: none;
    padding-top: 0px;
}
#navi-top ul li ul li
{
    text-align: left;
    font-size: 9pt;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
    border: 1px dashed #909090;
    border-top: 0;
    background: white;
}
#navi-top ul li ul li ul
{
    display: none;
    top: -1px;
    padding-top: 0px;
}
#navi-top ul li ul li ul li
{
    text-align: left;
    margin-left: 4px;
    margin-bottom: 1px;
    width: auto;
    border-left: 1px dotted #606060;
    padding-left: 4px;
}
#navi-top ul li:hover ul,
#navi-top ul a:hover ul
{
    display: list-item;
}

/* Content */
#content_bg
{
    font-size: 12pt;
    min-height: 300px;
    border: 0px solid #101010;
    background: url('') repeat top right white;
}
#content
{
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
}
#content A
{
	color: #905050;
}
#content A:HOVER
{
	color: #e09090;
}

/* footer */
#footer 
{
    font-size : 10pt;
    font-weight : normal;
    font-style: italic;
    height: 40px;
    background: url('/footer.png');
}

#footer p
{
    padding-top: 10px;
    padding-left: 20px;
    color: black;
}

#footer a
{
    color: black;
    text-decoration: underline;
}

/* global */
table
{
	border-collapse: collapse;
	width: auto;
	border: 0px solid black;
}

p
{
    padding-bottom: 7px;
    padding-top: 4px;
}

h1
{
    font-size: 28px;
    padding-bottom: 10px;
}

h2
{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
}

h3
{
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 5px;
}
#content li
{
    margin-left: 20px;
}
