		#two-column{
			width:100%;
			padding-top:30px;
		}
		#left-box{
			width:48%;
			float:left;
		}
		#left-box p{
			clear:both;
			font-size:1.1em;
			line-height:1.4em;
		}
		#left-box .horizontal  {
			float:left;
			padding-bottom:20px;
		}
		#left-box .horizontal  img{
			padding-top:5px;
		}
		#left-box .horizontal h1{
			padding-left:20px;
			color: green;
			font-size:1.6em;
			font-weight:bold;
		}
		#left-box .bar {
			width:225px;
			padding-top:10px;
			padding-left:115px;
		}
		
		#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;
		}
		#right-box{
			width:48%;
			float:right;
		}
		#right-box p{
			clear:both;
			font-size:1.1em;
			line-height:1.4em;
		}
		#right-box .horizontal  {
			float:left;
			padding-bottom:20px;
		}
		#right-box .horizontal  img{
			padding-top:5px;
		}
		#right-box .horizontal h1{
			font-size:1.6em;
			color: green;
			font-weight:bold;
			padding-left:20px;
		}
		#right-box .bar {
			width:225px;
			padding-left:115px;
			padding-top:10px;
		}
		
		#right-box .bar p{
			display:inline-block;
			width:100%;
			font-size:1em;
			color:gray;
			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;
		}
		#bottom-box{
			width:100%;
			padding-top:20px;
			padding-bottom:30px;
			clear:both;
		}
		#bottom-box h1{
			font-size:1.6em;
			color: green;
			font-weight:bold;
			padding-bottom:20px;
		}
		#bottom-box p{
			font-size:1.1em;
			line-height:1.4em;
			padding-bottom:20px;
		}
		.sub-box {
			padding-top:5px;
		}
		.sub-box h2{
			color:#f6a500;
			padding-bottom:10px;
			font-size: 1.1em;
			font-weight: bold;
		}
		.sub-box p{
			padding-bottom:15px;
		}