@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #101560;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #365D9B;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
*
{
margin: 0;
padding: 0;
}

#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding-top: 15;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 20px;
}
#footer {
	padding: 0;
	margin-top: 15px;
}
h1, h2, h3 {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 10px;
}
p {
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul {
	font-size: 14px;
	padding-left: 45px;
}
li {
	padding-bottom: 6px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.ital {
	font-style: italic;
}
.fltright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.center {
	text-align: center;
}
.twentytwotext {
	font-size: 22px;
}
#susanphoto {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#yogaframe {
	height: 575px;
	width: 390px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#aichiframe {
	height: 475px;
	width: 490px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#homelist {
	margin-left: 275px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101560;
	padding-top: 10px;
}
#copyright  a:link {
	color: #101560;
	text-decoration: none;
}
#copyright a:visited {
	color: #101560;
	text-decoration: none;
}
