#text01_columns {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	text-align:left;
	background-color:#2A2A2A;
}


body a:hover {
	border-style: none;
}

#left_column {
	position:static;
	float: left;
	width:300px;
	background-color:#34689A;
	background-image: url(images/antares_left_column.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0;
	font-size: 12px;
	padding-bottom: 160px;
}
#left_column h1 {
	margin:15px 15px;
	font-size: 34px;
	line-height: 34px;
	padding:0;
	color: white;
} 
#left_column p {
	margin:15px 15px;
	padding:0;
	color: white;
}
#left_column div {
	margin:3em 0;
}
#left_column #irfmndetails {
	line-height: 130%;
}
#left_column #projectdetails {
	
}
#left_column #projectdetails #etf {
	font-size: 16px;
	line-height: 30px;
}
#left_column #projectdetails #etf img {
	vertical-align: middle;
}
#left_column b {
	font-weight: bold;
}
#left_column a {
	color: white;
}
#left_column a:hover {
	text-decoration: underline;
}
#right_column {
	margin-left: 0;
	float: right;
	width: 675px;
	background-color: white;
	background-image: url(images/bck_fieldtext.jpg);
	background-repeat: repeat-x;
}

#column_content {
	padding:10px 10px 40px 10px;
}
#details {
	margin-top:20px;
	padding:0 30px;
}
#imgbottom {
	margin-top:40px;
	text-align: right;
}
