		#heading {
			float: right;
			display: block;
		}
		
		#heading ul {
			margin: 0;
			padding: 0;
		}
		#heading li {
			display: block;
			width: 320px;
			height: 40px;
			padding: 4px;
			margin: 4px;
			cursor: pointer;
			background-color: #ddd;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-opera-border-radius: 4px;
			-moz-border-radius: 4px;
			list-style: none;
		}
		
		#heading li p {
			vertical-align: middle;
		}
		#heading li div.bok {
			float: left;
			width: 45px;
			text-align: center;
			margin-right: 6px;
		}
		#heading li div.bok img {
			height: 40px;
		}
		#heading li.active, #heading li.active:hover {
			background-color: #66ccff;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-opera-border-radius: 4px;
			-moz-border-radius: 4px;
		}

		#heading li:hover {
			background-color: #ccc;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-opera-border-radius: 4px;
			-moz-border-radius: 4px;
		}
		#panes {
			border-style: none;
			width: 300px;
			height: 300px;
			background-color: #fff;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-opera-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		
		#panes #tabcontent {
			text-align: center;
			background-color: #fff;
			font-size: 1.1em;
		}
		
		#panes #tabcontent img {
			margin: 2em auto 0.5em;
			border: 1px #333 solid;
		}
		
		#framsida {
			margin: 0 auto;
			width: 660px;
		}
		
		#framsida h2 {
			text-align: center;
			padding: 4px 0;
			width: 300px;
			height: 26px;
			background-color: #df926c;
			border-radius: 4px;
			-webkit-border-radius: 10px;
			-opera-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		#framsida h2 a {
			color: #fff;
		}
		#framsida h2 a:hover {
			color: #66ccff;
		}
	