		#two-column{
			width:100%;
			padding-top:30px;
		}
		#left-box{
			width:225px;
			float:left;
		}
		#left-box .bar a{
			display:inline-block;
			width:100%;
			font-size:1em;
			color:black;
			text-decoration:none;
			text-align:center;
			line-height:1.3em;
			padding-top:6px;
			padding-bottom:6px;
			background-image: url("../images/bar.png");
			background-repeat:no-repeat;
		}
		#left-box .bar a:hover{
			display:inline-block;
			width:100%;
			font-size:1em;
			color:black;
			text-decoration:none;
			text-align:center;
			line-height:1.3em;
			padding-top:6px;
			padding-bottom:6px;
			background-image: url("../images/bar-on.png");
			background-repeat:no-repeat;
		}
		#left-box .bar a.current {
			display:inline-block;
			width:100%;
			font-size:1em;
			color:black;
			text-decoration:none;
			text-align:center;
			line-height:1.3em;
			padding-top:6px;
			padding-bottom:6px;
			background-image: url("../images/bar-act.png");
			background-repeat:no-repeat;
		}
		
		#left-box .release-box{
			width:100%;
			padding-top:80px;
		}
		#left-box .release-box h2{
			background-color:#bde8a9;
			text-align:center;
			font-size:1.2em;
			font-weight:bold;
			width:100%;
		}
		#left-box .release-box .box{
			height:200px;
			overflow-y:scroll;
			border:1px solid #bde8a9;
		}
		#left-box .release-box .box p{
			padding-top:10px;
			padding-bottom:10px;
			line-height:1.3em;
			font-size:1em;
		}
		#left-box .text{
			width:100%;
		}
		#left-box .text p{
			text-align:center;
			padding-top:5px;
			line-height:1.4em;
			font-size:1.1em;
		}
		#right-box{
			width:700px;
			padding-left:20px;
			float:left;
		}
		#right-box h1{
			font-size:1.6em;
			font-weight:bold;
			color:green;
			width:100%;
			border-bottom:1px solid green;			
		}
		#right-box h1.padding{
			padding-top:10px;
		}
		#right-box h2{
			padding-top:10px;
			font-size:1.4em;
			font-weight:bold;
			color:#f6a500;
		}
		#right-box p{
			padding-top:10px;
			line-height:1.4em;
			font-size:1.1em;
		}
		#right-box p.bold{
			font-weight:bold;
		}
		#right-box ul li{
			list-style:disc;
			list-style-position:inside;
			line-height:1.4em;
			font-size:1.1em;
		}