/* CSS Document */
#col1{
	width:235px;
	margin:5px;
	float:left;
	}
#col2{
	width:235px;
	margin:5px;
	float:left;
	}
#col3{
	width:250px;
	margin-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	border-left:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	float:right;
	}