﻿.left
{
	float: left;
	width: 216px;
	margin-left: 3px;
	margin-top: 5px;
	display:inline;
}
#leftchannel
{
	border: solid 1px #84B5DF;
	clear:both;
	margin-bottom:5px;
}
#leftchannel .content
{
	min-height: 120px;
}
#leftchannel .content ul
{
	margin: 10px;
}
#leftchannel .content li
{
	clear: both;
	text-align: left;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 22px;
	background: url(../images/arrow1.gif) 0px center no-repeat;
	overflow:hidden;
	white-space:nowrap;

}

.main
{
	float: left;
	width: 708px;
	margin: 10px;
	margin-top: 5px;
	display:inline;
	border: solid 1px #84B5DF;
}

#articlecontent
{
	font-size:14px;
	line-height:150%;
	text-align:left;
	margin:20px;
	color:#666;
	height:auto;
	overflow:hidden;
}
