#text {

	float: left;
	padding: 20px 15px;
	height: 360px;
	width: 345px;
	background-color: #F5F5F5;

}

#text h1 {

	margin: 0;
	font-size: 16px;

}

#text h2 {

	margin: 0;
	font-size: 14px;

}

#text p {

	font-size: 11px;
	line-height: 15px;
margin: 8px 0;

}

#bar1 {

	float: left;
	height: 400px;
	width: 10px;
	background-color: #CCCCCC;

}

#bar2 {

	float: left;
	height: 400px;
	width: 15px;
	background-color: #999999;

}

#side_bar {

	float: left;
color: #CCCCCC;
padding: 20px 15px;
	height: 360px;
	width: 320px;
	background-color: #666666;

}

#side_bar a {

color: #CCCCCC;
text-decoration: none;

}

#side_bar a:hover {

color: #F5F5F5;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #F5F5F5;

}