body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0; line-height: 1.2em;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0px none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

:link, :visited {text-decoration: none; }
 
ul, ol {list-style: none;}
 
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {margin: 0;padding: 0;}

a img, :link img, :visited img {border: none;}
 
address {font-style: normal;}
/*End Defaults*/

/* COLORS  blk (#370000;), brn (#964408;), red (#c7141a;), org/red (#e14a01;), orange (#fbb948;), lt gry (#f0f0f0;), wht (#fff;) */

body {
	background-color: #c7141a;
	font-family: 'palatino linotype';
	}

#wrap {
	position: relative;
	margin: auto;
	width: 960px;
	top: 20px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border: 3px solid #000;
	background-color: #fff;
	}

#header {
	position: relative;
	height: 200px;
	width: 960px;
	background: url('images/kanji_kanji_web.gif') no-repeat 0px 5px;
	}
#header h1, #header h2 {
	position: relative;
	margin-left: 60px;
	width: 175px;
	}
#header h1 {
	color: #964408;
	font-size: 3em;
	}
#header #intro {
	position: relative;
	float: right;
	top: -80px;
	left: 0px;
	}
#header h2 {
	color: #fbb948;
	font-size: 1.35em;
	}

#maillist {
	position: relative;
	top: 30px;
	background: #f0f0f0;
	border: 1px solid #000;
	width: 225px;
	padding: 4px;
	font-size: .8em;
	}
#maillist input {
	margin-bottom: 5px;
	}
		
#links {
	position: relative;
	float: right;
	top: -60px;
	left: 10px;
	width: 720px;
	}
#links li {
	position: relative;
	float: left;
	margin-left: -10px;
	}
#links li a {
	display: block;
	height: 30px;
	width: 150px;
	padding: 6px 2px 2px 2px;
	background: url('http://www.my-kanji.com/images/button_kanji_hover.jpg') no-repeat 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: .85em;
	}
#links li a:hover {
	background: url('http://www.my-kanji.com/images/button_kanji.jpg') no-repeat 0 0;
	text-decoration: underline;
	}	
#content {
	position: relative;
	top: 30px;
	background-color: #964408;
	margin: 4px;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	}
	
#info {
	position: relative;
	float: left;
	top: -40px;
	padding: 10px;
	margin-top: 15px;
	width: 260px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	background-color: #fbb948;
	border: 3px solid #000;
	}
#info h2 {
	font-size: 1.5em;
	}
#info .black {
	color: black;
	font-weight: bold;
	}
#info p {
	color: #c7141a;
	margin-top: 8px;
	}
	
#rollovers {
	position: relative;
	float: right;
	top: -30px;
	width: 640px;
	}
#rollovers li a span img {
	position: absolute;
	left: -1000em;
	}
#rollovers li {
	display: inline;
	float: left;
	}
#rollovers li a {
	display: block;
	padding: 5px;
	margin: 10px;
	width: 55px;
	height: 65px;
	border: 3px solid #fbb948;
	background: #fff;
	text-align: center;
	color: #c7141a;
	font-size: .8em;
	}
#rollovers li a:hover {
	border: 3px solid #000;
	}
#rollovers a:hover span img {
	position: relative;
	left: 60px;
	top: 20px;
	}
#rollovers a:hover span {
	position: absolute;
	display: block;
	width: 278px;
	height: 600px;
	top: 10px;
	left: -295px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border: 3px solid #000;
	}
* #rollovers a:hover span {
	position: absolute;
	top: 5px;
	height: 464px;
	}
* #rollovers a:hover span img {
	position: relative;
	left: 0px;
	}
		
#dataleap {
	position: relative;
	top: 25px;
	clear: both;
	text-align: center;
	}
	
#dataleap a {
	color: #964408;
	}