#navigation {

	background-image:url('yellow_bg.gif');
	background-repeat:repeat-y;
	background-position:right;

}

	#navigation a {
		border-right:11px solid rgb(255,197,108); 
	}

	#navigation a:hover {
		border-right:11px solid rgb(255,233,199); 
	}

	#navigation a.selected {
		border-right:11px solid white; 
		color:rgb(255,197,108);
	}

		#top li {
			color:rgb(255,153,0);
		}
		
	#maincontent {
		margin-top:2em;
	}

		#maincontent h1 {
			color:rgb(255,153,0);
		}

		#maincontent h2 {
			color:rgb(255,153,0);
		}

		#maincontent strong {
			color:rgb(255,153,0);
		}

		#footer ul li {
			color:rgb(255,153,0);
		}

		#footer strong {
			color:rgb(255,153,0);
		}

		#emotion {
			padding-top:1em;
		}

		#emotion img {
			float:left;
			margin-right:1em;
		}

		#emotion p {
			margin:0px;
			border:0px;
			padding:0px;
			height:76px;
			vertical-align:top;
		}