@charset "utf-8";
* { margin: 0; padding: 0; }
body {
	background: #2c2c2c url('http://www.kourukon.com/resources/img/artwork_background.jpg') right bottom no-repeat fixed;
	font: 75% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
}
img { border-style: none; }
a:link, a:visited { color: #383838; text-decoration: underline; }
a:hover, a:active { color: #585858; }
#container { width: 450px; }
#header, #content_main p, #nav a:link, #nav a:visited { display:block; }
ul#nav, #nav a:link, #nav a:visited { height: 42px; }
#nav a:link, #nav a:visited, #nav_main a:link, #nav_main a:visited, #footer a, #footer a:link, #footer a:visited { text-decoration: none; }
#header, #header h1 a { height: 124px; }
#container, #sidebar { background: #1f1f1f; border: 1px solid #3c3c3c; padding: 15px 20px; float: left; overflow: hidden; }
#container { margin: 20px; }
#container p { line-height: 20px; text-align: left; margin-bottom: 15px; }
#sidebar { width: 200px; margin-top: 20px; }
#header {
	background: #fff url('http://www.kourukon.com/resources/img/header_background.gif') top left;
}
#header h1 a {
	background: #fff url('http://www.kourukon.com/resources/img/header.gif') top left no-repeat;
	width: 450px;
	text-indent: -9000em;
	float: left;
}
#navcont { }
ul#nav {
	font: 150% Georgia, "Times New Roman", Times, serif;
	background: url('http://www.kourukon.com/resources/img/nav_background.gif') top left repeat-x;
	list-style: none;
	text-align: center;
	padding-left:20px;
}
ul#nav li { float:left; }
ul#nav a:link, #nav a:visited { line-height: 42px; padding: 0 22px; color: #ffee99; }
ul#nav a:hover, #nav a:active {
	text-decoration: underline;
	background: #000 url('http://www.kourukon.com/resources/img/nav_background.gif') bottom left repeat-x;
	color: #ffefe0;
}
ul#nav li.current { float:left; }
ul#nav li.current a, ul#nav li.current a:link, ul#nav li.current a:visited, ul#nav li.current a:hover, ul#nav li.current a:active {
	line-height: 42px;
	padding: 0 22px;
	text-decoration: underline;
	background: #000 url('http://www.kourukon.com/resources/img/nav_background.gif') bottom left repeat-x;
	color: #ffefe0;
}
#nav_main {
	float: right;
	width: 150px;
	background: url('http://www.kourukon.com/resources/img/r_bg.gif') repeat-y;
	margin: 25px 0;
}
#nav_main ul { list-style: none; }
#nav_main ul li { line-height: 23px; }
#nav_main a:link, #nav_main a:visited { color: #383838; }
#nav_main  a:hover, #info a:active { color: #585858; }
h3 { font: 1.75em Georgia, "Times New Roman", Times, serif; color: #bd934f; margin: 0 0 6px 0; padding: 1px 0; border-bottom: 1px solid #35302a; }
hr { border: 0; color: #e1c778; background: #e1c778; height: 2px; margin: 15px 0 20px 0; }
#footer { background: #1f1f1f; clear:both; padding: 5px 20px; border-top: 1px solid #3c3c3c; }	
#footer p { color: #fff; }
#footer a, #footer a:link, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:active { text-decoration: underline; }