/*
aims: 
- fixed-width layout, with no margin background (green band) expanding to accommodate wider windows
-  main column should be 790px, fo 800w screens
updates:
071126:ikc_basic2.css :: made text darker throughout site, changing color:#999999; to color:#333333; or as now:color:#666666;
which is a bit of a compromise
*/

body {
	background: #fff url(../images/green_band_152x5.gif) repeat-x;
	text-align:center;
	/*color:#333333;*/
	color:#666666;
	font-family:"Times New Roman",Times,Helvetica,serif;
}
img {border:0;}

#wrapper {width:790px; 
	text-align:center;
	margin-left: auto; 
	margin-right: auto;}
#anime {
	margin-top:12px;
}	
#navbar {
	text-align:left;
	font-size:1em;
	margin-top:-20px;
		width:529px;
		margin-left: auto; 
		margin-right: auto;
}
#navbar .active {
	color:#A36873;
}

#content {
		text-align:center;
		font-size:1.2em;
		margin-left: auto; 
		margin-right: auto;
margin-top:-10px;
width:529px;
border:1px;
}

.blockcopy {
font-style:italic;}
	
#navbar a:link {
	color:#999; text-decoration:none;
}
#navbar a:visited {
	color:#999; text-decoration:none;
}
#navbar a:hover {
	color:#A36873; text-decoration:none;
}
#navbar a:active {
	color:#A36873; text-decoration:none;
}

a {color:#A36873; text-decoration:none;}
a:hover {color:#A36873; text-decoration:underline;}
