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

body {
	background-image: url(../images/frame/frame_bg01.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #FFF;
}
/* Headlines */
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size-adjust:none;
	font-size:18px;
	font-weight:bold;
	color: #009;
}
.h2	{
	font-family: Verdana, Geneva, sans-serif ;
	font-size:12px;
	font-weight: normal;
	height:auto;
	color: #666;
	line-height:auto;
}
.h3	{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-weight: bold;
	height:auto;
	color: #333;
	line-height:1;
}
.h4	{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-weight: bold;
	height:auto;
	color: #009;
	line-height:1;
}
.h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:auto;
	color: #FFF;
	line-height:1;
}
.h6	{
	font-family: "Lucida Console", Monaco, monospace;
	position: center;
	font-size:14px;
	font-weight:;
	height: inherit;
	color: #F09;
	line-height:1;
}
.h7	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	height:0,5;
	color:#FFF;
	text-height:auto;
	line-height:1,5;
}
.h8	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	height:auto;
	color: #FFF;
	line-height:1;
}
#header {
	width: auto;
	background-image: url(../images/frame/header.png);
	background-repeat: repeat-x;
	height: 170px;
	bottom: 0px;
	position: fixed;
	float: inherit;
	margin-left: 0px;
	left: 0%;
	right: 0%;
	margin-right: auto;
	top: 0px;
}
#footer {
	width: auto;
	background-image: url(../images/frame/footer.png);
	background-attachment: middle;
	background-repeat:;
	height: 250px;
	bottom: fixed;
	position: absolute;
	float: inherit;
	margin-left: 0px;
	left: 0%;
	right: 0%;
	margin-right: auto;
}
a img {
border:0px;
}
