body {
text-align: center;
background: #f8f8f8;
	background-color: #E0FFFF;
/*	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-attatchment: fixed; */
	color: black;
	margin-left: 3em;
	margin-right: 3em;
}
h1 {
	background-color: #AFEEEE;
	padding: 0.5em;
	color: white;
	font-size: 2em;
	font-family: "Impact";
	font-style: italic;
	text-align: center;
}
h2 {
	border-color: #555;
	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;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
a {
	text-decoration: underline;
}
a:link {
	color: dodgerblue;
}
a:visited {
	color: darkviolet; 
}
a:hover {
	color: dodgerblue;
/*	color: deeppink;  
	background-color: bisque; */
	text-decoration: underline;
}
a:active {
	color: red;
}
table, th , td {
	border-style: solid;
	border-color: #555;
	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#wrap{
	background-color: #FFFFFF;
	width: 700px;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
/*	background-image: url(image/header2.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 {
/*	background-color: white;
	border-color: #555; 
	border-style: ridge;
	border-width: 2px;  */
	font-size: 1.2em;
	padding-right: 2em;
	padding-left: 2em;
	float: center;
	width: 90%;  
/*	width: 67%;   */
}
div#menu {
	background-color: white;
	border-color: blue;
	border-style: ridge;
	border-width: 2px;
	font-size: 0.9em;
	width: 23%;
	float: left;
	padding: 0.7em;
}
div#menu h2 {
	background-color: lightcyan;
	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#sake {
	font-size: 0.8em;
/*	color: darkolivegreen; */
	text-align: left;
	width: 94%;
	clear: both;
	float: bottom;
	padding: 0.7em;
	margin-top: 2em;
	line-height: 1.5em;
}

div#footer1 {
	font-size: 0.9em;
/*	color: #25650e; */
	width: 94%;
	clear: both;
	float: bottom;
	border-color: blue;
	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;
}
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;
}

