﻿#container
{
width:850px;
}


.line
{
	border-bottom:solid 1px #000;
	width:100px;
}
.frmText
{
text-align:right;
font-size:.8em;	

}



#container legend 
{
	color:blue;
}


#left-column
{
	width:440px;
	
	float:left;
	
	
}
#right-column
{
	width:400px;
	
	float:right;
	height:200px;
}


#right-column img
{
	
}
#lower-content
{
	 background-color:gray;
}
.clear
{
	clear:both;
}
