img { border: none}

  body {
	font-family: "Trebuchet MS",helvetica,san-serif;
	color: #fff;
	padding: 0;
    background-color: #ccc;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
    width: 800px;
	height: 100%;
    }

  p {
    font-size: 14px;
	padding: 0;
    }
	
ul {
	list-style-type: square;
	font-size: 14px;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
	
ul.menu {
	list-style-type: none;
	}
	
li.menu {
	font-family: "Trebuchet MS",helvetica,san-serif;
    font-size: 11px;
    color: #666666;
	margin: 4px 0 4px 0;
    }
	
a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 210px;
	height: 25px;
	display: block;
}

a:hover {
	text-decoration: none;
	color: #6f7f54;
}
	


a.menu {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 6px 0px 6px;
	margin: 0;
	background: transparent url(images/button_off.png) no-repeat;
	background-position: 0 0;
}

a.menu:hover {
	display: block;
	padding: 4px 6px 0px 6px;
	color: #fff;
	background: transparent url(images/button_off.png) no-repeat;
	background-position: 0 -30px;
}

a.menu:active{
	padding-left: 8px;
	color: #7da9ba;
}

a.selected {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 6px 0px 6px;
	margin: 0;
	width: 210px;
	height: 25px;
	display: block;
	background: transparent url(images/button_on.png) no-repeat;
	background-position: 0 0;
}
	
h1 {
	padding: 0;
	margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: bold;
	color: #0c475c;
	background: transparent url(images/bg_h1.png) repeat-x bottom left;
    }
	
h2 {
	padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
	color: #ccc;
    }

  div {
	margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
    }

  #index-header {
    background: transparent url(images/index_01_01.png) no-repeat scroll 0%;
    width: 800px;
    height: 120px;
    }


  #index-body {
    width: 800px;
	background: transparent url(images/index_01_02.png) repeat-y scroll 0% top;
	padding: 0;
    }

  #index-text {
	margin: 0;
	padding: 0 0 0 30px;
    width: 520px;
	text-align: left;
	background-position: top left;
    }

  #index-menu {
	float: right;
    width: 210px;
	margin-right: 10px;
    }

  #index-footer {
    background: transparent url(images/index_01_03.png) no-repeat scroll 0%;
    width: 800px;
	height: 60px;
    text-align: left;
	text-indent: 30px;
	background-position: top left;
	padding: 16px 0 15px 0;
	font-size: 11px;
	color: #1a282e;
    }
	
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

img.image {
	float: right;
	padding: 1px 1px 1px 1px;
	border-width: 0;
	background-color: #000;
	margin: 0 0 5px 8px;
}


