body
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #111;
	font: 76%/160% "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	/*all font sizes below this point should be defined in em sizes*/
	
}

#wrapper
{
	text-align: left;
	margin: 20px auto 0 auto;

	border: 0;
	background: transparent;
}

a
{
	color: #111163;
	text-decoration: underline;
}

a:link
{
	color: #111163;
}

a:visited
{
	color: #111163;
}

a:hover
{
	color: #111163;
}

a:active
{
	color: #111163;
}

#content
{
	float: right;
	width: 600px;
}

#navB
{
	float: left;
	width: 200px;
}

#header
{
	padding-left: 250px;
}

#header h1
{
	font-family: Georgia, "Times New Roman", serif;
	color: #EB1A00;
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 5px 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

#header h1 strong
{
	color: #111;
	font-weight: normal;
	font-style: normal;
}

#header h2
{
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	color: #FA4700;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	line-height: 12px;
}

.kanji
{
	/*background: #F7EDD2;*/
	cursor: help;
	padding: 3px;
	margin: 2px;
	color: #000;
	border: 0;
}

#fudge
{
	font-size: 2em;
	line-height: 160%;
	color: #444;
}

#inf
{
	margin-top: 5em;
	font-size: 0.9em;
	color: #555;
}

#fudge a
{
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #111;
}

#fudge a:hover
{
	border: 0;
	text-decoration: none;
	border-bottom: 1px dotted #111;
}

a.highlighter
{
	background: #F6C6B7;
	color: #000;
}

a.highlighter:hover
{
	background: #EB1A00;
}

#faq h2
{
	color: #FA4700;
}

#footer
{
	text-align: center;
	color: #999;
	font-size: 0.9em;
}

