body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-family:Lucida Grande, sans-serif;
	color:#000;
	font-size:11pt;
	line-height:20px;
}

a
{
	color:#020268;
	/*font-weight:bold;*/
}

img
{
	border:none;
}

h1,h2,h3
{
	text-align:center;	
}

h1
{
	font-size:12pt;
}

h2
{
	font-size:10pt;
}

li
{
	list-style-type:none;
}

div#rootContainer
{
	width:1000px;
	margin:auto;
	border:1px solid #cccccc;
}

div#rootContainer #header,
div#rootContainer #bottom,
div#rootContainer #mainMenu,
div#rootContainer #contentRoot
{
	width="100%";
}

div#rootContainer #header
{
	height:214px;
	background:url(../images/header.jpg);
}

div#rootContainer #contentRoot
{
	min-height:581px;
	background:#ffffff url(../images/contentBackground.png) repeat-x;
	padding:15px 0 5px 0;
}

div#rootContainer #contentRoot #content
{
	margin:0 120px 0 160px;
	padding-bottom:15px;
}

div#rootContainer #contentRoot #kanji
{
	width:120px;
	float:right;
	text-align:center;
}

div#rootContainer #contentRoot #kanji
{
	margin-top:80px;
}

div#rootContainer #bottom
{
	
}

div#rootContainer #contentRoot #content .trainer
{
	width:700px;
	height:190px;
	margin:auto;
	border-bottom:1px dotted;
}

div#rootContainer #contentRoot #content .imageBox
{
	display:inline;
	float:left;
	width:200px;
	height: 190px;
	text-align:center;
}

div#rootContainer #contentRoot #content .trainerText
{
	display:inline;
}

