@charset "utf-8";
/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
background-image: url('bg.png');
background-position: top;
background-repeat: repeat-x;
background-color: #8DC63F;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

#frame
{
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-top: 0px;
cursor: default;
}

#header
{
width: 800px;
height: 94px;
margin-top: 0px;
padding-top: 0px;
}

#menu
{
width: 800px;
height: 25px;
}

#contentTop
{
background-image: url('layout/top_newer.png');
background-repeat: no-repeat;
background-position: center;
width: auto;
height: 13px;
margin-top: 15px;
}

#contentMid
{
background-image: url('layout/middle_newer.png');
background-repeat: repeat-y;
background-position: center;
width: auto;
height: auto;
}

#content
{
width: 750px;
height: auto;
margin-left: 30px;
}

#contentBottom
{
background-image: url('layout/bottom_newer.png');
background-repeat: no-repeat;
background-position: center;
width: auto;
height: 13px;
}

#footer
{
width: 800px;
height: auto;
margin-left: 20px;
padding-bottom: 20px;
}

a:link
{
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
color: #FF0000;
}

a:active
{
color: #000000;
}

h1, h2, h3, h4, h5
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

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

p.in
{
text-indent: 30px;
}

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

ul, li
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

img.menu
{
border: none;
display: block;
float: left;
}
