/* Page Layout */
	#preload_bg {
		display: none;
		}

	body {
		font-family: verdana, arial;
		font-size: 14px;
		color: #FFEFCF;
		background: #202020;
		background-image: url(media/bg_leaves_faded.jpg);
		background-repeat: repeat;
		}
		
		#page {
			width: 600px;
			margin-left: auto;
			margin-right: auto;
			background-color: #050505;
			border: 4px solid #8C7F4F;
			padding: 10px;
			}
		
			#logo {
				margin-bottom: 10px;
				}
	
				#headline {
					font-size: 26px;
					font-weight: bold;
					color: #E08E12;
					}
	
				#subhead {
					font-size: 20px;
					font-weight: bold;
					color: #8C7F4F;
					}
				#topmenu {
					text-align: center;
					padding-bottom: 5px;
					}
					.toplink {
						font-weight: normal;
						color: #FFEFCF;
					}
					.toplink:hover {
						text-decoration: underline;
					}
				.actionitem {
					font-size: 18px;
					font-weight: normal;
					line-height: 3em;
					}
				#contentframe {
					width: 100%;
					margin-left: auto;
					margin-right: auto;
					}
					#bonsai {
						vertical-align: top;
						text-align: center;
						padding: 10px;
						padding-top: 0px;
						}
					#content {
						width: 400px;
						text-align: center;
						padding-left: 8px;
						}
					.haikoolist {
						list-style-type: none;
						margin-left: 0px;
						padding-left: 0px;
						}
						.haikoolist li {
							line-height: 1.5em;
							}
					table.parchment {
						background-image: url(media/parchment.jpg);
						width: 300px;
						height: 233px;
						border: 1px solid #222222;
						padding: 5px;
						margin: 5px;
						vertical-align: middle;
						margin-left: auto;
						margin-right: auto;
						}
					table.haikoobox {
						text-align: center;
						margin-left: auto;
						margin-right: auto;
						}
					table.centered {
						margin-left: auto;
						margin-right: auto;
						}
					#rating_panel {
						background-image: url(media/rating_panel.gif);
						width: 100px;
						height: 31px;
						text-align: center;
						margin-left: auto;
						margin-right: auto;
						padding-top: 15px;
						}
						#rating_panel form {
							margin-bottom: 0px;
						}
/* End Page Layout */


/* Text Styling */
	.bright {
		color: #FFEFCF;
		}
	.notbright {
		color: #8C7F4F;
		}
	h1 {
		color: #FFEFCF;
		}
	.centered {
		text-align: center;
		}
	.haikootitle {
		color: #FFEFCF;
		color: #222222;
		font-size: 18px;
		font-weight: bold;
		line-height: 2em;
		}
	.haikooline {
		color: #AABA9B;
		color: #444444;
		line-height: 1.5em;
		}
	.haikootitleinput {
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		}
	.haikoolineinput {
		color: #000000;
		font-size: 12px;
		text-align: center;
		}
	.submitbutton {
		font-size: 18px;
		}
	.errormessage {
		color: #ff4444;
		font-weight: bold;
		}
	.leftside {
		text-align: left;
		}
	.view_link_selected {
		font-weight: bold;
		color: #ECDFAF;
		}
	.view_link_inactive {
		font-weight: bold;
		color: #2C1F0F;
		}
	.bottom_links {
		text-align: center;	
		color: #8C7F4F;
		}
		.bottom_links a {
			font-weight: normal;
			text-decoration: none;
			font-size: 80%;
			}
		.bottom_links a:hover {
			text-decoration: none;
			color: #FFEFCF;
			}
/* End Text Coloring */

/* Link Styling */
	a {
		color: #8C7F4F;
		text-decoration: none;
		font-weight: bold;
		}
	a:hover {
		text-decoration: underline;
		}
/* End Link Styling */
