/* 
  -----------------------------------
  Jlit Simple Style Sheet
	Container size is 770px wide.
	No menu; just text links
  -----------------------------------
*/


body {
	background-color: #F0F4C2;
	background-image: url(../images/backgrounds/rakusuisi.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: 333333;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}
#wrapper .content {
	font-size: 0.8em;
	line-height: 1.1em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
}
#navbar h4 {
	text-align: center;
	}
h4 {
	font-size: 1.1em;
}
.nomargintop {
	margin-top: 0;
}
/* Vertical alignment classes for images */
.va-tt {
  vertical-align:text-top;
}
.va-tb {
  vertical-align:text-bottom;
}
.va-middle {
  vertical-align:middle;
}
