body
	{
	background: #cccc99;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 80%;
	line-height: 140%;
	}

#wrapper
	{
	margin: 1.5em auto;
	width: 650px;
	}

#border-top
	{
	width: 650px;
	height: 30px;
	background: url(images/border-top.jpg) top no-repeat;
	}
	
#main-content
	{
	width: 600px;
	background: url(images/middle.jpg) repeat-y;
	text-align: left;
	padding: 1px 30px 1px 20px;
	}

#main-content ol li
	{
	margin-bottom: 15px;
	}
	
#border-bottom
	{
	width: 650px;
	height: 30px;
	background: url(images/border-bottom.jpg) bottom no-repeat;
	}

#nav
	{
	float: right;
	width: 130px;
	height: 300px;
	padding: 0px;
	margin: 0 0 10px 10px;
	border-left: 1px dashed #666633;
	}

#nav ul
	{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#nav li
	{
	text-align: left;
	}
#nav li a
	{
	font-weight: 800;
	width: 100%;
	display: block;
	color: #999966;
	text-decoration: none;
	text-align: left;
	line-height: 115%;
	padding: 5% 0% 5% 3%;
	margin: 0px;
	border-bottom: 1px dashed #666633;
	}
#nav li a:hover
	{
	background: #999966;
	font-weight: 800;
	width: 100%;
	display: block;
	color: #ffffcc;
	text-decoration: none;
	text-align: left;
	line-height: 115%;
	padding: 5% 0% 5% 3%;
	margin: 0px;
	border-bottom: 1px dashed #666633;
	}

	
a:link, a:visited, a:active 
	{ 
	color: #999966; 
	text-decoration: none;
	font-weight: 800;
	}
	
a:hover 
	{ 
	color: #666633; 
	text-decoration: underline;
	font-weight: 800;
	}

#main-content a img
	{
	border: 2px solid #999966;
	margin-top: 5px;
	}

#main-content a:hover img
	{
	border: 2px solid #666633;
	}
	
h1
	{
	font-size: 110%;
	margin-top: 2em;
	}
			
h2
	{
	padding: 0;
	margin: 2em 0 1.2em 0;
	font-size: 130%;
	color: #666633;
	}
	
h2.top
	{ 
	margin-top: 0em;
	padding-top: 0em;
	} 
		
h3
	{
	margin-top: 1em;
	font-size: 100%;
	color: #000;
	}
	
h4
	{
	font-size: 150%;
	color: #666633;
	}
	
	
em.episode
	{
	font-style: normal;
	font-weight: 800;
	color: #0066cc;
	}

em.extras
	{
	font-style: normal;
	font-weight: 800;
	color: #009900;
	}
	

/*CSS for the Spoiler Warning Page*/	
		#spoilerwarning
				{
				width: 600px;
				margin: 3em auto;
				}
		
		.warning 
			{
			font-weight: 800;
			color: red;
			}
			
		#justify
			{
			text-align: justify;
			}
			
		#spoilerwarning a
				{
				color: #3399cc;
				}

		#spoilerwarning a:hover
				{
				color: red;
				}			

		#spoilerwarning a img
				{
				border: 0;
				}
				
/*End of CSS for the Spoiler Warning Page*/	


	
	
/* Here starts the GuestBook CSS */

			#guestbook {
				color: #000;
				background: #fff;
				/*width: 750px;*/
				border: 0px; /*send to IE, as it does not render dotted borders correctly*/
				font-family: Verdana, sans-serif;
				font-size: 10pt;
				margin: 0;
				padding: 0px;
				text-align: left; /*recover from our hack*/
			}
			html > body #guestbook {
				border: 0px; /*send to more compliant browsers*/
			}
			#guestbook h1 {
				color: #819ebb;
				background: transparent;
				font-size: large;
				text-align: center;
				margin: 5px;
			}
			#guestbook .hr {
				border-bottom: 1px solid #b5c0c3; /*send to IE, as it does not render dotted borders correctly*/
			}
			html > body #guestbook .hr {
				border-bottom: 1px dotted #b5c0c3; /*send to more compliant browsers*/
			}
			#error {
				color: #c60606;
				background: transparent;
				font-size: .85em;
				font-weight: bold;
			}
			#guestbook #footermessage {
				font-size: .85em;
				margin-bottom: 5px;
			}
			#guestbook .title {
				color: #666;
				background: transparent;
				font-size: .85em;
				font-weight: bold;
				margin-bottom: 3px;
			}
			#guestbook .entry {
				border-top: 1px solid #b5c0c3; /*send to IE, as it does not render dotted borders correctly*/
			}
			html > body #guestbook .entry {
				border-top: 1px dotted #b5c0c3; /*send to more compliant browsers*/
			}
			#guestbook .footer {
				color: #999;
				background: transparent;
				font-size: x-small;
				font-weight: bold;
				margin-bottom: 3px;
			}
			#guestbook strong {
				font-size: .85em;
			}

/* Here ends the GuestBook CSS */		