body {
text-align: center;
background: #f8f8f8;
	background-color: lemonchiffon;
	background-image: url(bg03.gif);
/*	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-attatchment: fixed; */
	color: black;
	margin-left: 1em;
	margin-right: 1em;
}
h1 {
	background-color: lightseagreen;
	padding: 0.5em;
	color: white;
	font-size: 1.5em;
	font-family: "Impact";
	font-style: italic;
	text-align: center;
}
h2 {
	border-color: lightseagreen;
	border-style: ridge;
	border-width: 2px;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 1.2em;
	clear: both;
}
h3 {
	font-size: 1.2em;
	font-style: italic;
	color: olivedrab;
}

em {
	font-weight: bold;
	font-style: normal;
	color: magenta;
}
p {
	line-height: 1.5em;
}
img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}
a:link {
	color: dodgerblue;
}
a:visited {
	color: dodgerblue;
/*	color: darkviolet; */
}
a:hover {
	color: dodgerblue;
/*	color: deeppink;  
	background-color: bisque; */
	text-decoration: underline;
}
a:active {
	color: dodgerblue;
}
/*
table, th , td {
	border-style: solid;
	border-color: darkred;
	border-width: 3px;
	border-collapse: separate;
	padding: 0.3em;
	line-height: 1.5em;
}
*/
th {
	border-width: 2px;
	background-color: gold;
}
td {
	border-width: 2px;
	background-color: white;
}
input, textarea {
	color: lightseagreen;
}
input.submit {
	width: 10em;
}
div#top{
	font-size: 0.9em;
padding: 0.5em;
text-align: right;
}

div#wrap{
width: 745px;
text-align: left;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

div#header {
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-attatchment: fixed; 
	background-position: center top;
	margin-bottom: 1em;

}

div#header2 {
	background-position: center top;
	margin-bottom: 1em;
}

div#header2 table, th , td {
	border-style: none;
	border-color: white;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0.3em;
}

div#main {
	width: 67%;
/*	width: 70%; */
	float: left;
}
div#menu {
	background-color: white;
	border-color: red;
	border-style: ridge;
	border-width: 2px;
	font-size: 0.9em;
	width: 25%;
/*	width: 25%;  */
	float: right;
/*	float: left;  */
	margin-left: 1em;
	padding: 0.7em;
}
div#menu h2 {
	background-color: peachpuff;
	line-height: 1.5em;
}
div#menu a:link {
	color: mediumseagreen;
}
div#menu a:visited {
	color: darkkhaki;
}
div#adbar {
	width: 24%;
	float: right;
	margin-left: 1em;
	padding: 0.9em;
}
div#adbar table, th , td {
	border-style: none;
	border-color: white;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0.3em;
}

div#footer1 {
	font-size: 0.9em;
	color: #25650e;
	width: 94%;
	clear: both;
	float: bottom;
	border-color: lightgreen;
	border-style: ridge;
	border-width: 2px;
	padding: 0.7em;
	margin-top: 2em;
	line-height: 1.5em;
}
div#footer2 {
	font-size: 0.9em;
	color: darkolivegreen;
	text-align: right;
	width: 94%;
	clear: both;
	float: bottom;
	padding: 0.7em;
	margin-top: 2em;
	line-height: 1.5em;
}
p:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: #00BF00;
	padding-right: 0.1em;
	float: left; 
	margin-right: 0.1em;
}
ul {
/*	list-style-image: url(arrow_g.gif); */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.5em;
}
ol {
	list-style-type: decimal;
	line-height: 1.5em;
}
span {
	color: dodgerblue;
}

