	/* E-ARTjapan.com BMC layout  */
	/* Last updated 4 March 2005  */ 

html { 
	min-width: 742px;
	 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #BBBBCC;
	color: #663;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

div#wrapper	{
	color: #663;
	background: transparent url(./csspic/wrapinner.gif) top left repeat-y;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#maincontent 	{
	float: left;
	width: 440px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
	}

div#sidebar	{
	margin: 0 0 0 472px;
	padding: 0;
	width: 230px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 10px solid #DDDDDD;
	border-bottom: 10px solid #DDDDDD;
	background: #336666;
	color: #009999;
	width: 722px;
	padding: 5px 0;
	margin: 10px 0 0 12px;
	}

	
div#footer p	{
	background: transparent url(./csspic/author.gif) center left no-repeat;	
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 50px;
	}

h1	{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 722px;
	height: 50px;
	background: #cc9 url(./csspic/logohed.gif) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: #cca url(./csspic/logohed.gif) top left no-repeat;
	}
		
		
	/* Primary nav 	*/

div#globalnav	{
	height: 30px;
	width: 722px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: #E0E0E0;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 722px;
	background: transparent url(./csspic/e-nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#homemenu	{left: 0; width: 80px;}
#kykmenu	{left: 80px; width: 140px;}
#mailmenu	{left: 220px; width: 100px;}
#sitebannermenu {left: 320px; width: 112px;}
#linkmenu	{left: 432px; width: 88px;}
#sitemapmenu {left: 520px; width: 100px;}
#englishmenu	{left: 620px; width: 100px;}

#homemenu a:hover	{background: transparent url(./csspic/e-nav.gif) 0 -30px no-repeat;}
#kykmenu a:hover {background: transparent url(./csspic/e-nav.gif) -80px -30px no-repeat;}
#mailmenu a:hover {background: transparent url(./csspic/e-nav.gif) -220px -30px no-repeat;}
#sitebannermenu a:hover {background: transparent url(./csspic/e-nav.gif) -320px -30px no-repeat;}
#linkmenu a:hover {background: transparent url(./csspic/e-nav.gif) -432px -30px no-repeat;}
#sitemapmenu a:hover {background: transparent url(./csspic/e-nav.gif) -520px -30px no-repeat;}
#englishmenu a:hover {background: transparent url(./csspic/e-nav.gif) -620px -30px no-repeat;}


	/* main nav */
	
body#homemenu {background: transparent url(./csspic/e-nav.gif) 0 -30px no-repeat;}
body#kykmenu {background: transparent url(./csspic/e-nav.gif) -80px -30px no-repeat;}
body#mailmenu {background: transparent url(./csspic/e-nav.gif) -220px -30px no-repeat;}
body#sitebannermenu {background: transparent url(./csspic/e-nav.gif) -320px -30px no-repeat;}
body#linkmenu {background: transparent url(./csspic/e-nav.gif) -432px -30px no-repeat;}
body#sitemapmenu {background: transparent url(./csspic/e-nav.gif) -520px -30px no-repeat;}
body#englishmenu {background: transparent url(./csspic/e-nav.gif) -620px -30px no-repeat;}



	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited {
	text-decoration: none;
	color: #666699;
	} 

div#maincontent p a:hover {
	text-decoration: underline;
	} 


	/* Typography */
	
h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}

p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	}
	
div#maincontent h2	{
	font-size: 18px;
	}

body#home div#maincontent h2	{
	margin-top: 25px;
	}

div#maincontent h3	{
	font-size: 14px;
	}

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #785;
	}

blockquote p	{
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	text-align: justify;
	line-height: 150%;
	font-size: small;
	}

code, pre	{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	}

	
	/* Purely decorative, redolent of spring */
	
div.timestamp	{	
	margin: 10px 0 0 0;
	padding: 0;
	}
	
div.timestamp h3	{
	font-size: 10px;
	margin: 0;
	padding: 0;
	}


	/* Forms follow function */
	
div#searchui	{
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#searchui label	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffe;
	}

#searchui input.butt	{
	color: #663;
	background: #bc9;
	font-size: x-small;
	}

input.hun	{
	margin: 0 2px;
	width: 100px;
	font-size: x-small;
	}


	/*   Sidebar navs and links 	*/
	
#sidebar dd, #sidebar dt {
	margin-left: 0;
	padding-left: 0;
	line-height: 18px;
	margin-bottom: 3px;
	}

body #sidebar dt 	{
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 25px;
	background: transparent;
	color: #ffe;
	padding: 2px 5px;
	background: #336699;
	text-shadow: 2px 3px 3px #896;
	}

#sidebar dd a:link, #sidebar dd a:visited {
	font-weight : normal; 
	}



.pr01 {
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

.pr02 {
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #663;
	font-size: x-small;
	}

.pr03 {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: x-small;
	}


	/* Previous Reports */
	
p.button	{
	margin: 25px 0;
	font-size: medium;
	}
	

	/* Cover one's butt */
	

.butt {
	color: #663;
	background: #eed;
	padding: 2px;
	}



	/*  List frippery */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}

div#maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

div#maincontent .inlinelist li	{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
	}	

div#maincontent dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#maincontent dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #cca;
	line-height: 140%;
	}
	
div#maincontent dl dd {
	margin: 0 10px 15px 10px;
	padding: 0;
	text-align: justify;
	}
	
div#maincontent dl#sockdrawer dd	{
	font-size: x-small;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	}

/* Rotation border */

.rotc 	{
	border: 2px solid #ccb;
	}




/* New Add */

.whiteback {
	color: #567F37; 
	padding: 0 0 0 20px;
	margin-top: 0px;
	background: #EEEEEE;
	height: auto;
	}

.greyback {
	color: #567F37; 
	padding: 0 0 0 20px;
	margin-top: 0px;
	background: #DFDFDF;
	height: auto;
	}

.darkgreyback {
	color: #567F37; 
	padding: 0 0 0 20px;
	margin-top: 0px;
	background: #333333;
	height: auto;
	}

.clipartthumr { 
    width: 180px;
    height: 82px;
	float: right;
	}

.clipartthuml { 
    width: 180px;
    height: 82px;
	float: left;
	}

.postcardthumr { 
    width: 260px;
    height: 400px;
	padding: 0 0 20px 20px;
	}

.totop	{
	clear: both;
	border: 0;
	color: #009999;
	width: 722px;
	padding: 50px 0 0 0;
	margin: 10px 0 0 12px;
	}

	
.totop p	{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 180px;
	}
