		#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 .text {
			padding-top:30px;
		}
		#left-box .text a{
			width:100%;
			text-align:center;
			text-decoration:none;
			color:blue;
			font-size:1.2em;
			font-weight:bold;
		}
		#left-box .text a:hover{
			width:100%;
			text-align:center;
			text-decoration:none;
			color:red;
			font-size:1.2em;
			font-weight:bold;
		}
		#left-box p{
			clear:both;	
		}		
		#right-box{
			width:700px;
			padding-left:20px;
			float:left;
		}
		#right-box h1{
			font-size:1.5em;
			font-weight:bold;
			color:green;
			border-bottom:1px solid green;		
		}
		#bottom-box-two-column{
			width:100%;
			padding-top:30px;
			clear:both;
		}
		#bottom-column-left{
			width:45%;
			padding-left:5%;
			float:left;
		}
		#bottom-column-left h2{
			width:100%;
			font-size:1.3em;
			color:gray;
			border-bottom:1px solid gray;
		}
		#bottom-column-left p{
			line-height:1.2em;
			color:gray;
			padding-top:10px;
		}
		#bottom-column-right{
			width:45%;
			padding-left:5%;
			float:left;
		}
		#bottom-column-right h2{
			width:100%;
			font-size:1.3em;
			color:gray;
			border-bottom:1px solid gray;
		}
		#bottom-column-right p{
			line-height:1.2em;
			color:gray;
			padding-top:10px;
		}