﻿@charset "UTF-8";
body {
	font-family: sans-serif;
	width: 1000px;
	font-size: 14pt;
	font-weight: 600;
	line-height: 130%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	color: #ffffff;
	background-image: url(images/bgill.gif);
	background-repeat: repeat;

}
h1 {
	font-size: 20pt;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #5a3d12;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
.bar {
	width: 1000px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bar02.gif);
	background-repeat: no-repeat;
}
#contents {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#contents #group {
	margin: 0px;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
	background-color: #ffffff;
}
#footer {
	width: 1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
address {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #ffffff;
	background-color: #ff0000;
}